From b519f9fa61dafa990caa4d8b629910521ce92553 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 9 Jun 2016 22:39:36 +0000 Subject: 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 --- .../Python/lldbsuite/test/lang/cpp/gmodules/TestWithModuleDebugging.py | 1 - lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py | 1 - 2 files changed, 2 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp') 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() diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py index e43d26f9ed9..d66d2ac530e 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/nsimport/TestCppNsImport.py @@ -11,7 +11,6 @@ class TestCppNsImport(TestBase): mydir = TestBase.compute_mydir(__file__) @expectedFailureAll(oslist=['freebsd'], bugnumber="llvm.org/pr25925") - @expectedFailureAll(compiler="gcc", compiler_version=[">", "4.9"]) def test_with_run_command(self): """Tests imported namespaces in C++.""" self.build() -- cgit v1.2.3