mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Decorated PersistentVariablesTestCase.test_persistent_variables() with
@expectedFailure as of r114384. llvm-svn: 114466
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user