diff options
| author | Sean Callanan <scallanan@apple.com> | 2015-04-03 17:17:12 +0000 |
|---|---|---|
| committer | Sean Callanan <scallanan@apple.com> | 2015-04-03 17:17:12 +0000 |
| commit | 9df9a67bdb9f7d0c006519d41c388eb0098de3fd (patch) | |
| tree | 22a021406f88c81c6298520c8e8be15f492f3803 /lldb/test/lang/c/modules/TestCModules.py | |
| parent | 221739df9d924376eb13e8c01d84a82cf53e48ab (diff) | |
| download | bcm5719-llvm-9df9a67bdb9f7d0c006519d41c388eb0098de3fd.tar.gz bcm5719-llvm-9df9a67bdb9f7d0c006519d41c388eb0098de3fd.zip | |
Marked the modules tests as expected failures,
because the OS X builders aren't happy with them.
<rdar://problem/20416388>
llvm-svn: 234028
Diffstat (limited to 'lldb/test/lang/c/modules/TestCModules.py')
| -rw-r--r-- | lldb/test/lang/c/modules/TestCModules.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/c/modules/TestCModules.py b/lldb/test/lang/c/modules/TestCModules.py index 32b8f16b367..dc0be269430 100644 --- a/lldb/test/lang/c/modules/TestCModules.py +++ b/lldb/test/lang/c/modules/TestCModules.py @@ -16,6 +16,7 @@ class CModulesTestCase(TestBase): @skipUnlessDarwin @dsym_test + @unittest2.expectedFailure("rdar://20416388") def test_expr_with_dsym(self): self.buildDsym() self.expr() @@ -23,6 +24,7 @@ class CModulesTestCase(TestBase): @dwarf_test @skipIfFreeBSD @skipIfLinux + @unittest2.expectedFailure("rdar://20416388") def test_expr_with_dwarf(self): self.buildDwarf() self.expr() |

