2762 Commits

Author SHA1 Message Date
Ms2ger
190cf5c730 Extract list of structurally invalid tags from invalid-tags.js. 2018-05-03 14:20:39 -04:00
Rick Waldron
3b7a456ddb
Merge pull request #1532 from anba/compat-new
Various test cases for cross-browser compliance bugs
2018-05-03 14:19:40 -04:00
Leo Balter
9721aa8edd
Merge pull request #1535 from rwaldron/agent-monotonic-now
Defines $262.agent.monotonicNow()
2018-05-03 14:36:08 -03:00
Rick Waldron
8dbeb27b59 v3.0.0 2018-05-03 13:28:46 -04:00
Rick Waldron
dff37af3f1 Defines $262.agent.monotonicNow() 2018-05-03 13:28:46 -04:00
André Bargull
b552dad5cb Various test cases for cross-browser compliance bugs 2018-05-03 09:27:27 -07:00
Rick Waldron
3bfad28cc3
Merge pull request #1537 from jugglinmike/remove-superfluous-code
Remove superfluous code from negative syntax tests
2018-04-28 10:14:54 -04:00
Mike Pennisi
e01a560648 Remove superfluous code from negative syntax tests
Because these files contain syntax errors, the code they contain is not
intended to be executed, and the runtime semantics are therefore
irrelevant. Simplify the files by removing the unnecessary code.
2018-04-27 22:04:23 -04:00
Rick Waldron
64cdeaf1ed Remove erroneous remnant $ERROR calls from negative SyntaxError tests 2018-04-26 13:39:36 -04:00
Rick Waldron
42ca7bbf93
Merge pull request #1528 from leobalter/fix-yaml-20180425
Fix yaml formatting
2018-04-25 10:58:15 -04:00
Leo Balter
24356b0c2c fix yaml 2018-04-25 11:39:23 -03:00
Rick Waldron
a43777651c Atomics.wait: additional coverage. Completes gh-1466 2018-04-25 11:01:37 -03:00
Rick Waldron
d12d7d270e Atomics.wake: additional coverage. (#1523)
Completes gh-1472
2018-04-25 10:00:35 -04:00
Rick Waldron
0b36f27000 Features: add missing "destructuring-binding" features; remove "default-arg" (#1521) 2018-04-24 14:52:19 -04:00
Rick Waldron
20d4977634
Merge pull request #1526 from anba/python3
Make parseTestRecord.py python3 compatible
2018-04-24 13:05:04 -04:00
Rick Waldron
621b3b0478
Merge pull request #1525 from anba/test-bugs-apr2018
Fix various test bugs
2018-04-24 13:00:14 -04:00
André Bargull
4daa3de9bf Make parseTestRecord.py python3 compatible 2018-04-24 09:52:57 -07:00
André Bargull
a1faccdd41 Fix various test bugs
- "CannotSuspendMainAgent" feature was changed to "CanBlockIsFalse" flag
- Move annex-b tests into annex-b directory
- Update variable names in nonshared-int-views.js tests
- Move getReport() call in nan-for-timeout.js to avoid iloop
- Update BigInt constructor to match new semantics (tc39/proposal-bigint#138)
2018-04-24 09:52:35 -07:00
Rick Waldron
c55d2ab7c3 Extensive Function toString updates for "Function.prototype.toString revision" proposal. (#1510)
Fixes gh-1453
2018-04-19 16:44:52 -04:00
Leo Balter
6c6f02a693
Merge pull request #1499 from bocoup/atomics_wait_part_3
wip: atomics wake + additional wait tests
2018-04-19 16:35:03 -04:00
Rick Waldron
4f7268566b Features: add missing TypedArray constructors 2018-04-19 15:31:54 -04:00
Rick Waldron
338688bb57 testTypedArray.js: enforce order of TypedArrays 2018-04-19 15:09:39 -04:00
Rick Waldron
ac65ecab7c Atomics: updates to tests 2018-04-19 15:09:39 -04:00
Amal Hussein
251a69acca wip 2018-04-19 15:07:05 -04:00
Amal Hussein
9d909ed681 fixup from pr feedback 2018-04-19 15:07:05 -04:00
Amal Hussein
0059b4783d additional test coverage for atomics.wait + removing old tests which have been replaced + test cleanup and renaming test files for consistency 2018-04-19 15:07:05 -04:00
Rick Waldron
9f57733ed9 Test all no-construct no-call objects consistently (#1520)
Related to https://github.com/tc39/ecma262/pull/1177
2018-04-19 11:23:17 -04:00
Rick Waldron
cd6305155b BigInt: additional info frontmatter. Validated features (#1518) 2018-04-18 16:56:06 -04:00
Rick Waldron
a1a4e2b1b8 Corrections to sec-web-compat-evaldeclarationinstantiation and sec-web-compat-functiondeclarationinstantiation tests. Fixes gh-1364 (#1509) 2018-04-18 16:54:30 -04:00
Rick Waldron
14931c923f
Merge pull request #1516 from cxielarko/tostring-default-radix
test BigInt toString with default radix
2018-04-18 16:21:39 -04:00
Rick Waldron
119c8eadfa
Merge pull request #1517 from cxielarko/valueof-realm
cross-realm test for BigInt.prototype.valueOf
2018-04-18 16:19:49 -04:00
Rick Waldron
1155332c93
Merge pull request #1514 from cxielarko/remove-issafeinteger
remove IsSafeInteger checks for BigInt
2018-04-18 15:35:38 -04:00
Robin Templeton
34e7102b78 bigint comparison tests (#1513)
* relational comparison of bigint and string values

* additional tests for strings converted to NaN
2018-04-18 15:33:00 -04:00
Robin Templeton
5be8900d6b cross-realm test for BigInt.prototype.valueOf
Thanks to Jeff Walden for suggesting this test case.
2018-04-17 20:50:05 -04:00
Robin Templeton
6d4b9a55f1 test BigInt toString with default radix
Thanks to Jeff Walden for suggesting this test case.
2018-04-17 20:25:35 -04:00
Robin Templeton
bf1b79d65a remove IsSafeInteger checks for BigInt 2018-04-16 13:29:03 -04:00
Daniel Ehrenberg
08cc5a8f68
Merge pull request #1511 from tc39/add-coc.md-file
Add CoC.md reference file
2018-04-12 00:41:25 +02:00
Jory Burson
86371cc283 Add CoC.md reference file 2018-04-11 16:16:55 -04:00
Rick Waldron
ee3a57ca23
Merge pull request #1507 from bakkot/field-ref-error
Add test for proposal-class-fields#92
2018-04-11 13:49:54 -04:00
Rick Waldron
3e4f58dee4
Merge pull request #1500 from ljharb/matchall
Tests for String.prototype.matchAll
2018-04-11 13:34:13 -04:00
Daniel Ehrenberg
73b8d9c773 Revert "Revert "Additional tests for QuantifiableAssertion" (#1458)" (#1459)
This reverts commit 173e98e00b14db854d293108d559b79071dfaab2.
2018-04-09 17:35:13 -04:00
Kevin Gibbons
49039979c8 Add test for double super for proposal-class-fields#92 2018-04-09 12:02:22 -07:00
Kevin Gibbons
dba8d7cdc7 Add test for proposal-class-fields#92 2018-04-06 11:24:15 -07:00
Rick Waldron
845407e0b6
Merge pull request #1506 from rkirsling/remove-lf-from-cr-test
Remove errant LF from CR line ending test.
2018-04-06 11:25:02 -04:00
Ross Kirsling
a7b2d07a94 Remove errant LF from CR line ending test. 2018-04-05 23:32:25 -07:00
Valerie Young
714fdc9125 whitespace and delete file (#1505) 2018-04-04 14:57:56 -04:00
Rick Waldron
f9e482b393
Merge pull request #1504 from jswalden/dv-final-detachment-check
Add a test verifying that the OrdinaryCreateFromConstructor call in the DataView constructor is checked for underlying-buffer detachedness before its result is used
2018-04-03 14:46:49 -04:00
Jeff Walden
ba783aef91 Add a test verifying that the OrdinaryCreateFromConstructor call in the DataView constructor is checked for underlying-buffer detachedness before its result is used. 2018-04-02 15:19:13 -07:00
André Bargull
ea6c18c5e2 Don't compute NaN values in functions (#1503)
`function nan() { return /* expression to compute NaN */ }` may not return the same implementation-distinguishable NaN value before and after JIT compilation.
2018-03-22 20:20:29 -04:00
André Bargull
500e48e6ce Fix various test bugs (#1502)
Fixes #1492
2018-03-22 16:36:57 -04:00