[PATCH] D41312: [testsuite] Un-XFAIL a test with global variables

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 17 10:59:15 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL320952: [testsuite] Un-XFAIL the global variables tests. (authored by davide, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D41312?vs=127205&id=127289#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D41312

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


Index: lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py
@@ -22,12 +22,6 @@
         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()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41312.127289.patch
Type: text/x-patch
Size: 812 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171217/5b29084e/attachment.bin>


More information about the llvm-commits mailing list