From 806ad5977d0a6f9443f1740f4fe76149fd63bd73 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Wed, 20 Jan 2016 12:09:12 +0000 Subject: Enable TestConcurrentEvents on i386 linux The test has been passing reliably the last 100 runs of the build bot. llvm-svn: 258304 --- .../functionalities/thread/concurrent_events/TestConcurrentEvents.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/thread') 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.""" -- cgit v1.2.3