summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/timeout
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-07-09 23:10:43 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-07-09 23:10:43 +0000
commit9e2d329818b71050ad397cc3393517646e9311cc (patch)
tree91979ce31a0ceb872bc73466abbef68c8cfb0c6e /lldb/test/expression_command/timeout
parentd3561f6fecd32a4fd52d93273b4a14b69c3682b8 (diff)
downloadbcm5719-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.py1
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."""
OpenPOWER on IntegriCloud