[lldb][test] 2 - Add gmodules test category explicitly where previously done implicitly
authorMichael Buch <michaelbuch12@gmail.com>
Fri, 23 Sep 2022 22:39:01 +0000 (00:39 +0200)
committerMichael Buch <michaelbuch12@gmail.com>
Mon, 26 Sep 2022 18:54:24 +0000 (19:54 +0100)
commit1c6826e8fc6d5c47c3ffff573efd8d080939a932
treec5b01fd37f4c9db483ccfb8273f0b6871f4a82eb
parent12502ee551236375516b714cfdfb75d85b3b7e3e
[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
lldb/test/API/lang/cpp/gmodules/templates/TestGModules.py
lldb/test/API/lang/objc/modules-app-update/TestClangModulesAppUpdate.py
lldb/test/API/lang/objc/modules-hash-mismatch/TestClangModulesHashMismatch.py
lldb/test/API/lang/objc/modules-incomplete/TestIncompleteModules.py
lldb/test/API/lang/objc/modules-inline-functions/TestModulesInlineFunctions.py
lldb/test/API/lang/objc/modules-update/TestClangModulesUpdate.py
lldb/test/API/lang/objc/objc-struct-argument/TestObjCStructArgument.py