You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
0f01fb39e3
llvm-svn: 302850
10 lines
302 B
Python
10 lines
302 B
Python
from lldbsuite.test import lldbinline
|
|
from lldbsuite.test import decorators
|
|
|
|
lldbinline.MakeInlineTest(
|
|
__file__, globals(), [
|
|
decorators.expectedFailureAll(
|
|
oslist=["windows"], bugnumber="llvm.org/pr24764"),
|
|
decorators.expectedFailureAll(
|
|
compiler="gcc")])
|