summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add test/harness file for isConstructor.jsAndré Bargull2017-12-211-0/+31
* Remove harness/testBuiltInObject.js fileAndré Bargull2017-12-2111-326/+0
* Move remaining testBuiltInObject callers to use normal assert callsAndré Bargull2017-12-2119-38/+297
* No longer use testBuiltInObject for built-in objectsAndré Bargull2017-12-2120-22/+30
* No longer use testBuiltInObject for built-in constructorsAndré Bargull2017-12-2128-37/+81
* Add separate test files for property attributes of Intl propertiesAndré Bargull2017-12-2147-29/+598
* Add separate test files to test the length property of Intl functionsAndré Bargull2017-12-2146-23/+733
* Update collations and calendar data in test files to CLDR 32André Bargull2017-12-212-6/+16
* Require correct hour-cycle setting instead of either h11 or h12 resp. h23 or h24André Bargull2017-12-211-35/+21
* Replace mustHaveProperty with verifyPropertyAndré Bargull2017-12-215-37/+98
* Replace mustNotHaveProperty with verifyPropertyAndré Bargull2017-12-213-18/+18
* Replace mayHaveProperty with verifyPropertyAndré Bargull2017-12-211-3/+13
* Also test Intl.PluralRules if availableAndré Bargull2017-12-213-0/+21
* Inline testValidDateTimeComponentValue into single test using this functionAndré Bargull2017-12-211-7/+3
* Remove caching of getLocaleSupportInfo() return valueAndré Bargull2017-12-211-1/+2
* Replace testArraysAreSame with assert.compareArrayAndré Bargull2017-12-2112-50/+34
* Remove unused return value from testWithIntlConstructorsAndré Bargull2017-12-2122-40/+2
* generate some type coercion testsJosh Wolfe2017-12-2126-125/+2354
* 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
* Add a test that BigInt does not have a parseInt functionDaniel Ehrenberg2017-12-211-0/+9
* Remove BigInt.parseInt testsDaniel Ehrenberg2017-12-2150-2123/+0
* [regexp-named-groups] Expand tests for `groups` propertyMathias Bynens2017-12-205-8/+154
* 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
* | Fix frontmatterRick Waldron2017-12-1929-83/+86
* | Add tests when continue triggers IteratorCloseAndré Bargull2017-12-192-0/+129
* | Add more completion value tests for try-statementsAndré Bargull2017-12-196-0/+108
* | Add tests for accessing Infinity on detached typed arraysAndré Bargull2017-12-193-0/+115
* | Test other-id-start/continue and vertical tilde in identifiersAndré Bargull2017-12-198-0/+176
* | Test expression at the rhs of dot-MemberExpression is an IdentifierNameAndré Bargull2017-12-191-0/+20
* | Add tests for TCO with eval and cross-realm casesAndré Bargull2017-12-198-0/+331
* | Add tests for direct-eval calls with spread expressionsAndré Bargull2017-12-194-0/+165
* | Add tests for uninitialized bindings when accessed through Object methods and...André Bargull2017-12-194-0/+167
* | Unicode extension subtags correctly detected in Intl.CollatorAndré Bargull2017-12-192-0/+58
* | Extend coverage for Intl.getCanonicalLocalesAndré Bargull2017-12-199-0/+382
* | 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
* | Remove some spurious blank linesDaniel Ehrenberg2017-12-083-3/+0
|/
* Fix copy-paste bugs in BigInt tests (#1361)André Bargull2017-12-013-19/+18
* Update class public fields tags in non-generated test filesLeo Balter2017-11-2819-19/+19
* Update class fields tags in non-generated test filesLeo Balter2017-11-2846-46/+46
* Regenerate testsLeo Balter2017-11-28470-470/+470
* Merge pull request #1344 from leobalter/class-fields-same-nameLeo Balter2017-11-28338-476/+2618
|\
| * Generate testsLeo Balter2017-11-15338-476/+2618
* | Broken error message in test (#1358)Isiah Meadows2017-11-281-3/+5
* | Fix several Decode tests (#1357)Justin Ridgewell2017-11-276-6/+6