diff options
| author | Vince Harron <vince@nethacker.com> | 2015-05-04 03:53:22 +0000 |
|---|---|---|
| committer | Vince Harron <vince@nethacker.com> | 2015-05-04 03:53:22 +0000 |
| commit | 0da0d4a948189386e83bfd9e3a9843df7744a734 (patch) | |
| tree | 7f7ed5ebcb568a37a48f454b5f7998cd05bb1149 /lldb/test/api/multithreaded/TestMultithreaded.py | |
| parent | 35932cd84d62c0c87e881024a579cb4b95e45d71 (diff) | |
| download | bcm5719-llvm-0da0d4a948189386e83bfd9e3a9843df7744a734.tar.gz bcm5719-llvm-0da0d4a948189386e83bfd9e3a9843df7744a734.zip | |
XFAILing a test that fails with gcc 4.9 x86_64
llvm-svn: 236407
Diffstat (limited to 'lldb/test/api/multithreaded/TestMultithreaded.py')
| -rw-r--r-- | lldb/test/api/multithreaded/TestMultithreaded.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index 72871b37377..e4db7e28489 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -21,6 +21,7 @@ class SBBreakpointCallbackCase(TestBase): @skipIfRemote @skipIfNoSBHeaders + @expectedFailureAll("llvm.org/pr23139", oslist=["linux"], compiler="gcc", compiler_version=[">=","4.9"], archs=["x86_64"]) def test_breakpoint_callback(self): """Test the that SBBreakpoint callback is invoked when a breakpoint is hit. """ self.build_and_test('driver.cpp test_breakpoint_callback.cpp', |

