Enable TestRegisterVariables for some configurations
authorPavel Labath <labath@google.com>
Thu, 24 Nov 2016 14:54:53 +0000 (14:54 +0000)
committerPavel Labath <labath@google.com>
Thu, 24 Nov 2016 14:54:53 +0000 (14:54 +0000)
It consistently passes for linux-clang-i386, and linux-gcc-x86_64.

llvm-svn: 287883

lldb/packages/Python/lldbsuite/test/lang/c/register_variables/TestRegisterVariables.py

index 812c8b1..f11491e 100644 (file)
@@ -99,11 +99,8 @@ class RegisterVariableTestCase(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @expectedFailureAll(compiler="clang", compiler_version=['<', '3.5'])
-    @expectedFailureAll(compiler="clang", archs=["i386"])
-    @expectedFailureAll(
-        compiler="gcc", compiler_version=[
-            '>=', '4.8.2'], archs=[
-            "i386", "x86_64"])
+    @expectedFailureAll(compiler="gcc", compiler_version=[
+            '>=', '4.8.2'], archs=["i386"])
     def test_and_run_command(self):
         """Test expressions on register values."""