aboutsummaryrefslogtreecommitdiffstats
path: root/tools/packaging
Commit message (Expand)AuthorAgeFilesLines
* Update test harness to support new negative formatMike Pennisi2016-10-192-9/+37
* Remove Python-based test runner (#748)jugglinmike2016-08-222-920/+0
* Switch to non-positional argument.Sam Saccone2016-06-181-1/+1
* [runner] Add support for "folding" block delimiter (#654)jugglinmike2016-05-312-1/+6
* 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
* Remove links to hg.ecmascript.orgAndré Bargull2015-07-173-12/+3
* Merge pull request #340 from bocoup/rawBrian Terlson2015-07-071-18/+28
|\
| * Implement `raw` flagMike Pennisi2015-07-071-18/+28
* | Merge pull request #351 from arv/fix-indentationBrian Terlson2015-07-061-6/+6
|\ \
| * | Unify indentation in test_monkeyYaml.pyErik Arvidsson2015-07-061-6/+6
| |/
* | Merge pull request #347 from bocoup/all-monkey-all-the-timeBrian Terlson2015-07-061-6/+2
|\ \ | |/ |/|
| * Use "monkeyYaml" in all environmentsMike Pennisi2015-07-011-6/+2
* | monkeyYaml: Add support for line foldingErik Arvidsson2015-07-012-9/+63
|/
* Move website scripts to a dedicated directoryMike Pennisi2015-06-263-18/+18
* Remove support for legacy `$INCLUDE` syntaxMike Pennisi2015-06-261-1/+1
* Update browser runner to inject `assert.js`Mike Pennisi2015-06-183-3/+0
* Fix monkey yaml's handling of carriage returnErik Arvidsson2015-06-102-1/+5
* Update contribution informationMike Pennisi2015-05-251-4/+24
* Python harness: run tests in both modes by defaultBrian Terlson2015-05-131-3/+1
* candidate fix for #215smikes2015-03-302-5/+44
* Fix JUnit output so that it can be actually be parsed by JUnit andGregory Brail2015-02-261-3/+14
* Fix packager.py for updated locationsBrian Terlson2014-12-091-1/+1
* Update python scripts for new pathsBrian Terlson2014-12-072-6/+5
* Merge pull request #127 from smikes/assertsBrian Terlson2014-12-014-1/+5
|\
| * add "assert.js" to python, website runners toosmikes2014-12-014-1/+5
* | Fix whitespace for async test detectionDomenic Denicola2014-12-011-1/+1
* | Remove trailing whitespace from the PythonDomenic Denicola2014-12-019-71/+71
|/
* add some unit testssmikes2014-11-113-29/+296
* Merge pull request #104 from smikes/monkeyYaml-loadfixBrian Terlson2014-10-242-5/+31
|\
| * load monkeyYaml without assuming it is on pathSam Mikes2014-10-242-5/+31
* | additional fixes suggested by @anbaSam Mikes2014-10-241-1/+6
|/
* provide fallback parser if YAML not installedSam Mikes2014-08-283-3/+210
* 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-308-49/+370
* 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-182-2/+2
|/ /
* / 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