From 97a6e62cb5947ea5731814c0d7183028668dfd03 Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sat, 25 Jan 2014 16:35:18 +0200 Subject: Mark tst_qquickanimations as insignificant on MinGW tst_qquickanimations::pathInterpolatorBackwardJump() keeps constantly failing in the CI on Windows MinGW builds. Task-number: QTBUG-29062 Change-Id: I69511f8a45e98061ceb9a0f6782cc57940af3ce4 Reviewed-by: Simon Hausmann --- tests/auto/quick/qquickanimations/qquickanimations.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/quick/qquickanimations/qquickanimations.pro b/tests/auto/quick/qquickanimations/qquickanimations.pro index 1e294b9ae0..f3e1cd082f 100644 --- a/tests/auto/quick/qquickanimations/qquickanimations.pro +++ b/tests/auto/quick/qquickanimations/qquickanimations.pro @@ -1,5 +1,5 @@ CONFIG += testcase -mac:CONFIG+=insignificant_test # QTBUG-29062 +win32-g++|mac:CONFIG+=insignificant_test # QTBUG-29062 TARGET = tst_qquickanimations SOURCES += tst_qquickanimations.cpp -- cgit v1.2.3