summaryrefslogtreecommitdiff
path: root/test/language
Commit message (Expand)AuthorAgeFilesLines
* Add optional chaining testsMaximilian Goldstein2021-04-1338-0/+1131
* test/language/expressions: Add nullish coalescing testsMaximilian Goldstein2019-12-0424-0/+1360
* numeric literal seperators: test change in CodePoint production (#1464)Valerie2018-02-285-0/+274
* Add test for eval-in-function template tags (#1457)Daniel Ehrenberg2018-02-271-0/+35
* Revert "Additional tests for QuantifiableAssertion" (#1458)Leo Balter2018-02-2612-220/+0
* Merge pull request #1456 from littledan/quantifiedassertionDaniel Ehrenberg2018-02-2612-0/+220
|\
| * Additional tests for QuantifiableAssertionDaniel Ehrenberg2018-02-2612-0/+220
* | async-iteration: move existing throw/return tests to AsyncGeneratorPrototype dirValerie R Young2018-02-2215-794/+0
* | async-iteration: add esid for 'esid: pending' testsValerie R Young2018-02-2235-37/+214
|/
* Add tests for the behavior of INT32_MIN (-2147483648) as exponent with the ex...Jeff Walden2018-02-141-0/+18
* Fix typo intialize(r) -> initialize(r)Adrian Heine2018-02-1264-64/+64
* Prefer spaces to tabs if it is not syntax related testsYusuke Suzuki2018-02-087-7/+7
* features: [numeric-separator-literal]Rick Waldron2018-02-0852-0/+74
* Revert "Revert "Tests for NumericSeparatorLiteral. Closes gh-1051" (#1188)"Leo Balter2018-02-0852-0/+1466
* Test for change to cache templates by site, not contents (#972)Daniel Ehrenberg2018-02-0512-54/+159
* Merge pull request #1404 from jugglinmike/refactor-for-parsers-functionLeo Balter2018-02-0553-182/+260
|\
| * Refactor function literal tests for parsersMike Pennisi2018-02-0348-182/+260
| * Improve file namesMike Pennisi2018-02-0350-0/+0
* | Fix typo in comments (Standart -> Standard)Zirak2018-01-297-7/+7
|/
* Refactor object initializer tests for parsersMike Pennisi2018-01-2517-79/+105
* remove unnecessary method syntaxJosh Wolfe2018-01-2512-108/+108
* Order of evaluation tests for infix numeric operatorsJosh Wolfe2018-01-2512-0/+1658
* BigInt and Number type mismatch tests for infix operatorsJosh Wolfe2018-01-2512-0/+385
* Remove duplicate esidsAndré Bargull2018-01-257-7/+0
* Remove unused includesAndré Bargull2018-01-252-2/+0
* Update remaining tests to use 'parse' instead of 'early' error phaseAndré Bargull2018-01-259-9/+9
* Rename sec-delete-operator test, mark non-obvious syntaxRick Waldron2018-01-171-6/+13
* fixup! Refactor DeleteExpression tests for parsersMike Pennisi2018-01-171-0/+2
* Refactor DeleteExpression tests for parsersMike Pennisi2018-01-1729-452/+48
* Frontmatter: updates to ForIn/OfBodyEvaluation testsRick Waldron2018-01-113-9/+40
* Fix: various lint fixesRick Waldron2018-01-114-4/+4
* Fix: various lint fixesRick Waldron2018-01-1013-13/+21
* Fix: esid sec-runtime-semantics-classdefinitionevaluationRick Waldron2018-01-101-1/+1
* Fix: esid sec-generator-function-definitionsRick Waldron2018-01-108-16/+8
* Fix: es6id -> esid sec-additional-syntax-numeric-literalsRick Waldron2018-01-102-2/+2
* Fix: es6id -> esid sec-html-like-commentsRick Waldron2018-01-105-5/+5
* Fix esid: static-semantics-hasproductionintailposition => sec-static-semantic...Rick Waldron2018-01-1028-28/+28
* Resolving conflicts in class-fields src templatesRick Waldron2018-01-058-12/+16
* Rename negative test "phase" for module resolutionMike Pennisi2018-01-056-6/+6
* Rename negative test "phase" for parsingMike Pennisi2018-01-052101-2101/+2101
* Infix operator ToNumeric coercion tests for BigInt operandsJosh Wolfe2018-01-0536-0/+4979
* Frontmatter: fixup "description: |" to "description: >"Rick Waldron2018-01-051-1/+1
* Frontmatter: fixup "info: >" to "info: |"Rick Waldron2018-01-051392-1391/+1391
* Restore & update existing static class field cases/templatesRick Waldron2017-12-218-0/+144
* Remove static private/public fields unsupported tests.Rick Waldron2017-12-212-21/+0
* Add tests that public and private static fields are unsupportedDaniel Ehrenberg2017-12-212-0/+21
* Regenerate testsDaniel Ehrenberg2017-12-21222-11407/+48
* Remove static fields testsDaniel Ehrenberg2017-12-216-264/+0
* Merge pull request #1375 from jugglinmike/refactor-for-parsers-assignmentRick Waldron2017-12-1911-151/+137
|\
| * Refactor AssignmentExpression tests for parsersMike Pennisi2017-12-1011-151/+137