[Lldb-commits] [lldb] r236549 - Mark TestMultithreaded.test_sb_api_listener_resume as XFAIL with gcc 4.8 and higher.
Oleksiy Vyalov
ovyalov at google.com
Tue May 5 15:02:57 PDT 2015
Author: ovyalov
Date: Tue May 5 17:02:56 2015
New Revision: 236549
URL: http://llvm.org/viewvc/llvm-project?rev=236549&view=rev
Log:
Mark TestMultithreaded.test_sb_api_listener_resume as XFAIL with gcc 4.8 and higher.
Modified:
lldb/trunk/test/api/multithreaded/TestMultithreaded.py
Modified: lldb/trunk/test/api/multithreaded/TestMultithreaded.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/multithreaded/TestMultithreaded.py?rev=236549&r1=236548&r2=236549&view=diff
==============================================================================
--- lldb/trunk/test/api/multithreaded/TestMultithreaded.py (original)
+++ lldb/trunk/test/api/multithreaded/TestMultithreaded.py Tue May 5 17:02:56 2015
@@ -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',
More information about the lldb-commits
mailing list