ef9b2b6aef
To increase the effective test coverage, this patch re-enables the tst_exceptionsafety_objects test case as such, and instead disables only the test functions that are currently failing in CI. Task-number: QTBUG-22453 Change-Id: If1fbf59c9d941453b9fd7feb43c59e27e087ce50 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
6 lines
187 B
Prolog
6 lines
187 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_exceptionsafety_objects
|
|
QT += widgets testlib
|
|
HEADERS += oomsimulator.h 3rdparty/valgrind.h 3rdparty/memcheck.h
|
|
SOURCES += tst_exceptionsafety_objects.cpp
|