forked from OSchip/llvm-project
[lldbsuite] Un-xfail TestRedefinitionsInInlines on Windows
llvm-svn: 349722
This commit is contained in:
parent
c834f925c1
commit
21ea152b4c
|
@ -3,9 +3,7 @@ from lldbsuite.test import decorators
|
|||
|
||||
lldbinline.MakeInlineTest(__file__,
|
||||
globals(),
|
||||
[decorators.expectedFailureAll(oslist=["windows"],
|
||||
bugnumber="llvm.org/pr27845"),
|
||||
decorators.expectedFailureAll(compiler="clang",
|
||||
compiler_version=["<",
|
||||
"3.5"],
|
||||
bugnumber="llvm.org/pr27845")])
|
||||
[decorators.expectedFailureAll(compiler="clang",
|
||||
compiler_version=["<",
|
||||
"3.5"],
|
||||
bugnumber="llvm.org/pr27845")])
|
||||
|
|
Loading…
Reference in New Issue