summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
diff options
context:
space:
mode:
authorStella Stamenova <stilis@microsoft.com>2018-10-15 18:51:28 +0000
committerStella Stamenova <stilis@microsoft.com>2018-10-15 18:51:28 +0000
commitabe3c7d841467d627af58f821c6c481a9731b8a1 (patch)
tree455da7275d970796b54fe0591fed5c89802d8779 /lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
parent28332c415c323d3d7db1031bd39f62498f18486e (diff)
downloadbcm5719-llvm-abe3c7d841467d627af58f821c6c481a9731b8a1.tar.gz
bcm5719-llvm-abe3c7d841467d627af58f821c6c481a9731b8a1.zip
[lldbsuite] Disable Test128BitsInteger on Windows
Summary: This test is failing on Windows because lldb does not support JIT on Windows. Reviewers: davide, asmith Reviewed By: davide Subscribers: lldb-commits Differential Revision: https://reviews.llvm.org/D53226 llvm-svn: 344543
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py b/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
index 03424658f3e..be1d875f904 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
@@ -1,4 +1,7 @@
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators
-lldbinline.MakeInlineTest(__file__, globals(), None)
+lldbinline.MakeInlineTest(
+ __file__, globals(), [
+ decorators.expectedFailureAll(
+ oslist=["windows"], bugnumber="llvm.org/pr37656")])
OpenPOWER on IntegriCloud