diff options
| author | Oleksiy Vyalov <ovyalov@google.com> | 2015-05-05 22:02:56 +0000 |
|---|---|---|
| committer | Oleksiy Vyalov <ovyalov@google.com> | 2015-05-05 22:02:56 +0000 |
| commit | 8a28b21fde4f78786a264be222aebd69bfc6f514 (patch) | |
| tree | 4035a4e40c35eda16741e35566a084bf16a721a4 /lldb/test/api/multithreaded/TestMultithreaded.py | |
| parent | ca6a2a2f1ca1419ee3e695567022fe883a57690e (diff) | |
| download | bcm5719-llvm-8a28b21fde4f78786a264be222aebd69bfc6f514.tar.gz bcm5719-llvm-8a28b21fde4f78786a264be222aebd69bfc6f514.zip | |
Mark TestMultithreaded.test_sb_api_listener_resume as XFAIL with gcc 4.8 and higher.
llvm-svn: 236549
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
| -rw-r--r-- | lldb/test/api/multithreaded/TestMultithreaded.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index e4db7e28489..0edab80c056 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', |

