Skip to content

Commit 7e28a2c

Browse files
committed
Skip tests under asan
1 parent 626348d commit 7e28a2c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

lldb/test/API/lang/c/full_lto_stepping/TestFullLtoStepping.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
class TestFullLtoStepping(TestBase):
1010

11+
# The Makefile manually invokes clang.
12+
@skipIfAsan
1113
@skipIf(compiler=no_match("clang"))
1214
@skipIf(compiler="clang", compiler_version=['<', '13.0'])
1315
@skipUnlessDarwin

lldb/test/API/macosx/universal64/TestUniversal64.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ def do_test(self):
1616
# The dynamic loader doesn't support fat64 executables so we can't
1717
# actually launch them here.
1818

19+
# The Makefile manually invokes clang.
20+
@skipIfAsan
1921
@skipUnlessDarwin
2022
@skipIfDarwinEmbedded
2123
@skipIf(macos_version=["<", "11.0"])
@@ -24,6 +26,8 @@ def test_universal64_executable(self):
2426
self.build(debug_info="dsym")
2527
self.do_test()
2628

29+
# The Makefile manually invokes clang.
30+
@skipIfAsan
2731
@skipUnlessDarwin
2832
@skipIfDarwinEmbedded
2933
@skipIf(macos_version=["<", "11.0"])

0 commit comments

Comments
 (0)