Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 3b0da64

Browse files
committed
disable broken tests
1 parent c2c2a68 commit 3b0da64

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/auto/qml/qmlmvvmcore/qmlmvvmcore.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ DISTFILES += \
1515
importFiles.path = .
1616
DEPLOYMENT += importFiles
1717

18+
win32:msvc:CONFIG(debug, debug|release): CONFIG += disable_testrun
1819
include(../../testrun.pri)

tests/auto/qml/qmlsettingsgenerator/qmlsettingsgenerator.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ DISTFILES += \
2424
importFiles.path = .
2525
DEPLOYMENT += importFiles
2626

27+
win32:msvc:CONFIG(debug, debug|release): CONFIG += disable_testrun
2728
include(../../testrun.pri)

tests/auto/testrun.pri

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ win32:!ReleaseBuild:!DebugBuild {
33
runtarget.CONFIG = recursive
44
runtarget.recurse_target = run-tests
55
QMAKE_EXTRA_TARGETS += runtarget
6+
} else:disable_testrun {
7+
runtarget.target = run-tests
8+
runtarget.depends += $(DESTDIR_TARGET)
9+
QMAKE_EXTRA_TARGETS += runtarget
610
} else {
711
oneshell.target = .ONESHELL
812
QMAKE_EXTRA_TARGETS += oneshell

0 commit comments

Comments
 (0)