diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-09-21 19:12:39 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-09-21 19:12:39 +0000 |
| commit | 2989bfa88bc30e6d3b8e2b91083c45a607725ae7 (patch) | |
| tree | 7f79661173bb3a825ebad44581387d8bf7316066 /lldb/test/persistent_variables/TestPersistentVariables.py | |
| parent | 35ae4a20cdbdfbee50d62b045b0f447bfc740e7d (diff) | |
| download | bcm5719-llvm-2989bfa88bc30e6d3b8e2b91083c45a607725ae7.tar.gz bcm5719-llvm-2989bfa88bc30e6d3b8e2b91083c45a607725ae7.zip | |
Decorated PersistentVariablesTestCase.test_persistent_variables() with
@expectedFailure as of r114384.
llvm-svn: 114466
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() |

