summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/generate_expected_output.py
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2018-10-11 17:26:57 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2018-12-06 18:29:22 +0000
commitdfcb7fce358269bb71e701efe17e5b3beddac951 (patch)
treecb8a33f4ba718adb91738c4d588e22fd5c7758f9 /tests/auto/testlib/selftests/generate_expected_output.py
parente61028281f44b0434c8e792235417cae3d1f49b0 (diff)
Test that mismatches of datatype in test data columns are rejected
One test for bad data for the column, another for a bad QFETCH. Incidentally extend blacklist testing by blacklisting them. Reorganise a QEMU condition that needed extended as part of this. Task-number: QTPM-1385 Change-Id: Iac72ada19760321c5c9264ddfff7740d1fdd0700 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
Diffstat (limited to 'tests/auto/testlib/selftests/generate_expected_output.py')
-rwxr-xr-xtests/auto/testlib/selftests/generate_expected_output.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/testlib/selftests/generate_expected_output.py b/tests/auto/testlib/selftests/generate_expected_output.py
index 3c5f922c75..cbec0c4ebf 100755
--- a/tests/auto/testlib/selftests/generate_expected_output.py
+++ b/tests/auto/testlib/selftests/generate_expected_output.py
@@ -244,8 +244,8 @@ def generateTestData(testname, clean,
},
# These are actually *other* crashers, beside those in extraEnv;
# must match tst_Selftests::runSubTest_data():
- crashers = ("assert", "blacklisted", "crashedterminate",
- "exceptionthrow", "fetchbogus", "silent")):
+ crashers = ("assert", "blacklisted", "crashedterminate", "exceptionthrow",
+ "faildatatype", "failfetchtype", "fetchbogus", "silent")):
"""Run one test and save its cleaned results.
Required arguments are the name of the test directory (the binary