diff options
Diffstat (limited to 'lldb/test/persistent_variables/TestPersistentVariables.py')
| -rw-r--r-- | lldb/test/persistent_variables/TestPersistentVariables.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/persistent_variables/TestPersistentVariables.py b/lldb/test/persistent_variables/TestPersistentVariables.py index b0b7170ef2b..414823030f2 100644 --- a/lldb/test/persistent_variables/TestPersistentVariables.py +++ b/lldb/test/persistent_variables/TestPersistentVariables.py @@ -11,6 +11,8 @@ class PersistentVariablesTestCase(TestBase): mydir = "persistent_variables" + @unittest2.expectedFailure + # Fails as of r114384. def test_persistent_variables(self): """Test that lldb persistent variables works correctly.""" self.buildDefault() |

