stella.stamenova created this revision. stella.stamenova added reviewers: davide, asmith. Herald added a subscriber: lldb-commits.
This test is failing on Windows because lldb does not support JIT on Windows. Repository: rLLDB LLDB 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) +llldbinline.MakeInlineTest( + __file__, globals(), [ + decorators.expectedFailureAll( + oslist=["windows"], bugnumber="llvm.org/pr37656")])
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) +llldbinline.MakeInlineTest( + __file__, globals(), [ + decorators.expectedFailureAll( + oslist=["windows"], bugnumber="llvm.org/pr37656")])
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits