Mark TestExprHelpExamples.py as expected to fail on Linux

- requires memory allocation during expression evaluation
- opened related bugzilla 14805

llvm-svn: 171547
This commit is contained in:
Daniel Malea 2013-01-04 22:52:19 +00:00
parent ac00fbcbd2
commit 7dea7bd8a8
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class Radar9673644TestCase(TestBase):
self.line = line_number(self.main_source, '// Set breakpoint here.')
# rdar://problem/9673664
@expectedFailureLinux # bugzilla 14805 -- expressions that require memory allocation evaluate incorrectly on Linux
def test_expr_commands(self):
"""The following expression commands should just work."""
self.buildDefault()