[K/N] Disable racy runtime test till better times
Merge-request: KT-MR-11788 Merged-by: Alexey Glushko <aleksei.glushko@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
10e45ee21a
commit
c5637ccc7e
@@ -1146,6 +1146,9 @@ TEST_P(ConcurrentMarkAndSweepTest, NewThreadsWhileRequestingCollection) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST_P(ConcurrentMarkAndSweepTest, FreeObjectWithFreeWeakReversedOrder) {
|
TEST_P(ConcurrentMarkAndSweepTest, FreeObjectWithFreeWeakReversedOrder) {
|
||||||
|
#if __has_feature(thread_sanitizer)
|
||||||
|
GTEST_SKIP() << "Broken with TSAN";
|
||||||
|
#endif
|
||||||
std_support::vector<Mutator> mutators(2);
|
std_support::vector<Mutator> mutators(2);
|
||||||
std::atomic<test_support::Object<Payload>*> object1 = nullptr;
|
std::atomic<test_support::Object<Payload>*> object1 = nullptr;
|
||||||
std::atomic<test_support::RegularWeakReferenceImpl*> weak = nullptr;
|
std::atomic<test_support::RegularWeakReferenceImpl*> weak = nullptr;
|
||||||
|
|||||||
Reference in New Issue
Block a user