diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2014-07-09 23:10:43 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2014-07-09 23:10:43 +0000 |
| commit | 9e2d329818b71050ad397cc3393517646e9311cc (patch) | |
| tree | 91979ce31a0ceb872bc73466abbef68c8cfb0c6e /lldb/test/expression_command/timeout | |
| parent | d3561f6fecd32a4fd52d93273b4a14b69c3682b8 (diff) | |
| download | bcm5719-llvm-9e2d329818b71050ad397cc3393517646e9311cc.tar.gz bcm5719-llvm-9e2d329818b71050ad397cc3393517646e9311cc.zip | |
Skip tests that are intermittent on Linux, fix gdb-remote port-grabbing code.
Marked skipped for Linux:
TestCallStopAndContinue
TestConvenienceVariables
TestStopHookMultipleThreads
Fixed up gdb-remote port-grabbing code to use a random port in a wide range,
and to allow that to fail more gracefully. This appears to have solved some
gdb-remote intermittent failing behavior.
llvm-svn: 212662
Diffstat (limited to 'lldb/test/expression_command/timeout')
| -rw-r--r-- | lldb/test/expression_command/timeout/TestCallWithTimeout.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/timeout/TestCallWithTimeout.py b/lldb/test/expression_command/timeout/TestCallWithTimeout.py index 96c8364d654..e3ed83d4958 100644 --- a/lldb/test/expression_command/timeout/TestCallWithTimeout.py +++ b/lldb/test/expression_command/timeout/TestCallWithTimeout.py @@ -27,6 +27,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase): self.call_function() @expectedFailureFreeBSD("llvm.org/pr19605") # fails on buildbot + @skipIfLinux # llvm.org/pr20275 - fails intermittently on Linux @dwarf_test def test_with_dwarf(self): """Test calling std::String member function.""" |

