File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change
1
+ // REQUIRES: rdar64809726
1
2
// RUN: %target-swiftc_driver -target %sanitizers-target-triple -sanitize=thread %import-libdispatch %s -o %t_binary
2
3
// RUN: %env-TSAN_OPTIONS=halt_on_error=1 %target-run %t_binary
3
4
// REQUIRES: executable_test
Original file line number Diff line number Diff line change
1
+ // REQUIRES: rdar64809726
1
2
// RUN: %target-build-swift -sanitize=thread %import-libdispatch -target %sanitizers-target-triple %s -o %t_binary
2
3
// RUN: %env-TSAN_OPTIONS=halt_on_error=1 %target-run %t_binary
3
4
// REQUIRES: executable_test
Original file line number Diff line number Diff line change
1
+ // REQUIRES: rdar64809498
1
2
// RUN: %target-build-swift -Xfrontend -disable-access-control -module-name a %s -o %t.out
2
3
// RUN: %target-run %t.out | %FileCheck %s
3
4
// REQUIRES: stress_test
You can’t perform that action at this time.
0 commit comments