aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests/qjstest/test262runner.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_ecmascript: Run tests on separate processes instead of threadsOlivier De Cannière2023-12-201-854/+0
* tst_ecmascripttests: Add a heartbeat messageFabian Kosmale2023-11-231-1/+6
* Test262Runner: fix -Wunused-but-set-variableMarc Mutz2023-01-201-4/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-5/+5
* Port from container::count() and length() to size()Marc Mutz2022-10-071-3/+3
* Use QQmlDataTest in tst_ecmascripttests.cppUlf Hermann2022-09-071-17/+19
* QML: Make modules imported with registerModule() available in QMLUlf Hermann2022-09-021-6/+6
* Print assert messages in tst_ecmascripttestsSami Shalayel2022-09-011-45/+60
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+3
* Make uninteresting JS-test output easier to ignoreEdward Welbourne2022-06-101-10/+18
* V4: Fix naming of array data classesUlf Hermann2022-01-201-2/+2
* test252runner.cpp: Add overrideFabian Kosmale2020-07-281-1/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-1/+1
|\
| * Fix compilation with C++20Marc Mutz2019-07-081-1/+1
* | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-1/+1
|/
* Correctly read files with a \0 in themLars Knoll2018-11-051-2/+2
* Skip all realm related testsLars Knoll2018-09-081-0/+14
* Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-201-0/+38
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-1/+1
* Add support for disk caching of ES modulesSimon Hausmann2018-08-171-1/+1
* Add initial basic support for ES6 modulesSimon Hausmann2018-08-091-20/+50
* Enable running module testsSimon Hausmann2018-07-311-2/+10
* Exclude ES6 module fixtures from the test planSimon Hausmann2018-07-311-0/+2
* Fix running the ES test suiteSimon Hausmann2018-07-021-3/+4
* Fix running the test suite on WindowsSimon Hausmann2018-06-251-0/+1
* Fix running ES tests with ASAN -Og buildsSimon Hausmann2018-05-091-1/+1
* Add Generator supportLars Knoll2018-05-031-2/+6
* Raise the stack limit of threads in the threadpoolLars Knoll2018-05-021-0/+1
* Replace the test262 python script with a C++ based executableLars Knoll2018-05-021-0/+753