summaryrefslogtreecommitdiff
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
* Replace runTestCase with assert helpers [test/built-ins]André Bargull2015-08-134-23/+5
* Replace runTestCase with assert.throws [test/language/]André Bargull2015-08-1170-796/+262
* Replace runTestCase with assert.throws [test/language/statements]André Bargull2015-08-11119-1130/+300
* Replace runTestCase with assert.throws [test/language/expressions]André Bargull2015-08-11122-1172/+336
* Replace runTestCase with assert helpers [test/language/function-code]André Bargull2015-08-0663-350/+147
* Replace runTestCase with assert helpers [test/language/future-reserved-words]André Bargull2015-08-066-30/+12
* Replace runTestCase with assert helpers [test/language/line-terminators]André Bargull2015-08-069-45/+18
* Replace runTestCase with assert helpers [test/language/types]André Bargull2015-08-065-25/+6
* Replace runTestCase with assert helpers [test/language/statements/]André Bargull2015-08-0614-73/+18
* Replace runTestCase with assert helpers [test/language/statements/for]André Bargull2015-08-0621-105/+42
* Replace runTestCase with assert helpers [test/language/expressions/]André Bargull2015-08-0622-112/+45
* Replace runTestCase with assert helpers [test/language/expressions/object]André Bargull2015-08-0616-91/+17
* Replace runTestCase with assert helpers [test/language/expressions/delete]André Bargull2015-08-0620-132/+46
* Replace runTestCase with assert helpers [test/language/arguments-object]André Bargull2015-08-0612-62/+23
* Add tests for RegExp `u` flagMike Pennisi2015-07-2410-0/+228
* Add tests for function `name` attributeMike Pennisi2015-07-2158-32/+1918
* Merge pull request #386 from anba/issue-383/test-failuresBrian Terlson2015-07-172-4/+1
|\
| * Fix test regressionsAndré Bargull2015-07-172-4/+1
* | Merge pull request #385 from anba/licenseBrian Terlson2015-07-17128-124/+133
|\ \
| * | - Remove inline licenseAndré Bargull2015-07-17128-124/+133
| |/
* | Remove links to hg.ecmascript.orgAndré Bargull2015-07-171035-4140/+1035
|/
* Merge pull request #360 from bocoup/negative-reformBrian Terlson2015-07-1656-155/+220
|\
| * Prefer explicit error checking where possibleMike Pennisi2015-07-1056-155/+220
* | Fix 11.13.1-4-29gs.js incorrect comment explanationThomas Wood2015-07-151-1/+1
|/
* Re-organize class testsMike Pennisi2015-07-1022-22/+61
* Merge pull request #329 from bocoup/unicode-escape-identifiersBrian Terlson2015-07-09147-1166/+2244
|\
| * Add tests for Unicode escape sequencesMike Pennisi2015-07-09147-1166/+2244
* | Re-organize generator testsMike Pennisi2015-07-092-54/+35
|/
* Merge pull request #340 from bocoup/rawBrian Terlson2015-07-075-12/+12
|\
| * Implement `raw` flagMike Pennisi2015-07-075-12/+12
* | Merge pull request #316 from bocoup/template-moreBrian Terlson2015-07-0671-287/+956
|\ \ | |/ |/|
| * fixup! Introduce additional tests for ES6 templatesMike Pennisi2015-06-162-0/+18
| * fixup! Introduce additional tests for ES6 templatesMike Pennisi2015-06-162-2/+25
| * Improve frontmatter usageMike Pennisi2015-06-1230-43/+70
| * Remove duplicative testMike Pennisi2015-06-121-13/+0
| * Introduce additional tests for ES6 templatesMike Pennisi2015-06-1241-174/+760
| * Reorganize existing testsMike Pennisi2015-06-1243-52/+80
* | Make tests more strictMike Pennisi2015-06-2932-384/+209
* | Merge pull request #337 from bocoup/remove-fn-existsBrian Terlson2015-06-261-2/+1
|\ \
| * | Remove unnecessary "include" fileMike Pennisi2015-06-261-2/+1
* | | Merge pull request #305 from jugglinmike/browser-only-strictBrian Terlson2015-06-25577-958/+310
|\ \ \
| * | | Update handling of directive prologuesMike Pennisi2015-06-18577-946/+298
| * | | Re-write test body to match test descriptionMike Pennisi2015-06-181-1/+1
| * | | Correct typo in test descriptionsMike Pennisi2015-06-1810-10/+10
| * | | Fix invalid testsMike Pennisi2015-06-181-1/+1
| |/ /
* | | Create distinct tests for arguments object typesMike Pennisi2015-06-186-9/+92
* | | Move `for-of` tests to appropriate directoryMike Pennisi2015-06-183-0/+0
* | | Add tests for `for..of` iteration over built-insMike Pennisi2015-06-1836-0/+1120
|/ /
* | Merge pull request #286 from bocoup/obj-method-defBrian Terlson2015-06-1741-6/+679
|\ \
| * | fixup! Add tests for MethodDefinition forms new to ES6Mike Pennisi2015-05-261-18/+8