From d32110895b27717022cb96986c8b6b80f395a5ca Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Sat, 8 Jan 2011 01:37:33 +0000 Subject: [PATCH] Blacklisted testclass STLTestCase for a known crasher . llvm-svn: 123049 --- lldb/test/blacklist.py | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lldb/test/blacklist.py b/lldb/test/blacklist.py index 621548baa4ac..063bb93593bd 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': ' Crashed while running the entire test suite' + # To skip this test case: ./dotest.py -b blacklist.py -v -w 2> ~/Developer/Log/lldbtest.log }