diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-12-16 18:10:16 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-12-16 18:10:16 +0000 |
commit | de442a68782d34d6ed94dd841527d952748dacfe (patch) | |
tree | 836d472a9260484caf5bfb776d7711915450ef54 | |
parent | 50c016582d4306a5bbfa98634bf961d96c010565 (diff) | |
download | bcm5719-llvm-de442a68782d34d6ed94dd841527d952748dacfe.tar.gz bcm5719-llvm-de442a68782d34d6ed94dd841527d952748dacfe.zip |
Update the comment section of blacklist.py with the command line to reproduce the crash.
llvm-svn: 121986
-rw-r--r-- | lldb/test/blacklist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/blacklist.py b/lldb/test/blacklist.py index 5f1611f7962..621548baa4a 100644 --- a/lldb/test/blacklist.py +++ b/lldb/test/blacklist.py @@ -14,7 +14,7 @@ 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 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 |