This test now passes.
authorJim Ingham <jingham@apple.com>
Tue, 11 Oct 2016 20:09:40 +0000 (20:09 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 11 Oct 2016 20:09:40 +0000 (20:09 +0000)
llvm-svn: 283929

lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/TestDataFormatterLibcxxList.py

index 6110141..dd97a9a 100644 (file)
@@ -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()