diff options
author | Davide Italiano <davide@freebsd.org> | 2017-12-17 18:58:27 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2017-12-17 18:58:27 +0000 |
commit | 5cc82f24ff01c00559c123de3b9cd121956a4308 (patch) | |
tree | 9436630f947673968baf292f5de4eb1969e713da /lldb/packages/Python/lldbsuite/test/lang/c | |
parent | 255a76d6d13a925772b5c043ad5bc7990e6be9a3 (diff) | |
download | bcm5719-llvm-5cc82f24ff01c00559c123de3b9cd121956a4308.tar.gz bcm5719-llvm-5cc82f24ff01c00559c123de3b9cd121956a4308.zip |
[testsuite] Un-XFAIL the global variables tests.
<rdar://problem/28725399>
Differential Revision: https://reviews.llvm.org/D41312
llvm-svn: 320952
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py b/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py index f54202edade..dd4da061fdc 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/global_variables/TestGlobalVariables.py @@ -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() |