From 766a0cb1e082efa85f01187b68c9a784b3ed62f5 Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Fri, 11 Oct 2019 17:34:44 +0000 Subject: [lldb] Mark import-std-module/empty-module as libc++ test Same as with the import-std-module/sysroot test before. llvm-svn: 374574 --- .../expression/import-std-module/empty-module/TestEmptyStdModule.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module') diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py b/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py index 94af997298f..7df275d5bad 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py @@ -11,6 +11,10 @@ class ImportStdModule(TestBase): mydir = TestBase.compute_mydir(__file__) + # We only emulate a fake libc++ in this test and don't use the real libc++, + # but we still add the libc++ category so that this test is only run in + # test configurations where libc++ is actually supposed to be tested. + @add_test_categories(["libc++"]) @skipIf(compiler=no_match("clang")) def test(self): self.build() -- cgit v1.2.3