blob: aad2ea20c133cb8e3882ab3ad5a84fd6e0f932db (
plain) (
tree)
|
|
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")])
|