Sign in
llvm
/
lldb
/
release_39
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
data-formatter
/
stringprinter
/
TestStringPrinter.py
blob: e26344f2711a3e79159de1d92400f037939d624a [
file
] [
log
] [
blame
]
from
lldbsuite
.
test
import
lldbinline
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
expectedFailureAll
(
oslist
=[
"windows"
],
bugnumber
=
"llvm.org/pr24772"
)])