[Lldb-commits] [lldb] r320952 - [testsuite] Un-XFAIL the global variables tests.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Sun Dec 17 10:58:27 PST 2017


Author: davide
Date: Sun Dec 17 10:58:27 2017
New Revision: 320952

URL: http://llvm.org/viewvc/llvm-project?rev=320952&view=rev
Log:
[testsuite] Un-XFAIL the global variables tests.

<rdar://problem/28725399>

Differential Revision:	https://reviews.llvm.org/D41312

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py?rev=320952&r1=320951&r2=320952&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py Sun Dec 17 10:58:27 2017
@@ -22,12 +22,6 @@ class GlobalVariablesTestCase(TestBase):
         self.shlib_names = ["a"]
 
     @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr24764")
-    @expectedFailureAll(
-        "llvm.org/pr25872, <rdar://problem/28725399>",
-        oslist=["macosx"],
-        debug_info=[
-            "dwarf",
-            "gmodules"])
     def test_c_global_variables(self):
         """Test 'frame variable --scope --no-args' which omits args and shows scopes."""
         self.build()




More information about the lldb-commits mailing list