xref: /llvm-project/lldb/test/API/lang/cpp/printf/TestPrintf.py (revision 2238dcc39358353cac21df75c3c3286ab20b8f53)
199451b44SJordan Rupprechtfrom lldbsuite.test import lldbinline, lldbplatformutil
299451b44SJordan Rupprechtfrom lldbsuite.test import decorators
399451b44SJordan Rupprecht
499451b44SJordan Rupprechtlldbinline.MakeInlineTest(
5*2238dcc3SJonas Devlieghere    __file__,
6*2238dcc3SJonas Devlieghere    globals(),
7*2238dcc3SJonas Devlieghere    [decorators.expectedFailureAll(bugnumber="llvm.org/PR36715", oslist=["windows"])],
8*2238dcc3SJonas Devlieghere)
9