diff options
author | Tamas Berghammer <tberghammer@google.com> | 2017-04-06 18:15:43 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2017-04-06 18:15:43 +0000 |
commit | 95776ad5b8d462432ded2557ad5890cd78b983f3 (patch) | |
tree | 0530076dccacaa89984c25882a98b2f10c412054 /lldb/packages/Python/lldbsuite/test | |
parent | 4479ac15c93fa88e1e0b3c92118412cbccc2b839 (diff) | |
download | bcm5719-llvm-95776ad5b8d462432ded2557ad5890cd78b983f3.tar.gz bcm5719-llvm-95776ad5b8d462432ded2557ad5890cd78b983f3.zip |
XFAIL TestDataFormatterLibcxxVBool on Linux & Android
The skipping logic for the test have been fixed recently but the test is
very flakey on the buildbot.
llvm-svn: 299677
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py index a7a00068383..db2d82aec53 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/vbool/TestDataFormatterLibcxxVBool.py @@ -24,6 +24,7 @@ class LibcxxVBoolDataFormatterTestCase(TestBase): self.line = line_number('main.cpp', '// Set break point at this line.') @add_test_categories(["libc++"]) + @expectedFailureAll(oslist=["linux"], bugnumber="llvm.org/pr32553") def test_with_run_command(self): """Test that that file and class static variables display correctly.""" self.build() |