From ef9bc3d85761d560b36990d5acf74e4e466c64b0 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 8 Oct 2014 18:16:24 +0000 Subject: Add decorator for FreeBSD failure llvm.org/pr21211 llvm-svn: 219329 --- lldb/test/api/multithreaded/TestMultithreaded.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test') diff --git a/lldb/test/api/multithreaded/TestMultithreaded.py b/lldb/test/api/multithreaded/TestMultithreaded.py index 11ddeaaa034..8e722681bc4 100644 --- a/lldb/test/api/multithreaded/TestMultithreaded.py +++ b/lldb/test/api/multithreaded/TestMultithreaded.py @@ -28,6 +28,7 @@ class SBBreakpointCallbackCase(TestBase): self.build_and_test('driver.cpp test_breakpoint_callback.cpp', 'test_breakpoint_callback') + @expectedFailureFreeBSD("llvm.org/21211") @skipIfi386 @skipIfRemote @skipIfLinuxClang # buildbot clang version unable to use libstdc++ with c++11 -- cgit v1.2.1