XFAIL TestNamespaceDefinitions on gcc-4.8 and below
authorPavel Labath <labath@google.com>
Fri, 12 Aug 2016 09:52:14 +0000 (09:52 +0000)
committerPavel Labath <labath@google.com>
Fri, 12 Aug 2016 09:52:14 +0000 (09:52 +0000)
llvm-svn: 278491

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

index f459694..f4dd098 100644 (file)
@@ -7,12 +7,14 @@ from __future__ import print_function
 import unittest2
 import lldb
 from lldbsuite.test.lldbtest import *
+from lldbsuite.test.decorators import *
 import lldbsuite.test.lldbutil as lldbutil
 
 class NamespaceDefinitionsTestCase(TestBase):
 
     mydir = TestBase.compute_mydir(__file__)
 
+    @expectedFailureAll(bugnumber="llvm.org/pr28948", compiler="gcc", compiler_version=["<", "4.9"])
     def test_expr(self):
         self.build()
         self.common_setup()