History log of /external/lldb/test/types/HideTestFailures.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2c41e14fd22c79ec2eb0f77dc314e118f04ca232 22-Jun-2011 Johnny Chen <johnny.chen@apple.com> Modify the test cases (there are a bunch of them) under test/types so that they
employ different executable names when creating the target for lldb to debug.
Comparing the log files for the same test case with success/failure results show
that the failed one was setting the breakpoint on some different address than the
succeeded one, leading us to suspect that the file system maybe think it knows better
and caches the wrong executable file (they were all named 'a.out' before) which lldb
subsequently reads from.

Now './dotest.py -v types' passes without specifying the '-w' option.

rdar://problem/9644488
rdar://problem/9649573


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133649 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/types/HideTestFailures.py