- Sep 10, 2018
-
-
Leo Balter authored
-
- Apr 16, 2018
-
-
Robin Templeton authored
-
- 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 08, 2018
-
-
Leo Balter authored
-
- Feb 15, 2018
-
-
Rick Waldron authored
-
- Feb 09, 2018
-
-
André Bargull authored
This reverts commit a01de4a7.
-
Rick Waldron authored
-
- Jan 05, 2018
-
-
Rick Waldron authored
-
Josh Wolfe authored
-
- Oct 24, 2017
-
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
Robin Templeton authored
-
- Sep 22, 2017
-
-
Leo Balter authored
-
- Sep 07, 2017
-
-
Leo Balter authored
-
- Aug 02, 2017
-
-
deathbearbrown authored
-
- Apr 13, 2017
-
-
André Bargull authored
-
- Mar 14, 2017
-
-
Leonardo Balter authored
Fix 850
-
- Mar 02, 2017
-
-
Leo Balter authored
Fixes #875
-
- Mar 01, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Feb 07, 2017
-
-
Shu-yu Guo authored
-
André Bargull authored
test/annexB/built-ins/Date/prototype/setYear/time-clip.js test/built-ins/Date/prototype/setFullYear/new-value-time-clip.js test/built-ins/Date/prototype/setMonth/new-value-time-clip.js - Don't try to test time-clip at the end points, because this is near impossible to get right (needs to consider time zone offset, dst, local mean time because of Africa/Monrovia, etc.). test/built-ins/DataView/prototype/setFloat64/detached-buffer-after-toindex-byteoffset.js test/built-ins/DataView/prototype/setInt16/detached-buffer-after-toindex-byteoffset.js - Wasn't update to expect RangeError test/built-ins/Function/internals/Construct/derived-this-uninitialized-realm.js - Change ClassDeclaration -> ClassExpression to get completion value test/built-ins/Function/prototype/toString/AsyncFunction.js - Add missing \n in expected string - Also fixed in gh-847 test/built-ins/global/global-object.js - Add 'var' to make test pass in strict-mode test/language/block-scope/syntax/redeclaration-in-block/attempt-to-redeclare-function-declaration-with-function-declaration.js - This is allowed in sloppy mode when Annex B is implemented test/language/expressions/async-generators/expression-yield-as-statement.js - Fix calls to then() test/language/module-code/namespace/internals/own-property-keys-binding-types.js test/language/module-code/namespace/internals/own-property-keys-sort.js - Tests weren't updated after removal of @@iterator from module namespace objects test/language/module-code/namespace/internals/set-prototype-of-null.js - Fix syntax error test/language/statements/async-function/early-errors-no-async-generator.js - No longer valid now that async iteration proposal is at stage 3
-
- Oct 24, 2016
-
-
jugglinmike authored
* Add tests for prototype realm inference * Add tests for miscellaneous realm concerns * Add tests for realm of spec-created Errors In some cases, Error objects produced by the specification are observable from ECMAScript code. Among these cases, some are further differentiated in that they occur outside of any built-in function and may be triggered through syntactic production directly. The current realm record is commonly interpreted incorrectly under these circumstances. Add tests asserting that the expected realm record is used when constructing such Error objects. * Add tests for realm use in ArraySpeciesCreate * Add tests for function realm retrieval * Add tests for cross-realm behaviors of Symbols * Add tests for GetValue and PutValue * Add tests for realm of spec-created Arrays In some cases, Arrays produced by CreateArrayFromList are observable from ECMAScript code. Among these cases, two occur outside of any built-in function and may be triggered through syntactic production directly. The current realm record is commonly interpreted incorrectly under these circumstances. Add tests asserting that the expected realm record is used when constructing arrays. * Add test for spec-created object * fixup! Add tests for realm of spec-created Errors * fixup! Add tests for realm of spec-created Errors * fixup! Add tests for prototype realm inference * fixup! Add tests for miscellaneous realm concerns
-
- Jul 06, 2016
-
-
Leonardo Balter authored
-
- Jul 05, 2016
-
-
Leonardo Balter authored
Fixes gh-686
-
- Jun 23, 2016
-
-
Leonardo Balter authored
Fixes gh-685
-
- Jun 13, 2016
-
-
Leonardo Balter authored
Ref tc39/ecma262#410
-
- May 25, 2016
-
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
Leonardo Balter authored
-
- May 19, 2016
-
-
Leonardo Balter authored
-
Leonardo Balter authored
-