summaryrefslogtreecommitdiff
path: root/test/annexB/built-ins
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
* Frontmatter: fixup "info: >" to "info: |"Rick Waldron2018-01-0586-86/+86
* 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
* 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
* 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
* 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
* Remove execute bit from files (#976)André Bargull2017-04-1338-0/+0
* Add escape-above-astral.js to cover escaping code units as encoded from exten...Doug Ilijev2017-03-281-0/+22
* 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
* Fix various test issues (#840)André Bargull2017-02-071-2/+2
* Add tests for Annex B `Object.prototype` methods (#626)jugglinmike2016-06-0854-0/+1328
* Add tests for RegExp.prototype.compile (#632)jugglinmike2016-05-3017-0/+743
* Merge pull request #631 from bocoup/annex-b-dateLeo Balter2016-05-1918-88/+345
|\
| * Add tests for Date.prototype.getYearMike Pennisi2016-05-114-11/+82
| * Add tests for Date.prototype.setYearMike Pennisi2016-05-119-11/+249
| * Streamline tests for Date.prototype.toGMTStringMike Pennisi2016-05-115-66/+14
* | Add tests for Annex B String.prototype.substr (#628)jugglinmike2016-05-1910-0/+283
* | Extend tests for Annex B String HTML methods (#627)jugglinmike2016-05-1943-14/+587
* | Add tests for Annex B extn: O.p.__proto__ (#625)jugglinmike2016-05-1615-0/+317
* | Add tests for Annex B extns to global object (#624)jugglinmike2016-05-1618-0/+702
|/
* Reduce reliance on `fnGlobalObject.js`Mike Pennisi2016-04-252-12/+6
* Reorganize tests for Annex B extensionsMike Pennisi2016-02-1074-0/+1828