diff options
author | Pavel Labath <labath@google.com> | 2016-01-20 12:09:12 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-01-20 12:09:12 +0000 |
commit | 806ad5977d0a6f9443f1740f4fe76149fd63bd73 (patch) | |
tree | 9cb9a413484a4e4235a256a5b17eac21254bea7e /lldb/packages/Python/lldbsuite/test | |
parent | 4f8817c2db7a355f8131310c4e2e0c57fc452c5a (diff) | |
download | bcm5719-llvm-806ad5977d0a6f9443f1740f4fe76149fd63bd73.tar.gz bcm5719-llvm-806ad5977d0a6f9443f1740f4fe76149fd63bd73.zip |
Enable TestConcurrentEvents on i386 linux
The test has been passing reliably the last 100 runs of the build bot.
llvm-svn: 258304
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py index df62897e424..7fd3c21c9ef 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentEvents.py @@ -130,7 +130,6 @@ class ConcurrentEventsTestCase(TestBase): @skipIfFreeBSD # timing out on buildbot @skipIfRemoteDueToDeadlock - @expectedFailureAll("llvm.org/pr16714", oslist=["linux"], archs=["i386"]) @expectedFailureAll(archs=['mips64', 'mips64el']) # Atomic sequences are not supported yet for MIPS in LLDB. def test_signal_delay_watch(self): """Test a (1 second delay) watchpoint and a signal in multiple threads.""" |