aboutsummaryrefslogtreecommitdiffstats
path: root/tools/packaging/test262.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python-based test runner (#748)jugglinmike2016-08-221-646/+0
* Merge pull request #504 from bocoup/explicit-asyncLeo Balter2016-03-171-1/+1
|\
| * Make asynchronous test configuration explicitMike Pennisi2016-02-121-1/+1
* | Revert "Enable parallel test execution in console runner"Mike Pennisi2016-02-191-73/+11
* | Revert "Test runner: Avoid race condition"Mike Pennisi2016-02-191-6/+6
* | Revert "Runner: Re-use lock to share access to stdout"Mike Pennisi2016-02-191-2/+1
* | Runner: Re-use lock to share access to stdoutMike Pennisi2016-02-101-1/+2
* | Test runner: Avoid race conditionMike Pennisi2016-02-101-6/+6
|/
* Enable parallel test execution in console runnerTill Schneidereit2016-02-081-11/+73
* Implement `raw` flagMike Pennisi2015-07-071-18/+28
* Remove support for legacy `$INCLUDE` syntaxMike Pennisi2015-06-261-1/+1
* Python harness: run tests in both modes by defaultBrian Terlson2015-05-131-3/+1
* Fix JUnit output so that it can be actually be parsed by JUnit andGregory Brail2015-02-261-3/+14
* Update python scripts for new pathsBrian Terlson2014-12-071-2/+2
* Merge pull request #127 from smikes/assertsBrian Terlson2014-12-011-1/+2
|\
| * add "assert.js" to python, website runners toosmikes2014-12-011-1/+2
* | Fix whitespace for async test detectionDomenic Denicola2014-12-011-1/+1
* | Remove trailing whitespace from the PythonDomenic Denicola2014-12-011-22/+22
|/
* add some unit testssmikes2014-11-111-28/+21
* additional fixes suggested by @anbaSam Mikes2014-10-241-1/+6
* bestPractice: supply error names to negativeSam Mikes2014-08-131-21/+27
* harness: remove unused codeSam Mikes2014-08-031-9/+22
* tools, harness: support new YAML frontmatterSam Mikes2014-07-301-1/+18
* test262.py: only include helper scripts when neededSam Mikes2014-07-211-5/+8
* Merge pull request #31 from Constellation/fix-error-codeBrian Terlson2014-07-181-7/+10
|\
| * Propagate error code when test cases are failedYusuke Suzuki2014-03-031-7/+10
* | Merge pull request #43 from smikes/initial-Promise-testsBrian Terlson2014-07-181-0/+7
|\ \
| * | async,promises: initial tests of PromisesSam Mikes2014-07-181-0/+7
* | | packager: make packager runnablesmikes2014-07-181-1/+1
|/ /
* / Adding Support for Async TestsNikSurya2014-07-151-6/+19
|/
* Bug 1472: Adding JUnit Compatible XML and Logfile support for Python test runnerPrashanth Srinivasan2013-06-101-11/+107
* Bug 1466: add test262.py parameter to set loglevelDan Schaffer2013-05-101-0/+12
* Bug 1457: fix for Windows to remove quotes in test262.pyDan Schaffer2013-05-101-1/+1
* Added new tests for chapters 6 and 9 of ECMAScript Internationalization API S...Norbert Lindenberg2012-08-261-0/+1
* Added tests for requirements imposed on the built-in objects of the ECMAScrip...Norbert Lindenberg2012-08-261-0/+1
* test262 console runner working!Mark Miller2011-09-301-0/+456