[Lldb-commits] [PATCH] D53226: [lldbsuite] Disable Test128BitsInteger on Windows

Stella Stamenova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 12 16:28:41 PDT 2018


stella.stamenova updated this revision to Diff 169515.

https://reviews.llvm.org/D53226

Files:
  packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py


Index: packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
===================================================================
--- packages/Python/lldbsuite/test/expression_command/rdar44436068/Test128BitsInteger.py
+++ 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")])


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53226.169515.patch
Type: text/x-patch
Size: 649 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181012/400058a5/attachment.bin>


More information about the lldb-commits mailing list