Skip to content

Commit aa277ca

Browse files
committed
[Test] Disabled two tests under asan.
rdar://problem/100458402
1 parent 8491f52 commit aa277ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/IRGen/entrypoint-section-run-main_swift.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// REQUIRES: VENDOR=apple
1010
// REQUIRES: executable_test
1111
// UNSUPPORTED: remote_run
12+
// UNSUPPORTED: asan
1213

1314
#include <dlfcn.h>
1415
#include <mach-o/dyld.h>

test/IRGen/entrypoint-section-run.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// REQUIRES: VENDOR=apple
99
// REQUIRES: executable_test
1010
// UNSUPPORTED: remote_run
11+
// UNSUPPORTED: asan
1112

1213
#include <dlfcn.h>
1314
#include <mach-o/dyld.h>

0 commit comments

Comments
 (0)