summaryrefslogtreecommitdiff
path: root/test/language/module-code
Commit message (Expand)AuthorAgeFilesLines
* Prefer spaces to tabs if it is not syntax related testsYusuke Suzuki2018-02-081-1/+1
* Remove duplicate esidsAndré Bargull2018-01-253-3/+0
* Fix: es6id -> esid sec-html-like-commentsRick Waldron2018-01-103-3/+3
* Rename negative test "phase" for module resolutionMike Pennisi2018-01-056-6/+6
* Rename negative test "phase" for parsingMike Pennisi2018-01-05132-132/+132
* Frontmatter: fixup "info: >" to "info: |"Rick Waldron2018-01-052-2/+2
* Fix frontmatterRick Waldron2017-12-194-12/+12
* Add tests for uninitialized bindings when accessed through Object methods and...André Bargull2017-12-194-0/+167
* Update class fields tags in non-generated test filesLeo Balter2017-11-289-9/+9
* Fix bugs reported in #1338 (#1339)Leo Balter2017-11-101-1/+1
* Classfields: simple success case for nested classes private name referenceValerie R Young2017-10-291-0/+47
* Classfields: simple early errors test for privatename references in scriptsValerie R Young2017-10-298-0/+180
* Add missing generators flagsLeo Balter2017-10-2625-0/+25
* Add missing Symbol.iterator feature flagsLeo Balter2017-09-081-1/+1
* Relax [[DefineOwnProperty]] on module namespace exotic objects.Georg Neis2017-08-071-42/+79
* Force "early error" tests to fail if evaluatedMike Pennisi2017-06-28130-0/+260
* Fix multiple test errorsAndré Bargull2017-04-061-6/+8
* Fix runtime error tests previously marked as early errors (#881)Leo Balter2017-03-1317-17/+17
* Update tests for cyclic module dependencies through export* (#868)André Bargull2017-03-016-34/+83
* Update YAML frontmatter of some tests to be compatible with monkeyYaml (#862)André Bargull2017-03-016-6/+6
* Fix various test issues (#840)André Bargull2017-02-073-3/+3
* mark namespace object toStringTag as non-configurable (#811)Kevin Gibbons2016-12-282-3/+3
* Add test for setting a module namespace object's prototype to null (#805)Adam Klein2016-12-281-0/+14
* Remove tests for module namespace iterator (#810)Kevin Gibbons2016-12-2819-529/+21
* Re-format tests for SyntaxErrorsMike Pennisi2016-10-19143-143/+429
* Reformat miscellaneous negative testsMike Pennisi2016-10-193-3/+9
* Reformat negative SyntaxError tests (runtime)Mike Pennisi2016-10-197-7/+21
* Correct name of fixture file (#775)jugglinmike2016-10-142-1/+1
* Fix incorrect value retrieving in module-code test (#741)Yusuke Suzuki2016-08-041-2/+2
* Fix importing filename in module-code/instn-star-err-not-found.js testYusuke Suzuki2016-07-302-2/+2
* Add tests for restricted grammar productionsMike Pennisi2016-07-022-0/+56
* Add tests for Annex B extns to comments (#612)jugglinmike2016-05-093-0/+40
* Merge pull request #565 from bocoup/modules-namespaceGorkem Yakin2016-04-2939-0/+1560
|\
| * fixup! Add tests for module namespace objectsMike Pennisi2016-04-222-1/+1
| * fixup! Add tests for module namespace objectsMike Pennisi2016-04-011-1/+1
| * Add tests for module namespace objectsMike Pennisi2016-04-0139-0/+1560
* | Merge pull request #563 from bocoup/modules-evalGorkem Yakin2016-04-2951-0/+1063
|\ \
| * | fixup! Module semantics: evaluationMike Pennisi2016-04-2222-22/+22
| * | Module semantics: evaluationMike Pennisi2016-03-2951-0/+1063
| |/
* | Merge pull request #562 from bocoup/modules-instnGorkem Yakin2016-04-29138-0/+3423
|\ \
| * | fixup! Module semantics: declaration instantiationMike Pennisi2016-04-22115-148/+148
| * | Module semantics: declaration instantiationMike Pennisi2016-03-29138-0/+3423
| |/
* | Merge pull request #561 from bocoup/modules-earlyGorkem Yakin2016-04-2919-0/+154
|\ \
| * | Module code: early errorsMike Pennisi2016-03-296-0/+154
| * | Module code: Rename tests for early errorsMike Pennisi2016-03-2913-0/+0
| |/
* | Module code: syntax validationMike Pennisi2016-03-2915-0/+301
* | Module code: Remove redundant testMike Pennisi2016-03-291-14/+0
* | Module code: Rename negative parsing testsMike Pennisi2016-03-2986-0/+0
|/
* Update meta data: `id` to `esid`Mike Pennisi2016-03-1087-87/+87
* Add test for strict mode of module codeMike Pennisi2016-02-191-0/+12