Skip to content

Commit 6d27611

Browse files
authored
Merge pull request #32569 from nkcsgexi/64809498
[test] xfail several failing tests.
2 parents 87df996 + fa53ba8 commit 6d27611

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

validation-test/Sanitizers/tsan-type-metadata.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: rdar64809726
12
// RUN: %target-swiftc_driver -target %sanitizers-target-triple -sanitize=thread %import-libdispatch %s -o %t_binary
23
// RUN: %env-TSAN_OPTIONS=halt_on_error=1 %target-run %t_binary
34
// REQUIRES: executable_test

validation-test/Sanitizers/witness_table_lookup.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: rdar64809726
12
// RUN: %target-build-swift -sanitize=thread %import-libdispatch -target %sanitizers-target-triple %s -o %t_binary
23
// RUN: %env-TSAN_OPTIONS=halt_on_error=1 %target-run %t_binary
34
// REQUIRES: executable_test

validation-test/StdlibUnittest/RaceTest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: rdar64809498
12
// RUN: %target-build-swift -Xfrontend -disable-access-control -module-name a %s -o %t.out
23
// RUN: %target-run %t.out | %FileCheck %s
34
// REQUIRES: stress_test

0 commit comments

Comments
 (0)