- Aug 27, 2018
-
-
Ashley Hauck authored
-
- Mar 23, 2018
-
-
André Bargull authored
`function nan() { return /* expression to compute NaN */ }` may not return the same implementation-distinguishable NaN value before and after JIT compilation.
-
- Mar 22, 2018
-
-
André Bargull authored
Fixes #1492
-
- Mar 13, 2018
-
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Rick Waldron authored
Fixes gh-1476 Closes gh-1484
-
- Mar 12, 2018
-
-
Valerie authored
-
Valerie authored
test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-conversion-once.js - Should refer to BigInt conversion instead of ToNumber test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-non-numeric.js - Missing coverage for non-convertable values like undefined or null? - added fill-values-non-numeric-throw.js test/built-ins/TypedArray/prototype/set/BigInt/array-arg-return-abrupt-tointeger-offset-symbol.js - Change [1] to [1n] to avoid possible false-positives because ToBigInt(1) also throws a TypeError. - Issue also present in other set() tests.
-
Valerie authored
BigInt: Add tests for BigInt conversions in TypedArray prototype/set and TypedArray internal [[set]] (#1478) * BigInt: Add tests for BigInt conversions in prototype/set * BigInt: add conversion tests for internal [[set]]
-
- Mar 08, 2018
-
-
Leo Balter authored
-
- Feb 28, 2018
-
-
Leo Balter authored
+whitespace
-
- Feb 27, 2018
-
-
Adrian Heine né Lang authored
-
Rick Waldron authored
-
Leo Balter authored
* Fix bad references on tests for BigInt TypedArrays * Remove bad conversions for BigInt TypedArray * Cleanup the BigInt TypedArray harness file Remove non used code (testBigIntTypedArrayConversions) Move the constructors list to inside the exposed function, this prevents early implementations to fail before the function is called. * Fix bad references in TypedArrays.of (BigInt) * Remove BigInt tests from typedarray harness test * Use BigInt for BigInt typedArrays * Apply last fixings on BigInt TypedArray tests * Apply fixes to last revision from @anba
-
- Feb 15, 2018
-
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
-
Leo Balter authored
- optimize file names - BigInt folder for TAs.from and of - copy tests preparing for bigint - copy ta prototype methods for bigint - Use an exclusive harness for bigint typedarrays - add features - use proper harness - use preper harness - Restore original tests for TypedArrays - final fixes - fix includes
-
Robin Templeton authored
- add @jakobkummerow's changes - remove EOL whitespace - use 'Array.isArray' instead of 'instanceof Array' - check for BigInt type in toLocaleString tests - specify TypedArray constructor list for non-BigInt tests - update TypedArray harness test for BigInt - add a missing type coercion - disable more tests for Big(U)Int64Array - check for BigInt before using BigInt TypedArray constructors
-
- Feb 09, 2018
-
-
André Bargull authored
This reverts commit a01de4a7.
-
Rick Waldron authored
-
- Jan 05, 2018
-
-
Rick Waldron authored
-
Rick Waldron authored
-
- Sep 08, 2017
-
-
Rick Waldron authored
features: update all features flags for all test files with harness/* deps that require a feature flag
-
Leo Balter authored
-
- Jun 12, 2017
-
-
Jordan Harband authored
Array.prototype.sort and %TypedArray%.prototype.sort should throw on a non-undefined non-function (#1059) Per https://github.com/tc39/ecma262/pull/785/
-
- Apr 13, 2017
-
-
André Bargull authored
-
- Apr 06, 2017
-
-
Choongwoo Han authored
-
- Mar 27, 2017
-
-
littledan authored
The change is proposed in https://github.com/tc39/ecma262/pull/856 as a fix to https://github.com/tc39/ecma262/issues/855 Here, the ToNumber coercion is done only once, rather than on each iteration. It does not appear that there were previously any tests against repeated coercion for this parameter previously. Tested this test against V8, which failed, as V8 implements the current spec rather than the proposed one.
-
- Feb 22, 2017
-
-
André Bargull authored
-
André Bargull authored
-
- Feb 13, 2017
-
-
⭐caitp⭐ authored
ToInteger can result in the values +Infinity and -Infinity.
-
- Feb 07, 2017
-
-
Shu-yu Guo authored
-