diff options
| author | Pavel Labath <labath@google.com> | 2015-12-09 10:54:18 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-12-09 10:54:18 +0000 |
| commit | 7ead0b937c7b4cd43d8f0b454fb8c1e76e2d5825 (patch) | |
| tree | 86b30d2eb2d226c2083f797450ed13baa9b86821 /lldb/packages/Python/lldbsuite/test/functionalities | |
| parent | 31fef1e27355144b487ea76c8d3e7b0576a482c2 (diff) | |
| download | bcm5719-llvm-7ead0b937c7b4cd43d8f0b454fb8c1e76e2d5825.tar.gz bcm5719-llvm-7ead0b937c7b4cd43d8f0b454fb8c1e76e2d5825.zip | |
XFAIL TestReturnValue for remote Windows->Android tests
this also adds the ability to match the host platform to the expectedFailureAll decorator.
llvm-svn: 255105
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py b/lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py index fad932cf3d0..01e105cdf1b 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/return-value/TestReturnValue.py @@ -18,6 +18,7 @@ class ReturnValueTestCase(TestBase): @expectedFailureAll(oslist=["macosx","freebsd"], archs=["i386"]) @expectedFailureAll(oslist=["linux"], compiler="clang", compiler_version=["<=", "3.6"], archs=["i386"]) + @expectedFailureAll(bugnumber="llvm.org/pr25785", oslist=["android"], hostoslist=["windows"], compiler="gcc", archs=["i386"]) @expectedFailureWindows("llvm.org/pr24778") @add_test_categories(['pyapi']) def test_with_python(self): |

