- Mar 13, 2018
-
-
Valerie authored
-
- 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 09, 2018
-
-
Valerie authored
* BigInt: add tests for TypedArray(typedArray) constructor of mixed 'Big'/'not Big' element types * BigInt: update info text on tests of ToBigInt * BigInt: conversion to big int on creation of Big(U)Int64 TypedArray * BigInt: Add tests for ToBigInt64 and ToBigUint64 wrapping
-
Leo Balter authored
TypedArray and Async Iteration bug fixes
-
Leo Balter authored
-
mitchcurtis authored
-
- Mar 08, 2018
-
-
Valerie R Young authored
-
Leo Balter authored
Example: Before: descriptor value should be 42 Expected SameValue(«1», «0») to be true After: descriptor value should be 42
-
Leo Balter authored
-
- Mar 07, 2018
-
-
Rick Waldron authored
-
Michael Ficarra authored
-
Michael Ficarra authored
-
Michael Ficarra authored
-
- Mar 06, 2018
-
-
Rick Waldron authored
Fixes gh-1467
-
Leo Balter authored
-
- Mar 02, 2018
- Mar 01, 2018
-
-
Valerie R Young authored
-
Rick Waldron authored
-
- Feb 28, 2018
-
-
Valerie authored
-
Leo Balter authored
+whitespace
-
- Feb 27, 2018
-
-
Daniel Ehrenberg authored
Thanks to Caitin Potter for highlighting this test case.
-
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 26, 2018
-
-
Leo Balter authored
-
Daniel Ehrenberg authored
Additional tests for QuantifiableAssertion
-
Adrian Heine né Lang authored
-
Daniel Ehrenberg authored
- Tests that lookahead and lookbehind are not extended to QuantifiableAssertion, as in https://github.com/tc39/ecma262/pull/1102 - Additional tests verifying some more combinations of cases for QuantifiableAssertion being invalid in Unicode mode. Based on the tests in https://chromium-review.googlesource.com/c/v8/v8/+/926102 These tests pass on V8 (if the throw for early errors is removed to work around a V8 issue where RegExps don't have early errors).
-
- Feb 23, 2018
-
-
Sathya Gunasekaran authored
-
- Feb 22, 2018
-
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
- Feb 15, 2018
-
-
Leo Balter authored
-
Rick Waldron authored
BigInt+TypedArray tests, splitted
-
Leo Balter authored
-
Rick Waldron authored
-