Skip to content

Commit ab3c3f1

Browse files
committed
use FLAKYPASS
1 parent 5a2f210 commit ab3c3f1

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
@@ -112,7 +112,7 @@ def execute(self, test, litConfig):
112112
'recursive_mutex lock failed' in err and
113113
exitCode != 0
114114
):
115-
return lit.Test.PASS, output
115+
return lit.Test.FLAKYPASS, output
116116

117117
if exitCode:
118118
if 'XPASS:' in out or 'XPASS:' in err:

0 commit comments

Comments
 (0)