aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-08-09 11:00:21 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-08-09 11:04:47 +0200
commitcb37a1d0c3fce7951f5d7f1fb4a04f90e038f01b (patch)
tree0fd4b1d973ba1a015e60455a7cacf7f1027884c0 /tests/auto
parentdb8fc6e8541f132ad84f7d91a0c25ed3073d7afc (diff)
Fix the blacklisting of tst_qquicktext::contentSize
The correct keyword set for blacklisting a test on mingw is "windows gcc" not "win32 gcc". Amends db8fc6e8541f132ad84f7d91a0c25ed3073d7afc Change-Id: Idad4c9370b7d4c09acde160e6053191df7ee1aad Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/quick/qquicktext/BLACKLIST2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicktext/BLACKLIST b/tests/auto/quick/qquicktext/BLACKLIST
index 5909e988c0..594f9af3b3 100644
--- a/tests/auto/quick/qquicktext/BLACKLIST
+++ b/tests/auto/quick/qquicktext/BLACKLIST
@@ -5,4 +5,4 @@ osx-10.12
[fontSizeMode]
opensuse-42.1
[contentSize]
-win32 gcc
+windows gcc