summaryrefslogtreecommitdiff
path: root/test/annexB
Commit message (Expand)AuthorAgeFilesLines
* Fix annex B testsRick Waldron2018-01-252-22/+9
* Add reference tests for trimLeft and trimRightValerie R Young2018-01-252-0/+34
* fixup: Add initial tests for trim(Start/End/Left/Right)Valerie R Young2018-01-256-32/+46
* Add initial tests for trim(Start/End/Left/Right)Valerie R Young2018-01-256-0/+148
* Remove duplicate esidsAndré Bargull2018-01-256-6/+0
* Remove unused includesAndré Bargull2018-01-251-1/+0
* Fix: various lint fixesRick Waldron2018-01-1012-12/+12
* Fix: es6id -> esid sec-additional-syntax-numeric-literalsRick Waldron2018-01-102-2/+2
* Fix: es6id -> esid sec-html-like-commentsRick Waldron2018-01-104-4/+4
* Rename negative test "phase" for parsingMike Pennisi2018-01-058-8/+8
* Frontmatter: fixup "info: >" to "info: |"Rick Waldron2018-01-0594-94/+94
* Add tests for recompilation in @@splitAndré Bargull2017-12-192-0/+67
* Add tests for html-comments in Function constructor callAndré Bargull2017-12-194-0/+82
* Move incomplete_hex_unicode_escape.js to annexBAndré Bargull2017-11-011-0/+18
* Add missing generators flagsLeo Balter2017-10-262-0/+2
* Modify $262.uncallableAndIsHTMLDDA() to $262.IsHTMLDDA (#1305)Jeff Walden2017-10-193-25/+28
* Fix a minor error-message typo, and include the thrown error in the TypeError...Jeff Walden2017-10-181-2/+2
* Add a test for GetIterator(obj, ~async~) attempting to call obj[@@asyncIterat...Jeff Walden2017-10-181-0/+34
* Add tests for the case of <iterator>.return, as used in the iteration protoco...Jeff Walden2017-10-172-0/+58
* Split Annex-B parts of non-unicode-malformed.js into annexB folderAndré Bargull2017-09-181-0/+27
* Use verifyProperty on test/annexB/ filesLeo Balter2017-09-0875-326/+424
* Re-generate testsLeo Balter2017-09-0840-136/+200
* Force "early error" tests to fail if evaluatedMike Pennisi2017-06-288-0/+16
* Restore migration to assert.sameValueRick Waldron2017-06-261-12/+6
* Additional test for range case pointed out by @anbaDaniel Ehrenberg2017-06-231-0/+24
* Change test based on new spec versionDaniel Ehrenberg2017-06-231-4/+4
* Add tests for invalid \c in character classDaniel Ehrenberg2017-06-231-0/+53
* Improve invalid \c escape testsDaniel Ehrenberg2017-06-231-11/+46
* Add tests escaped/unescaped yield/await labelsAndré Bargull2017-05-021-0/+1
* Update RegExp tests for named-capturing and dotAll (#1009)Leo Balter2017-05-011-0/+35
* Use assert api instead of $ERRORLeo Balter2017-04-247-70/+26
* Correct typo in copyright informationMike Pennisi2017-04-181-1/+1
* Copyright attribution for testDaniel Ehrenberg2017-04-171-0/+3
* Remove execute bit from files (#976)André Bargull2017-04-1339-0/+0
* Test to block legacy hoisting for `function arguments() {}` (#970)Daniel Ehrenberg2017-04-131-0/+54
* Merge pull request #939 from dilijev/typoLeo Balter2017-04-06272-272/+272
|\
| * Regenerated tests.Doug Ilijev2017-03-27272-272/+272
* | Add escape-above-astral.js to cover escaping code units as encoded from exten...Doug Ilijev2017-03-281-0/+22
|/
* Add tests for computed __proto__ property keys (#916)Leo Balter2017-03-161-0/+54
* Rename top level 'name' and 'length' bindingsLeonardo Balter2017-03-142-5/+5
* Add missing test cases for set __proto__ (#898)Zirak2017-03-131-0/+16
* Generate testsLeonardo Balter2017-03-068-0/+285
* Fix various test issues (#840)André Bargull2017-02-071-2/+2
* Re-format tests for SyntaxErrorsMike Pennisi2016-10-198-8/+24
* Reformat miscellaneous negative testsMike Pennisi2016-10-194-4/+12
* Add tests for for-in initializers (#735)Kevin Gibbons2016-08-027-0/+107
* Annex b skip fib (#704)jugglinmike2016-07-11728-1624/+15487
* Extend test for HTML comments (#684)jugglinmike2016-06-281-1/+31
* Add tests for Annex B `Object.prototype` methods (#626)jugglinmike2016-06-0854-0/+1328
* Merge pull request #587 from bocoup/generation-annexb-fnsLeo Balter2016-05-31448-0/+17096
|\