Sign in
llvm
/
llvm-project
/
lldb
/
refs/heads/main
/
.
/
test
/
API
/
lang
/
cpp
/
gmodules
/
templates
/
TestGModules.py
blob: 16c30434f9f958aebf41e95cec6ffad23ba1a6b6 [
file
] [
log
] [
blame
] [
edit
]
import
lldbsuite
.
test
.
lldbinline
as
lldbinline
from
lldbsuite
.
test
.
decorators
import
*
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
expectedFailureAll
(
oslist
=[
"linux"
],
bugnumber
=
"llvm.org/pr36107"
),
add_test_categories
([
"gmodules"
]),
],
)