aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py
blob: c76b421a1ea8edc21b020e240e4e2ee3dbd30a3c (plain) (blame)
1
2
3
4
5
6
7
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(
            oslist=["windows"], bugnumber="llvm.org/pr24772")])