Skip to content

Commit fa9e96a

Browse files
committed
Skip pexpect test under ASAN
1 parent dcbf0fc commit fa9e96a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/macosx/nslog/TestDarwinNSLogOutput.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def do_test(self, expect_regexes=None, settings_commands=None):
117117
self.runCmd("process continue")
118118
self.expect(expect_regexes)
119119

120+
@skipIfAsan # avoid dealing with pexpect timeout flakyness on bots
120121
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
121122
@skipUnlessDarwin
122123
@skipIfRemote # this test is currently written using lldb commands & assumes running on local system
@@ -132,6 +133,7 @@ def test_nslog_output_is_displayed(self):
132133
self.assertGreater(len(self.child.match.groups()), 0)
133134
self.assertEqual("This is a message from NSLog", self.child.match.group(1))
134135

136+
@skipIfAsan # avoid dealing with pexpect timeout flakyness on bots
135137
@skipIf(oslist=["linux"], archs=["arm", "aarch64"])
136138
@skipUnlessDarwin
137139
@skipIfRemote # this test is currently written using lldb commands & assumes running on local system

0 commit comments

Comments
 (0)