summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command
diff options
context:
space:
mode:
authorTodd Fiala <tfiala@google.com>2014-02-28 00:20:10 +0000
committerTodd Fiala <tfiala@google.com>2014-02-28 00:20:10 +0000
commit7ffb2b0b536886b1954a82125147ec99f5023335 (patch)
tree49fbbd35b792a1aaefe81c2b63d81eec20fb2fe9 /lldb/test/expression_command
parent52c3a07ece02ce985709f84eea02a80bf51f7c6f (diff)
downloadbcm5719-llvm-7ffb2b0b536886b1954a82125147ec99f5023335.tar.gz
bcm5719-llvm-7ffb2b0b536886b1954a82125147ec99f5023335.zip
Enable TestCallThatRestarts test on Linux.
This is related to: http://llvm.org/bugs/show_bug.cgi?id=15278 I ran this 20 times in a row without failure at svn r202440 on Ubuntu 12.04 LTS x86_64 using July 2013 libedit and gcc 4.8.2. llvm-svn: 202448
Diffstat (limited to 'lldb/test/expression_command')
-rw-r--r--lldb/test/expression_command/call-restarts/TestCallThatRestarts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
index 771169afe76..7a252c5ee8c 100644
--- a/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
+++ b/lldb/test/expression_command/call-restarts/TestCallThatRestarts.py
@@ -27,7 +27,6 @@ class ExprCommandWithTimeoutsTestCase(TestBase):
self.call_function()
@skipIfFreeBSD # llvm.org/pr15278
- @skipIfLinux # llvm.org/pr15278: handle expressions that generate signals on Linux
@dwarf_test
def test_with_dwarf(self):
"""Test calling std::String member function."""
OpenPOWER on IntegriCloud