From f5840692b064ddf15107c7dffbbe7f5d735ec63c Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 11 Aug 2022 16:11:25 +0200 Subject: [PATCH] Remove the stale expected_crashes_[345].txt These contain output only ever sent to stderr, which tst_selftests no longer looks at; it merely verifies stderr is empty for all tests except those expected to produce stderr output, and ignores the stderr output for these last. Change-Id: I50fee445d84c2d125e6db5303fc389e87746455e Reviewed-by: Jason McDonald Reviewed-by: Qt CI Bot --- tests/auto/testlib/selftests/expected_crashes_3.txt | 5 ----- tests/auto/testlib/selftests/expected_crashes_4.txt | 6 ------ tests/auto/testlib/selftests/expected_crashes_5.txt | 5 ----- 3 files changed, 16 deletions(-) delete mode 100644 tests/auto/testlib/selftests/expected_crashes_3.txt delete mode 100644 tests/auto/testlib/selftests/expected_crashes_4.txt delete mode 100644 tests/auto/testlib/selftests/expected_crashes_5.txt diff --git a/tests/auto/testlib/selftests/expected_crashes_3.txt b/tests/auto/testlib/selftests/expected_crashes_3.txt deleted file mode 100644 index b0d69009d1..0000000000 --- a/tests/auto/testlib/selftests/expected_crashes_3.txt +++ /dev/null @@ -1,5 +0,0 @@ -********* Start testing of tst_Crashes ********* -Config: Using QtTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@ -PASS : tst_Crashes::initTestCase() -Received signal 11 (SIGSEGV), code 1, for address 0x0000000000000004 - Function time: ms, total time: ms diff --git a/tests/auto/testlib/selftests/expected_crashes_4.txt b/tests/auto/testlib/selftests/expected_crashes_4.txt deleted file mode 100644 index 6bb9b3ecf8..0000000000 --- a/tests/auto/testlib/selftests/expected_crashes_4.txt +++ /dev/null @@ -1,6 +0,0 @@ -********* Start testing of tst_Crashes ********* -Config: Using QtTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@ -PASS : tst_Crashes::initTestCase() -QFATAL : tst_Crashes::crash() Received signal 11 (SIGSEGV) - Function time: ms Total time: ms -FAIL! : tst_Crashes::crash() Received a fatal error. diff --git a/tests/auto/testlib/selftests/expected_crashes_5.txt b/tests/auto/testlib/selftests/expected_crashes_5.txt deleted file mode 100644 index a7df64e823..0000000000 --- a/tests/auto/testlib/selftests/expected_crashes_5.txt +++ /dev/null @@ -1,5 +0,0 @@ -********* Start testing of tst_Crashes ********* -Config: Using QtTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@ -PASS : tst_Crashes::initTestCase() -QFATAL : tst_Crashes::crash() Received signal 11 (SIGSEGV) - Function time: ms Total time: ms