From 82e976d52cfcc8412d00305cd06da326dc2ed3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Nowacki?= Date: Tue, 6 Aug 2013 09:39:53 +0200 Subject: Remove exception safety tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit During Qt Contributor Summit 2013 we agreed that we will not support exception safety anymore. http://comments.gmane.org/gmane.comp.lib.qt.devel/12004 Task-number: QTBUG-32642 Change-Id: If57917fe8af45e787e215431c94579bc86fc7683 Reviewed-by: Simo Fält Reviewed-by: Thiago Macieira --- tests/auto/other/exceptionsafety/exceptionsafety.pro | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 tests/auto/other/exceptionsafety/exceptionsafety.pro (limited to 'tests/auto/other/exceptionsafety/exceptionsafety.pro') diff --git a/tests/auto/other/exceptionsafety/exceptionsafety.pro b/tests/auto/other/exceptionsafety/exceptionsafety.pro deleted file mode 100644 index 558c1d6636..0000000000 --- a/tests/auto/other/exceptionsafety/exceptionsafety.pro +++ /dev/null @@ -1,6 +0,0 @@ -CONFIG += testcase -TARGET = tst_exceptionsafety -SOURCES += tst_exceptionsafety.cpp -QT = core testlib -CONFIG += parallel_test -DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0 -- cgit v1.2.3