aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/test2tasks.pl
Commit message (Collapse)AuthorAgeFilesLines
* Update License according to aggrement with Free Qt FoundationTobias Hunger2016-01-191-0/+25
| | | | | | | | | * Make sure all scripts come with a license * Update the license in the scripts * Add scripts to help with license changes Change-Id: I38a25aa1287ee8a75e0f0307d1b30320d781ad1f Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* test2task.pl: Mark XPASS as an error as well.Friedemann Kleint2012-07-261-1/+2
| | | | | | Change-Id: I1e757c77249d25edccb8a8688ccc259383cb210e Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* test2tasks.pl: Handle QML tests as well.Friedemann Kleint2012-01-051-3/+23
| | | | | | | | - Create mapping for .qml-files. - Fix check for absolute file names (depending on OS). Change-Id: Ie847c283d2f37adef079b6de99606f2698dfe476 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* test2tasks.pl: Add useful options for submodule testing.Friedemann Kleint2011-12-221-3/+34
| | | | | | | | Make it possible to use absolute file names or prefix them for creating Qt 5 testing summary logs. Change-Id: I3d4a5fa24a9a7652fb4f8087e4b6e2a6ae6fdfe7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* test2task.pl: Report FAIL and FATAL on stderr.Friedemann Kleint2011-12-201-0/+10
| | | | | Change-Id: Iaa6e31f8d76537ccf0e79bf2395b75e22932c304 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* test2tasks.pl: Fix differing output format of testlib on Unix.Friedemann Kleint2011-12-091-8/+14
| | | | | Change-Id: I37fb39fa00e7e4a45ac843eba9f50d2d95a56ae1 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Add test2tasks.pl script for converting test logs to task files.Friedemann Kleint2011-12-081-0/+58
Change-Id: Ia3bdd9c620c469ab87dfcb270617c4bc865ed209 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>