Files
clang-p2996/lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py
Michael Buch 1c6826e8fc [lldb][test] 2 - Add gmodules test category explicitly where previously done implicitly
Since we don't compile with `gmodules` implicitly via
debug-info test replication, we should mark all implicit
`gmodules` tests with the appropriate category so the API
tests get actually run as intended.

Differential Revision: https://reviews.llvm.org/D134574
2022-09-26 19:54:24 +01:00

7 lines
249 B
Python

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"])])