diff options
author | Jim Ingham <jingham@apple.com> | 2016-10-07 18:15:11 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2016-10-07 18:15:11 +0000 |
commit | 9aa53a8ced2de6c5a1c3ac0d260c8d0189fbb546 (patch) | |
tree | 89b03e8fc55a7db2c48eb7174269aa7841c48aa2 /lldb/packages/Python/lldbsuite/test | |
parent | e1c7c13c3d0ce09b85f36091cda1de9cb2bfd3fc (diff) | |
download | bcm5719-llvm-9aa53a8ced2de6c5a1c3ac0d260c8d0189fbb546.tar.gz bcm5719-llvm-9aa53a8ced2de6c5a1c3ac0d260c8d0189fbb546.zip |
The PR that caused this test ot fail was fixed in July, removing the XFAIL.
llvm-svn: 283578
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py index ca5b3754a24..dcc9206867b 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py @@ -10,7 +10,6 @@ class TestWithGmodulesDebugInfo(TestBase): mydir = TestBase.compute_mydir(__file__) @add_test_categories(["gmodules"]) - @expectedFailureAll(oslist=["macosx"], bugnumber="llvm.org/pr28156") def test_specialized_typedef_from_pch(self): self.build() cwd = os.getcwd() |