Skip to content
Snippets Groups Projects
Commit abe3c7d8 authored by Stella Stamenova's avatar Stella Stamenova
Browse files

[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
parent 28332c41
No related branches found
No related tags found
No related merge requests found
from lldbsuite.test import lldbinline from lldbsuite.test import lldbinline
from lldbsuite.test import decorators from lldbsuite.test import decorators
lldbinline.MakeInlineTest(__file__, globals(), None) lldbinline.MakeInlineTest(
__file__, globals(), [
decorators.expectedFailureAll(
oslist=["windows"], bugnumber="llvm.org/pr37656")])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment