aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py
blob: aad2ea20c133cb8e3882ab3ad5a84fd6e0f932db (plain) (blame)
1
2
3
4
5
6
7
8
9
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")])