2786 Commits

Author SHA1 Message Date
Rick Waldron
bd7b77c17d Intl.Locale: relocate test files 2018-05-17 17:14:01 -04:00
Rick Waldron
ef1d3a4eb6
Merge pull request #1553 from Ms2ger/Locale
Add some more Locale tests.
2018-05-17 17:02:55 -04:00
Nicolò Ribaudo
7ff8d48178 AsyncGeneratorPrototype/*/name.js use "async-iteration", not "generator" (#1556) 2018-05-15 13:52:59 -03:00
Ms2ger
ce8d0520b8 Add some more Locale tests. 2018-05-15 17:27:57 +02:00
Valerie R Young
40883f4c6a Update filename character restriction in documention, linter and a few filenames 2018-05-11 22:19:01 -04:00
Daniel Ehrenberg
8d7dd538f1 Generate tests 2018-05-11 15:48:43 -04:00
Daniel Ehrenberg
89a75a90f6 Add templated tests for new proposed Annex B semantics
These tests are againt a proposed fix for
https://github.com/tc39/ecma262/issues/753

They seem to pass in V8, JSC and SpiderMonkey, though ChakraCore
hews slightly closer to the previous specification.
2018-05-11 15:48:43 -04:00
Rick Waldron
e845e21bf5 Intl.Locale: minor fixups (#1554)
- fix mixed up test & info
- add Symbol feature
- maximize length is 0
- maximize configurability is true
2018-05-11 16:37:52 -03:00
Rick Waldron
b77a262b4c
Merge pull request #1550 from hotsphink/patch-1
Update CONTRIBUTING.md
2018-05-10 14:15:48 -04:00
Rick Waldron
1631fb76d1
Merge pull request #1551 from hotsphink/numident
Add test for numeric literal followed by identifier
2018-05-10 14:14:31 -04:00
Steve Fink
fab08ab7a2 Add test for numeric literal followed by identifier 2018-05-09 15:45:52 -07:00
Steve Fink
ecf176d5ad
Update CONTRIBUTING.md
typo in constructor Test252Error
2018-05-09 15:42:56 -07:00
Rick Waldron
ffc46a667c BigInt: cleanup assertion messages (#1549) 2018-05-09 18:14:09 -03:00
Rick Waldron
c38bf8ba23
Merge pull request #1546 from caiolima/big-int-relational-symbol
Added tests for relational comparison among BigInt and Symbol
2018-05-09 15:42:10 -04:00
Caio Lima
c93caac30b Updating error messages 2018-05-08 22:58:18 -03:00
Leo Balter
524e8e43a5
Merge pull request #1544 from gibson042/proposal-json-superset
Tests for proposal-json-superset
2018-05-08 15:33:33 -03:00
Richard Gibson
dbc0c6b1cc Add json-superset feature 2018-05-08 14:19:44 -04:00
Rick Waldron
c49de8a6d8
Merge pull request #1547 from caiolima/big-int-relational-bool
Added tests of relational comparison among BigInt and boolean
2018-05-08 11:19:29 -04:00
Caio Lima
5cacfaf64b Added tests of relational comparison among BigInt and boolean 2018-05-08 10:06:29 -03:00
Caio Lima
340dfba5dc Added tests for relational comparison among BigInt and Symbol 2018-05-08 09:34:34 -03:00
Richard Gibson
ba124c31b2 Add tests for non-ASCII LineTerminator characters in string literals 2018-05-07 16:59:55 -04:00
Richard Gibson
48b4aa66af Remove no-longer-valid tests 2018-05-07 16:58:42 -04:00
Rick Waldron
83d815328f Intl.Locale: follow up tasks, set 1. Ref gh-1538 (#1540) 2018-05-04 14:49:37 -03:00
Ms2ger
eecf4d46ad Submit some Intl.Locale() tests.
Some of these are based on work by André Bargull in
<https://bugzilla.mozilla.org/show_bug.cgi?id=1433303>.
2018-05-03 14:21:10 -04:00
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