Sign in
llvm
/
llvm-project
/
a3dc77c00a012bb613cb08e669dab4fadf88e935
/
.
/
lldb
/
test
/
API
/
lang
/
cpp
/
printf
/
TestPrintf.py
blob: 3529cbbc28bab8f3853334046f5d2c6dee4d7e83 [
file
] [
log
] [
blame
]
from
lldbsuite
.
test
import
lldbinline
,
lldbplatformutil
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
expectedFailureAll
(
bugnumber
=
"llvm.org/PR36715"
,
oslist
=[
"windows"
])],
)