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/call-function | |
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/call-function')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStopAndContinue.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py index b00778e846d..d3bb94a73c9 100644 --- a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py @@ -30,6 +30,7 @@ class ExprCommandCallStopContinueTestCase(TestBase): @dwarf_test @skipIfDarwin # see llvm.org/pr20274 - intermittent failure on MacOSX + @skipIfLinux # see llvm.org/pr20274 - intermittent failure on Linux def test_with_dwarf(self): """Test gathering result from interrupted function call.""" self.buildDwarf() |