Rick Waldron
|
4fd36e7f1d
|
built-ins/Proxy/*: make all indentation consistent (depth & character) (#1434)
|
2018-02-15 15:11:36 -05:00 |
|
Rick Waldron
|
133dfa8793
|
built-ins/Promise/*: make all indentation consistent (depth & character) (#1433)
|
2018-02-15 15:11:21 -05:00 |
|
Leo Balter
|
832542844c
|
s/es6id/esid
|
2018-02-15 10:46:28 -05:00 |
|
Valerie R Young
|
14d7bfeda2
|
async-iteration: add tests for AsyncIteratorPrototype
|
2018-02-15 10:45:13 -05:00 |
|
Valerie R Young
|
510d6b7f44
|
async-iteration: add tests for AsyncGenerationFunction
|
2018-02-15 10:45:13 -05:00 |
|
Jeff Walden
|
a19993e269
|
Add tests for the behavior of INT32_MIN (-2147483648) as exponent with the exponentiation operator and with Math.pow (which shares the same core algorithm in the spec, but might be differently implemented in actual implementations). (#1445)
|
2018-02-14 17:02:39 -05:00 |
|
Rick Waldron
|
8342824894
|
built-ins/AsyncFunction/*: make all indentation consistent (depth & character)
|
2018-02-13 14:35:02 -05:00 |
|
Amal Hussein
|
66eaf57f88
|
added coverage for built-in Map spec to ensure that a TypeError is thrown when Symbol.iterator is undefined (#1444)
|
2018-02-13 11:36:10 -05:00 |
|
Adrian Heine
|
2fb8eca677
|
Fix typo intialize(r) -> initialize(r)
|
2018-02-12 10:05:52 -05:00 |
|
André Bargull
|
f95b56ab28
|
Revert "js-beautify: make all indentation consistent (depth & character) (#1409)" (#1412)
This reverts commit a01de4a722d088055a7d84d8c691ddd7109edb34.
|
2018-02-09 12:09:47 -05:00 |
|
Rick Waldron
|
a01de4a722
|
js-beautify: make all indentation consistent (depth & character) (#1409)
|
2018-02-09 11:35:37 -05:00 |
|
Yusuke Suzuki
|
18c1e799a0
|
Prefer spaces to tabs if it is not syntax related tests
This patch changes tabs to spaces for newly added tests.
|
2018-02-08 13:32:42 -05:00 |
|
Leo Balter
|
6d5a7adf4e
|
Fix ToNumber operations
|
2018-02-08 11:13:54 -05:00 |
|
Rick Waldron
|
12797840ae
|
features: [numeric-separator-literal]
|
2018-02-08 11:13:54 -05:00 |
|
Leo Balter
|
53c00784b6
|
Revert "Revert "Tests for NumericSeparatorLiteral. Closes gh-1051" (#1188)"
This reverts commit 8422147c17aa3f4061e524a8f88c251a3b371ecf.
|
2018-02-08 11:13:54 -05:00 |
|
André Bargull
|
82c6148980
|
Add missing closing parenthesis and remove invalid async flag (#1402)
|
2018-02-01 14:04:51 -05:00 |
|
Jordan Harband
|
03da22868a
|
Promise.prototype.finally: add more tests
- per https://github.com/tc39/ecma262/pull/1083#issuecomment-361775023
|
2018-01-30 20:47:35 -05:00 |
|
André Bargull
|
1989f0fe6d
|
Add test case for tc39/ecma262#1009 (#1240)
|
2018-01-30 10:29:19 -05:00 |
|
Jordan Harband
|
e15be1853b
|
String.prototype.matchAll: add tests for stage 3
`RegExp.prototype[Symbol.matchAll]`: Add basic tests.
|
2018-01-25 23:45:12 -08:00 |
|
Mathias Bynens
|
6fa2525107
|
[string-trimming] Fix whitespace tests
This patch fixes a typo (`\FEFF` → `\uFEFF`) and adds some missing whitespace symbols as a follow-up to https://github.com/tc39/test262/pull/1246.
|
2018-01-25 17:32:06 -05:00 |
|
Rick Waldron
|
966dfb4cd0
|
String.prototype.trimEnd,trimStart: add feature (per new convention)
|
2018-01-25 14:38:51 -05:00 |
|
Valerie R Young
|
05d1ddf670
|
Fixup edit to info
|
2018-01-25 14:10:41 -05:00 |
|
Valerie R Young
|
56d57956a0
|
Add this value object testing to trimEnd
|
2018-01-25 14:10:41 -05:00 |
|
Valerie R Young
|
2b7df61dd6
|
Fixup typos
|
2018-01-25 14:10:41 -05:00 |
|
Valerie R Young
|
828c8031ef
|
Add tests for object to primitive returns object errors
|
2018-01-25 14:10:40 -05:00 |
|
Valerie R Young
|
7c0053358a
|
Add tests for object to primitive method errors
|
2018-01-25 14:10:40 -05:00 |
|
Valerie R Young
|
94325316be
|
Add tests for object to primitive call errors
|
2018-01-25 14:10:40 -05:00 |
|
Valerie R Young
|
f945473767
|
Add test of object without to primitive functionality
|
2018-01-25 14:10:40 -05:00 |
|
Valerie R Young
|
232eec1f3b
|
Completely rewrite ToPrimitive method priority testing
|
2018-01-25 14:10:40 -05:00 |
|
Valerie R Young
|
fc86cef984
|
fix typos
|
2018-01-25 14:10:40 -05:00 |
|
Valerie R Young
|
6501563705
|
Add ToPrimitive method priority testing
|
2018-01-25 14:10:40 -05:00 |
|
Valerie R Young
|
bdcb73ae27
|
Add tests for sucessful whitespace removing
|
2018-01-25 14:10:40 -05:00 |
|
Valerie R Young
|
583a67af4c
|
Add number tests for trim(Start/End)
|
2018-01-25 14:10:14 -05:00 |
|
Valerie R Young
|
812e071f03
|
fixup: Add boolean/Symbol() tests for trim(Start/End)
|
2018-01-25 14:10:14 -05:00 |
|
Valerie R Young
|
fdf8e8bd3f
|
Fixup: Add object coercible tests for trim(start/End)
|
2018-01-25 14:10:14 -05:00 |
|
Valerie R Young
|
2905e6a293
|
fixup: Add initial tests for trim(Start/End/Left/Right)
|
2018-01-25 14:10:14 -05:00 |
|
Valerie R Young
|
0c796ea88b
|
Add boolean/Symbol() tests for trim(Start/End)
|
2018-01-25 14:10:14 -05:00 |
|
Valerie R Young
|
3f42003974
|
Add object coercible tests for trim(start/End)
|
2018-01-25 14:10:14 -05:00 |
|
Valerie R Young
|
5931e313fc
|
Add initial tests for trim(Start/End/Left/Right)
|
2018-01-25 14:10:14 -05:00 |
|
Jordan Harband
|
7c5b5bf750
|
Promise.prototype.finally: add missing tests
Per:
- https://github.com/tc39/test262/issues/866#issuecomment-328565337
- https://github.com/tc39/test262/issues/866#issuecomment-359978873
Closes #866.
|
2018-01-25 14:03:28 -05:00 |
|
Robin Templeton
|
8b71c5fea5
|
Atomics tests for BigInt
|
2018-01-25 14:01:33 -05:00 |
|
Viktor
|
f9d8b29ae4
|
A fix for the copyright
|
2018-01-25 13:59:50 -05:00 |
|
André Bargull
|
79283bd80f
|
Add missing 'SharedArrayBuffer' feature tag
|
2018-01-25 13:59:37 -05:00 |
|
André Bargull
|
f717982c94
|
Remove unused includes
|
2018-01-25 13:59:37 -05:00 |
|
André Bargull
|
658f19005b
|
assert.compareArray does not perform deep-equality comparison
|
2018-01-25 13:59:37 -05:00 |
|
André Bargull
|
8b50602099
|
Replace Annex-B __proto__ with Object.[gs]etPrototypeOf
|
2018-01-25 13:59:37 -05:00 |
|
Jordan Harband
|
5b3914a37b
|
String.prototype.matchAll: add tests for stage 3
`String.prototype.matchAll`: Add basic tests.
|
2018-01-25 00:25:10 -08: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 |
|
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 |
|