summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/test/blacklist.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/lldb/test/blacklist.py b/lldb/test/blacklist.py
index 621548baa4a..063bb93593b 100644
--- a/lldb/test/blacklist.py
+++ b/lldb/test/blacklist.py
@@ -13,9 +13,6 @@ blacklist = {'IntegerTypesExprTestCase': 'This test class crashed',
}
"""
-blacklist = {'BasicExprCommandsTestCase.test_evaluate_expression_python': 'Crashed while running the entire test suite with CC=clang'
- # To reproduce the crash: CC=clang ./dotest.py -v -w -# 5 -f BasicExprCommandsTestCase.test_evaluate_expression_python
- # The clang version used is clang-126.
- # Two radars filed for the crashes: rdar://problem/8769826 and rdar://problem/8773329.
- # To skip this test case: CC=clang ./dotest.py -b blacklist.py -v -w 2> ~/Developer/Log/lldbtest.log
+blacklist = {'STLTestCase': '<rdar://problem/8837118> Crashed while running the entire test suite'
+ # To skip this test case: ./dotest.py -b blacklist.py -v -w 2> ~/Developer/Log/lldbtest.log
}
OpenPOWER on IntegriCloud