[Lldb-commits] [lldb] r252637 - This test is now passing on Darwin

Enrico Granata via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 10 11:07:42 PST 2015


Author: enrico
Date: Tue Nov 10 13:07:42 2015
New Revision: 252637

URL: http://llvm.org/viewvc/llvm-project?rev=252637&view=rev
Log:
This test is now passing on Darwin


Modified:
    lldb/trunk/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py?rev=252637&r1=252636&r2=252637&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py Tue Nov 10 13:07:42 2015
@@ -25,7 +25,6 @@ class ConstVariableTestCase(TestBase):
     @expectedFailureAll(oslist=["freebsd", "linux"], compiler="icc")
     @expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows")
     @expectedFailureWindows("llvm.org/pr24490: We shouldn't be using platform-specific names like `getpid` in tests")
-    @expectedFailureDarwin
     def test_and_run_command(self):
         """Test interpreted and JITted expressions on constant values."""
         self.build()




More information about the lldb-commits mailing list