diff options
author | Pavel Labath <labath@google.com> | 2015-05-05 11:08:08 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-05-05 11:08:08 +0000 |
commit | 4647c5964beb469150cf1a7cdd2ff7461742b541 (patch) | |
tree | a2fafe0b9e6025072cec3c5417775d871a4c4c5d /lldb/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | eda60d217bef79adde4c4a9c384f3a66582fc19e (diff) | |
download | bcm5719-llvm-4647c5964beb469150cf1a7cdd2ff7461742b541.tar.gz bcm5719-llvm-4647c5964beb469150cf1a7cdd2ff7461742b541.zip |
Enable TestCallStopAndContinue on Linux
This test has been working reliably for me in the last 300 test runs. Enabling to see what the
buildbot thinks...
llvm-svn: 236495
Diffstat (limited to 'lldb/test/expression_command/call-function/TestCallStopAndContinue.py')
-rw-r--r-- | lldb/test/expression_command/call-function/TestCallStopAndContinue.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py index dcd691c8ca6..28ddb29b8a4 100644 --- a/lldb/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/lldb/test/expression_command/call-function/TestCallStopAndContinue.py @@ -31,7 +31,6 @@ class ExprCommandCallStopContinueTestCase(TestBase): @dwarf_test @expectedFailureDarwin("llvm.org/pr20274") # intermittent failure on MacOSX @expectedFailureFreeBSD("llvm.org/pr20274") # intermittent failure - @expectedFailureLinux("llvm.org/pr20274") # intermittent failure on Linux def test_with_dwarf(self): """Test gathering result from interrupted function call.""" self.buildDwarf() |