diff options
author | Tamas Berghammer <tberghammer@google.com> | 2015-12-17 10:58:35 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2015-12-17 10:58:35 +0000 |
commit | 0e59c516c40deda971d866fa974e77e57f7897bb (patch) | |
tree | eb778ff2690509f8b1ecbbac71f588718371986c /lldb/packages/Python/lldbsuite/test/expression_command | |
parent | 6f17e093072e6f713c2b9500fc85aeba45e786e4 (diff) | |
download | bcm5719-llvm-0e59c516c40deda971d866fa974e77e57f7897bb.tar.gz bcm5719-llvm-0e59c516c40deda971d866fa974e77e57f7897bb.zip |
XFAIL some tests failing for Windows -> Android
llvm-svn: 255885
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py b/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py index 43d3e5a1f48..c3d6306c5a6 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/macros/TestMacros.py @@ -8,6 +8,7 @@ class TestMacros(TestBase): @expectedFailureClang("clang does not emit .debug_macro[.dwo] sections.") @expectedFailureDwo("GCC produces multiple .debug_macro.dwo sections and the spec is unclear as to what it means") + @expectedFailureAll(hostoslist=["windows"], compiler="gcc", triple='.*-android') def test_expr_with_macros(self): self.build() |