aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests/ecmascripttests.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-13/+0
| | | | | | | | | Remove all qmake project files, except for examples which are used to test that qmake continues to work. Change-Id: Ic4abb72dc2dcd75df7a797c56056b6b3c5fe62ac Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Use the new test runner for the autotestLars Knoll2018-05-021-19/+4
| | | | | | | It's quite a bit faster than the old test runner. Change-Id: If7e59dd175d740f3f702032f4affeff786be8a32 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* Give the ES test-suite enough time to runEdward Welbourne2018-04-251-0/+8
| | | | | | | | | | The watchdog timer's usual 5 minutes is roughly how long the test takes to run (and it gets run twice), so there's a good chance of timing out. Avoid flakiness by giving it a third as much again on top of the default. Change-Id: I7cc9e392ab939ffe45d92bde635433d272e17388 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
* Run ES5 tests on Linux/x86-64Simon Hausmann2017-03-241-0/+20
This requires including the test suite as a submodule by default and bumping the module to a new sha1 that removes some particularly long paths. Also force the test suite to run under a US locale, as tests like ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T11 cannot deal with locale dependent output for date formatting. The test harness now returns a non-zero exit code when a test fails. This is used by the QTestLib wrapper to determine success or failure. The tests with JIT are run, but the tests with the interpreter are omitted at the moment until the last failure is fixed. The tests add about 10-15 minutes extra time to the total time it takes to run tests on Linux in the CI. Change-Id: Id01fd3b41350f9c9a6ce9e43236f51f7f0fb71c8 Reviewed-by: Robin Burchell <robin.burchell@crimson.no>