- Apr 18, 2018
-
-
Robin Templeton authored
Thanks to Jeff Walden for suggesting this test case.
-
- Apr 11, 2018
-
-
Daniel Ehrenberg authored
Add CoC.md reference file
-
Jory Burson authored
-
Rick Waldron authored
Add test for proposal-class-fields#92
-
Rick Waldron authored
Tests for String.prototype.matchAll
-
- Apr 09, 2018
-
-
Daniel Ehrenberg authored
This reverts commit 173e98e0.
-
Kevin Gibbons authored
-
- Apr 06, 2018
-
-
Kevin Gibbons authored
-
Rick Waldron authored
Remove errant LF from CR line ending test.
-
Ross Kirsling authored
-
- Apr 04, 2018
-
-
Valerie Young authored
-
- Apr 03, 2018
-
-
Rick Waldron authored
Add a test verifying that the OrdinaryCreateFromConstructor call in the DataView constructor is checked for underlying-buffer detachedness before its result is used
-
- Apr 02, 2018
-
-
Jeff Walden authored
Add a test verifying that the OrdinaryCreateFromConstructor call in the DataView constructor is checked for underlying-buffer detachedness before its result is used.
-
- 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 20, 2018
-
-
Amal Hussein authored
-
- Mar 19, 2018
-
-
Leo Balter authored
* Add features tags for Atomics * Add features tags for SharedArrayBuffer
-
Leo Balter authored
-
Rick Waldron authored
Fixes gh-1490
-
- 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 16, 2018
-
-
Amal Hussein authored
-
- Mar 13, 2018
-
-
Amal Hussein authored
-
Leo Balter authored
Bigint fix: the remaining bugs found in #1461
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Valerie R Young authored
-
Rick Waldron authored
Fixes gh-1476 Closes gh-1484
-
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
-