diff options
author | Jim Ingham <jingham@apple.com> | 2016-10-11 20:09:40 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-10-11 20:09:40 +0000 |
commit | 2aa6ef756701d8917d848e05c3668629c1685f94 (patch) | |
tree | 2c0c94e8e2642010c02bd11c0f1e33419affdc26 /lldb/packages/Python/lldbsuite/test | |
parent | 5d0bc63d91a4ac710294d077757c22be64faa67c (diff) | |
download | bcm5719-llvm-2aa6ef756701d8917d848e05c3668629c1685f94.tar.gz bcm5719-llvm-2aa6ef756701d8917d848e05c3668629c1685f94.zip |
This test now passes.
llvm-svn: 283929
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py index 61101411f65..dd97a9ab597 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py @@ -32,7 +32,6 @@ class LibcxxListDataFormatterTestCase(TestBase): @skipIf(compiler="gcc") @skipIfWindows # libc++ not ported to Windows yet - @expectedFailureAll(oslist=["macosx"], bugnumber="rdar://25499635") def test_with_run_command(self): """Test that that file and class static variables display correctly.""" self.build() |