- Apr 19, 2018
-
-
Rick Waldron 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 18, 2018
-
-
peterwmwong authored
Fleshed out tests for Symbol.matchAll, String.p.matchAll, RegExp.p[@@matchAll], and %RegExpStringIteratorPrototype% Tests were updated and assuming https://github.com/tc39/proposal-string-matchall/pull/33 will be merged.
-
- Mar 13, 2018
-
-
Rick Waldron authored
Fixes gh-1476 Closes gh-1484
-
- Mar 08, 2018
-
-
Leo Balter authored
Example: Before: descriptor value should be 42 Expected SameValue(«1», «0») to be true After: descriptor value should be 42
-
- Mar 07, 2018
-
- Feb 27, 2018
-
-
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
- 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
-
- Jan 25, 2018
-
-
André Bargull authored
-
- Dec 21, 2017
-
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
André Bargull authored
-
- Dec 19, 2017
-
-
Aakash Patel authored
The use of `let` is unnecessary here, particularly in a file that is needed to run any of the tests, even the ES5 tests. Removing it allows older engines to run older tests.
-
- Oct 24, 2017
-
-
Robin Templeton authored
-
- Oct 03, 2017
-
-
Leo Balter authored
* Improve tests for BigInt.prototype.valueOf * fixup! Improve tests for BigInt.prototype.valueOf * fixup! Improve tests for BigInt.prototype.valueOf * fixup! Improve tests for BigInt.prototype.valueOf
-
Yusuke Suzuki authored
typeCoercion.js is included in several tests which are not marked as `features: [BigInt]`. Since BigInt is new feature, we should not make the above unrelated tests failed due to lack of BigInt syntax support. Close #1252.
-
- Oct 02, 2017
-
-
Robin Templeton authored
* BigInt valueOf tests * add features from typeCoercion.js
-