summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-09-21 10:58:10 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-09-22 19:08:53 +0200
commit9959090da84ee8681126da5763365e3e2a746f7e (patch)
tree9b3d5183647cfd2dbecf27f9bf5b5b30858c7bdf /tests/auto/corelib
parent4b57246a616b18d1f1cc2f7e1a93466a8d5db560 (diff)
CMake: Fix failing tests on macOS developer builds
tst_qguiapplication was missing an Info.plist file. We can't directly reference the tst_qcoreapplication Info.plist file like the qmake project does, because that breaks ninja (says multiple rules create the same output file), so use a copy instead. Blacklist the qpluginloader loadMachO test when doing CMake builds. The qmake projects use multiple custom rules to build the macho plugins, which need to be ported to CMake. Task-number: QTBUG-86053 Task-number: QTBUG-86792 Change-Id: Iaff2b2d5e9e84a457b4f2ffc011a580388498f00 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/auto/corelib')
-rw-r--r--tests/auto/corelib/plugin/qpluginloader/BLACKLIST2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/corelib/plugin/qpluginloader/BLACKLIST b/tests/auto/corelib/plugin/qpluginloader/BLACKLIST
new file mode 100644
index 0000000000..bfcfdff61b
--- /dev/null
+++ b/tests/auto/corelib/plugin/qpluginloader/BLACKLIST
@@ -0,0 +1,2 @@
+[loadMachO]
+macos cmake