Flipped intermittent test failures from skip to XFAIL.
authorTodd Fiala <todd.fiala@gmail.com>
Thu, 10 Jul 2014 20:52:08 +0000 (20:52 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Thu, 10 Jul 2014 20:52:08 +0000 (20:52 +0000)
commit57cacb013f4c29ffab4e932f0543d9b05f32814b
tree96a24ed2db654cc1c9bd20de7d13984d1b05ff90
parent1b5adb82d9a72cf36f4c3864c55388a8eb243de4
Flipped intermittent test failures from skip to XFAIL.

The following intermittently-failing tests have been flipped from
skip to XFAIL on some combo of Linux and MacOSX:

TestCallStopAndContinue.py (Linux, MacOSX)
TestCallWithTimeout.py (Linux)
TestConvenienceVariables.py (Linux)
TestStopHookMultipleThreads.py (Linux)

The following new tests have been marked XFAIL but are just
intermittently failing:

TestMultipleDebug.py (definitely intermittent on MacOSX, not sure I've seen
it pass yet on Linux)

llvm-svn: 212762
lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
lldb/test/expression_command/call-function/TestCallStopAndContinue.py
lldb/test/expression_command/timeout/TestCallWithTimeout.py
lldb/test/functionalities/embedded_interpreter/TestConvenienceVariables.py
lldb/test/functionalities/stop-hook/multiple_threads/TestStopHookMultipleThreads.py