Skip to content

Commit d30c292

Browse files
authored
Merge pull request #11917 from felipepiovezan/felipe/asan_workaaround
[lldb][NFC] Amend test workaround for asan failures
2 parents c1e79c6 + f5fb4d9 commit d30c292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/lldbtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def execute(self, test, litConfig):
9494
# libc++abi.dylib: terminating with uncaught exception of type \
9595
# std::__1::system_error: recursive_mutex lock failed: Invalid argument
9696
if (
97-
'RESULT: PASSED' in err and
97+
'PASS' in err and
9898
'recursive_mutex lock failed' in err and
9999
exitCode != 0
100100
):

0 commit comments

Comments
 (0)