[Lldb-commits] [lldb] r121986 - /lldb/trunk/test/blacklist.py

Johnny Chen johnny.chen at apple.com
Thu Dec 16 10:10:16 PST 2010


Author: johnny
Date: Thu Dec 16 12:10:16 2010
New Revision: 121986

URL: http://llvm.org/viewvc/llvm-project?rev=121986&view=rev
Log:
Update the comment section of blacklist.py with the command line to reproduce the crash.

Modified:
    lldb/trunk/test/blacklist.py

Modified: lldb/trunk/test/blacklist.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/blacklist.py?rev=121986&r1=121985&r2=121986&view=diff
==============================================================================
--- lldb/trunk/test/blacklist.py (original)
+++ lldb/trunk/test/blacklist.py Thu Dec 16 12:10:16 2010
@@ -14,7 +14,7 @@
 """
 
 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 2> ~/Developer/Log/lldbtest.log
+             # 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





More information about the lldb-commits mailing list