summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/class-template-parameter-pack/TestClassTemplateParameterPack.py
blob: f424934e7036fd8af080ef10938b5bab69919487 (plain)
1
2
3
4
5
6
7
8
9
10
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(
            compiler="gcc"),
        decorators.expectedFailureAll(
            oslist=['ios', 'watchos', 'tvos', 'bridgeos'],
            bugnumber="rdar://problem/48128064: class template declaration unexpectedly shadowed by VarDecl on MacOS")])
OpenPOWER on IntegriCloud