summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command/call-function/TestCallStopAndContinue.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-05-05 11:08:08 +0000
committerPavel Labath <labath@google.com>2015-05-05 11:08:08 +0000
commit4647c5964beb469150cf1a7cdd2ff7461742b541 (patch)
treea2fafe0b9e6025072cec3c5417775d871a4c4c5d /lldb/test/expression_command/call-function/TestCallStopAndContinue.py
parenteda60d217bef79adde4c4a9c384f3a66582fc19e (diff)
downloadbcm5719-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.py1
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()
OpenPOWER on IntegriCloud