[Lldb-commits] [lldb] r355956 - Re-enable this test, the underlying bug was fixed and the test now passes.

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 12 12:25:29 PDT 2019


Author: jingham
Date: Tue Mar 12 12:25:29 2019
New Revision: 355956

URL: http://llvm.org/viewvc/llvm-project?rev=355956&view=rev
Log:
Re-enable this test, the underlying bug was fixed and the test now passes.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py?rev=355956&r1=355955&r2=355956&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/list/loop/TestDataFormatterLibcxxListLoop.py Tue Mar 12 12:25:29 2019
@@ -22,7 +22,6 @@ class LibcxxListDataFormatterTestCase(Te
 
     @add_test_categories(["libc++"])
     @expectedFailureAndroid(bugnumber="llvm.org/pr32592")
-    @skipIfDarwin  # rdar://25499635
     def test_with_run_command(self):
         self.build()
         exe = self.getBuildArtifact("a.out")




More information about the lldb-commits mailing list