diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2010-11-12 00:00:15 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2010-11-12 00:00:15 +0000 |
| commit | 1e574931968c4a0013677d1aa03d881b213a0ae9 (patch) | |
| tree | e68834b9827761c80aee5a0a1f126e34544aa959 | |
| parent | 285371e32a29a7c649526d313be157f30e494ed6 (diff) | |
| download | bcm5719-llvm-1e574931968c4a0013677d1aa03d881b213a0ae9.tar.gz bcm5719-llvm-1e574931968c4a0013677d1aa03d881b213a0ae9.zip | |
Add @expectedFailure decorator for test_with_dwarf_and_run_command() test method:
rdar://problem/8659840
test failure: ./dotest.py -v -t -f NamespaceTestCase.test_with_dwarf_and_run_command
llvm-svn: 118861
| -rw-r--r-- | lldb/test/namespace/TestNamespace.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/namespace/TestNamespace.py b/lldb/test/namespace/TestNamespace.py index 25372a9cab6..c6b4b506484 100644 --- a/lldb/test/namespace/TestNamespace.py +++ b/lldb/test/namespace/TestNamespace.py @@ -17,6 +17,7 @@ class NamespaceTestCase(TestBase): self.buildDsym() self.namespace_variable_commands() + @unittest2.expectedFailre("rdar://problem/8659840") def test_with_dwarf_and_run_command(self): """Test that anonymous and named namespace variables display correctly.""" self.buildDwarf() |

