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
7 lines
249 B
Python
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"])])
|