forked from OSchip/llvm-project
Decorated PersistentVariablesTestCase.test_persistent_variables() with
@expectedFailure as of r114384. llvm-svn: 114466
This commit is contained in:
parent
35ae4a20cd
commit
2989bfa88b
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue