XFAIL a test that fails on FreeBSD 11 (local and buildbot)
authorEd Maste <emaste@freebsd.org>
Mon, 11 May 2015 13:38:59 +0000 (13:38 +0000)
committerEd Maste <emaste@freebsd.org>
Mon, 11 May 2015 13:38:59 +0000 (13:38 +0000)
For some reason this happens only when running the full test suite
(e.g., via ninja check-lldb), but not when running the
TestStaticVariables.py tests in isolation. XFAIL for now while
investigating, in an attempt to bring the bot to green and reduce noise.

llvm.org/pr20550

llvm-svn: 236993

lldb/test/lang/cpp/class_static/TestStaticVariables.py

index 18a2e0f..65e870e 100644 (file)
@@ -38,6 +38,7 @@ class StaticVariableTestCase(TestBase):
 
     @expectedFailureDarwin(9980907)
     @expectedFailureClang('Clang emits incomplete debug info.')
+    @expectedFailureFreeBSD('llvm.org/pr20550 failing on FreeBSD-11')
     @expectedFailureGcc('GCC emits incomplete debug info.')
     @python_api_test
     @dwarf_test