Marked failing test XFAIL for TestRegisterVariables.test_with_dsym_and_run_command...
authorTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Jul 2014 20:45:09 +0000 (20:45 +0000)
committerTodd Fiala <todd.fiala@gmail.com>
Wed, 9 Jul 2014 20:45:09 +0000 (20:45 +0000)
See http://llvm.org/bugs/show_bug.cgi?id=20266

llvm-svn: 212648

lldb/test/lang/c/register_variables/TestRegisterVariables.py

index 308c150..38fc6c1 100644 (file)
@@ -11,6 +11,7 @@ class RegisterVariableTestCase(TestBase):
     mydir = TestBase.compute_mydir(__file__)
 
     @dsym_test
+    @expectedFailureDarwin("llvm.org/pr20266")
     def test_with_dsym_and_run_command(self):
         """Test expressions on register values."""
         self.buildDsym()