File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swiftc_driver %s -target %sanitizers-target-triple -g -sanitize=address -o %t_asan-binary
2
+ // RUN: %target-codesign %t_asan-binary
2
3
// RUN: not env %env-ASAN_OPTIONS=abort_on_error=0 %target-run %t_asan-binary 2>&1 | %FileCheck %s
3
4
// REQUIRES: executable_test
4
5
// REQUIRES: asan_runtime
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swiftc_driver %s -g -sanitize=thread -target %sanitizers-target-triple -o %t_tsan-binary
2
+ // RUN: %target-codesign %t_tsan-binary
2
3
// RUN: env %env-TSAN_OPTIONS=abort_on_error=0:ignore_interceptors_accesses=1 %target-run %t_tsan-binary 2>&1 | %FileCheck %s
3
4
// REQUIRES: executable_test
4
5
// REQUIRES: objc_interop
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swiftc_driver %s -g -sanitize=thread -target %sanitizers-target-triple -o %t_tsan-binary
2
+ // RUN: %target-codesign %t_tsan-binary
2
3
// RUN: env %env-TSAN_OPTIONS=abort_on_error=0:ignore_interceptors_accesses=1 %target-run %t_tsan-binary 2>&1 | %FileCheck %s
3
4
// REQUIRES: executable_test
4
5
// REQUIRES: objc_interop
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swiftc_driver %s -target %sanitizers-target-triple -g -sanitize=thread -o %t_tsan-binary
2
+ // RUN: %target-codesign %t_tsan-binary
2
3
// RUN: not env %env-TSAN_OPTIONS="abort_on_error=0" %target-run %t_tsan-binary 2>&1 | %FileCheck %s
3
4
// REQUIRES: executable_test
4
5
// REQUIRES: tsan_runtime
You can’t perform that action at this time.
0 commit comments