diff options
author | Todd Fiala <todd.fiala@gmail.com> | 2015-12-04 18:52:02 +0000 |
---|---|---|
committer | Todd Fiala <todd.fiala@gmail.com> | 2015-12-04 18:52:02 +0000 |
commit | c5011a8a1aa1602c2b475aa3ff4edfd8f2d9924b (patch) | |
tree | 021b899b0bebb9124a367f7a005328ce62698f86 /lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py | |
parent | 8dff7ca37598fb941b489e5a0041e745e43c8661 (diff) | |
download | bcm5719-llvm-c5011a8a1aa1602c2b475aa3ff4edfd8f2d9924b.tar.gz bcm5719-llvm-c5011a8a1aa1602c2b475aa3ff4edfd8f2d9924b.zip |
Marked TestModulesInlineFunctions.py XFAIL
Tracked here:
https://llvm.org/bugs/show_bug.cgi?id=25743
llvm-svn: 254746
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py index 73a5c93097e..d9d94a8cf32 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py +++ b/lldb/packages/Python/lldbsuite/test/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py @@ -26,6 +26,7 @@ class ModulesInlineFunctionsTestCase(TestBase): @skipUnlessDarwin @unittest2.skipIf(platform.system() != "Darwin" or StrictVersion('12.0.0') > platform.release(), "Only supported on Darwin 12.0.0+") + @expectedFailureDarwin("llvm.org/pr25743") def test_expr(self): self.build() exe = os.path.join(os.getcwd(), "a.out") |