forked from OSchip/llvm-project
[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:
parent
255a76d6d1
commit
5cc82f24ff
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue