Mark xfail TestNamespaceDefinitions for arm/aarch64 targets
authorOmair Javaid <omair.javaid@linaro.org>
Fri, 11 Nov 2016 10:00:53 +0000 (10:00 +0000)
committerOmair Javaid <omair.javaid@linaro.org>
Fri, 11 Nov 2016 10:00:53 +0000 (10:00 +0000)
Fails with all versions of arm/aarch64 gcc available on ubuntu 16.04/14.04.

Passes with Linaro GCC version >= 4.8 but fails with >= 5.0. But There are other regressions when we use Linaro GCC.

llvm-svn: 286574

lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/TestNamespaceDefinitions.py

index 9d36096..7160ddd 100644 (file)
@@ -20,6 +20,9 @@ class NamespaceDefinitionsTestCase(TestBase):
         compiler_version=[
             "<",
             "4.9"])
+    @expectedFailureAll(
+        bugnumber="llvm.org/pr28948",
+        oslist=['linux'], compiler="gcc", archs=['arm','aarch64'])
     @expectedFailureAll(oslist=["windows"])
     def test_expr(self):
         self.build()