Blacklisted testclass STLTestCase for a known crasher <rdar://problem/8837118>.

llvm-svn: 123049
This commit is contained in:
Johnny Chen
2011-01-08 01:37:33 +00:00
parent 078b0b095e
commit d32110895b

View File

@@ -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
}