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.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133538 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/types/TestFailures.py b/test/types/TestFailures.py
index b4d48fb..72675fd 100644
--- a/test/types/TestFailures.py
+++ b/test/types/TestFailures.py
@@ -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"