- Nov 01, 2017
-
-
André Bargull authored
-
André Bargull authored
Changes: - Changed eval-err-contains-supercall-1.case to add a property access similar to eval-err-contains-supercall-2.case, without this property access eval-err-contains-supercall-1.case would be identical to eval-err-contains-supercall.case. - Remove unnecessary "earlyerror" and "executionerror" template arguments when the value is already clear from the context. - Fixed the description in eval-err-contains-supercall-2.case to refer to the correct early error rule. - Fixed a copy-paste error in eval-err-contains-superproperty-1.case and eval-err-contains-superproperty-2.case. - Split initializer-eval-super into initializer-eval-super-call and initializer-eval-super-property, because we actually need to test different behaviour for the super-call compared to the super-property case. - Split initializer-eval into initializer-eval-arguments and initializer-eval-newtarget, because `arguments` and `new.target` are differently handled in class-fields. - And fixed other copy-paste errors in the template files. Fixes #1325
-
André Bargull authored
Fixes #1313
-
André Bargull authored
Fixes #1312
-
André Bargull authored
Fixes #1306
-
André Bargull authored
-
André Bargull authored
Only this test relied on $ERROR throwing a catchable Test262Error. This change allows test environments to provide their on $ERROR function for better error reporting.
-
- Oct 30, 2017
-
-
Valerie authored
fix typos in class field templates
-
Leo Balter authored
-
- Oct 27, 2017
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
classfields: eval early errors
-
Rick Waldron authored
BigInt: Add test for BigInt.prototype[Symbol.toStringTag]
-
Rick Waldron authored
Missing generators flags
-
- Oct 26, 2017
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Rick Waldron authored
BigInt64Array/BigUint64Array
-
Rick Waldron authored
BigInt bitshift operators
-
Rick Waldron authored
RegExp property escapes: test Extended_Pictographic
-
Rick Waldron authored
CONTRIBUTING.md: More detail about "features"
-
Rick Waldron authored
typeof fixups
-
Rick Waldron authored
tools/lint: install PyYAML if not available
-
Rick Waldron authored
BigInt bitwise and, or, xor
-
Daniel Ehrenberg authored
DataView.prototype.getBigInt64 tests
-
Daniel Ehrenberg authored
Tests the fix for https://github.com/tc39/proposal-bigint/issues/92
-
- Oct 24, 2017
-
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Josh Wolfe authored
-
Josh Wolfe authored
-
- Oct 23, 2017
-
-
Rick Waldron authored
CONTRIBUTING.md Fix mistake in test generation section
-
Daniel Ehrenberg authored
BigInt: BigInt .toString() returns only decimal digits, does not include BigIntLiteralSuffix
-
- Oct 22, 2017
-
-
Mathias Bynens authored
-
- Oct 21, 2017
-
-
Valerie R Young authored
-
Valerie R Young authored
-