- Aug 13, 2018
-
-
Rick Waldron authored
-
Rick Waldron authored
-
Kevin Gibbons authored
-
Kevin Gibbons authored
-
- May 31, 2018
-
-
Robin Templeton authored
Reported by André Bargull in <https://bugzilla.mozilla.org/show_bug.cgi?id=1464758>.
-
- May 12, 2018
-
-
Valerie R Young authored
-
- May 03, 2018
-
-
André Bargull 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 13, 2018
-
-
Rick Waldron authored
Fixes gh-1476 Closes gh-1484
-
- Mar 07, 2018
-
-
Rick Waldron authored
-
- Mar 06, 2018
-
-
Leo Balter authored
-
- Feb 23, 2018
-
-
Sathya Gunasekaran authored
-
- Feb 15, 2018
-
-
Rick Waldron authored
-
- Feb 09, 2018
-
-
André Bargull authored
This reverts commit a01de4a7.
-
Rick Waldron authored
-
- Jan 11, 2018
-
-
Rick Waldron authored
-
- Jan 10, 2018
-
-
Rick Waldron authored
-
- Jan 05, 2018
-
-
Rick Waldron authored
-
- Nov 01, 2017
-
-
André Bargull authored
-
- Sep 22, 2017
-
-
Leo Balter authored
-
- Sep 08, 2017
-
-
Leo Balter authored
-
- Sep 07, 2017
-
-
Leo Balter authored
-
- Sep 05, 2017
-
-
André Bargull authored
Because Proxies no longer allow to return duplicate property keys.
-
- Aug 24, 2017
-
-
Robin Templeton authored
-
- May 17, 2017
-
-
Leo Balter authored
These tests are not helpful for their respective APIs being tested. They don't add any coverage for the built-in apis and basically check behaviors that might conflict with a implementation defined global.
-
- May 01, 2017
-
-
jugglinmike authored
This script is intended to identify common test file formatting errors prior to their acceptance into the project. It is designed to support future extensions for additional validation rules.
-
- Apr 27, 2017
-
-
⭐caitp⭐ authored
-
- Apr 13, 2017
-
-
André Bargull authored
-
- Apr 06, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- Mar 14, 2017
-
-
Leonardo Balter authored
Fix 850
-
- Mar 01, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
Claude Pache authored
Some popular JavaScript engines display violation of invariants about property attributes for some non-standard but “web-reality” object properties. Add tests against such violations Closes #653 Fixes #649
-
- Jan 20, 2017
-
-
Rick Waldron authored
Signed-off-by:
Rick Waldron <waldron.rick@gmail.com>
-
- 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
-
- Aug 30, 2016
-
-
Keith Miller authored
-
- Aug 01, 2016
-
-
Jordan Harband authored
Per https://github.com/tc39/ecma262/pull/593
-
- Jul 06, 2016
-
-
Leonardo Balter authored
Fixes gh-683 Ref gh-648 Ref tc39/ecma262#353
-
- Jul 01, 2016
-
-
Leo Balter authored
The global isNaN is not precise at all, and Number.isNaN is an ES6 feature that makes it preferrable to use assert's sameValue for NaN values, as it handles it internally using the comparison.
-
- Jun 15, 2016
-
-
Leonardo Balter authored
-
- Jun 10, 2016
-
-
jugglinmike authored
-