From 401a6f9c60a7da16f2bfe25d9e5739d562516dfd Mon Sep 17 00:00:00 2001 From: Ying Chen Date: Mon, 29 Jun 2015 22:40:33 +0000 Subject: Revert "Mark test_sb_api_listener_event_process_state as flakey" This reverts commit a4f5f4da7e164b7ac358a75f2e4254c25718ad4b. This test fails 100% with gcc4.9.2, revert it first. Will find out why xfail is overruled by xflaky. llvm-svn: 241014 --- lldb/test/api/multithreaded/TestMultithreaded.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test') diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index d5168ca93dd..0edab80c056 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -38,7 +38,6 @@ class SBBreakpointCallbackCase(TestBase): @skipIfRemote @skipIfNoSBHeaders - @expectedFlakeyLinux # Driver occasionally returns '1' as exit status @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64"]) def test_sb_api_listener_event_process_state(self): """ Test that a registered SBListener receives events when a process -- cgit v1.2.3