Decorated PersistentVariablesTestCase.test_persistent_variables() with

@expectedFailure as of r114384.

llvm-svn: 114466
This commit is contained in:
Johnny Chen 2010-09-21 19:12:39 +00:00
parent 35ae4a20cd
commit 2989bfa88b
1 changed files with 2 additions and 0 deletions

View File

@ -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()