diff options
author | Ed Maste <emaste@freebsd.org> | 2015-05-11 13:38:59 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2015-05-11 13:38:59 +0000 |
commit | c4f4d6c437db7fc0a674c38ff0275bf7f0887158 (patch) | |
tree | e11061f4e24748dec428e47fc038d12e75c0e27e /lldb/test/lang/cpp | |
parent | d57843d4e3f1646ddc3c057b6d8daf6c97978aab (diff) | |
download | bcm5719-llvm-c4f4d6c437db7fc0a674c38ff0275bf7f0887158.tar.gz bcm5719-llvm-c4f4d6c437db7fc0a674c38ff0275bf7f0887158.zip |
XFAIL a test that fails on FreeBSD 11 (local and buildbot)
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
Diffstat (limited to 'lldb/test/lang/cpp')
-rw-r--r-- | lldb/test/lang/cpp/class_static/TestStaticVariables.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py index 18a2e0f35ea..65e870eae74 100644 --- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py @@ -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 |