mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
Blacklisted testclass STLTestCase for a known crasher <rdar://problem/8837118>.
llvm-svn: 123049
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user