[testsuite] Un-XFAIL the global variables tests.

<rdar://problem/28725399>

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

llvm-svn: 320952
This commit is contained in:
Davide Italiano 2017-12-17 18:58:27 +00:00
parent 255a76d6d1
commit 5cc82f24ff
1 changed files with 0 additions and 6 deletions

View File

@ -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()