diff options
| author | Pavel Labath <labath@google.com> | 2016-06-09 22:39:36 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2016-06-09 22:39:36 +0000 |
| commit | b519f9fa61dafa990caa4d8b629910521ce92553 (patch) | |
| tree | e7594ae5cd36d93cc23377c04dbf217e24a4bc6e /lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules | |
| parent | d5849279fc34e80a37d630429a81c24dc8e0c574 (diff) | |
| download | bcm5719-llvm-b519f9fa61dafa990caa4d8b629910521ce92553.tar.gz bcm5719-llvm-b519f9fa61dafa990caa4d8b629910521ce92553.zip | |
Enable some tests on linux
This enables a couple of tests which have been shown to run reliably on the
linux x86 buildbot. If you see a failure after this commit, feel free to add
the xfail back, but please make it as specific as possible (i.e., try to make
it not cover i386/x86_64 with clang-3.5, clang-3.9 or gcc-4.9).
llvm-svn: 272326
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules')
| -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 03cdf385142..870ca58ba30 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py @@ -8,7 +8,6 @@ class TestWithGmodulesDebugInfo(TestBase): mydir = TestBase.compute_mydir(__file__) @add_test_categories(["gmodules"]) - @expectedFailureAll(bugnumber="llvm.org/pr27412") def test_specialized_typedef_from_pch(self): self.build() cwd = os.getcwd() |

