[Lldb-commits] [lldb] r133538 - /lldb/trunk/test/types/TestFailures.py

Johnny Chen johnny.chen at apple.com
Tue Jun 21 12:59:45 PDT 2011


Author: johnny
Date: Tue Jun 21 14:59:45 2011
New Revision: 133538

URL: http://llvm.org/viewvc/llvm-project?rev=133538&view=rev
Log:
rdar://problem/9649573 has captured the log files when running test_long_long_type_with_dsym() (which luckily failed) and the test session files for test failures.

Modified:
    lldb/trunk/test/types/TestFailures.py

Modified: lldb/trunk/test/types/TestFailures.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/types/TestFailures.py?rev=133538&r1=133537&r2=133538&view=diff
==============================================================================
--- lldb/trunk/test/types/TestFailures.py (original)
+++ lldb/trunk/test/types/TestFailures.py Tue Jun 21 14:59:45 2011
@@ -8,6 +8,8 @@
 import lldb
 from lldbtest import *
 
+# rdar://problem/9649573
+# Capture the lldb and gdb-remote log files for test failures when run with no "-w" option
 class DebugIntegerTypesFailures(AbstractBase.GenericTester):
 
     mydir = "types"





More information about the lldb-commits mailing list