From 8a28b21fde4f78786a264be222aebd69bfc6f514 Mon Sep 17 00:00:00 2001 From: Oleksiy Vyalov Date: Tue, 5 May 2015 22:02:56 +0000 Subject: [PATCH] Mark TestMultithreaded.test_sb_api_listener_resume as XFAIL with gcc 4.8 and higher. llvm-svn: 236549 --- lldb/test/api/multithreaded/TestMultithreaded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index e4db7e2..0edab80 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -50,7 +50,7 @@ class SBBreakpointCallbackCase(TestBase): @skipIfRemote @skipIfNoSBHeaders - @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64"]) + @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.8"], archs=["x86_64"]) def test_sb_api_listener_resume(self): """ Test that a process can be resumed from a non-main thread. """ self.build_and_test('driver.cpp listener_test.cpp test_listener_resume.cpp', -- 2.7.4