Leonardo Balter
|
194b6b597f
|
Add tests for Subclassing the built-in Set Objects
|
2016-01-11 17:57:46 -05:00 |
Leonardo Balter
|
ba1482df8a
|
Add tests for Subclassing the built-in Map Objects
|
2016-01-11 17:57:46 -05:00 |
Leonardo Balter
|
6fdf6dd752
|
Add tests for Subclassing the built-in TypedArray Objects
|
2016-01-11 17:57:46 -05:00 |
Leonardo Balter
|
27764aa355
|
Add tests for Subclassing the built-in String Objects
|
2016-01-11 17:57:45 -05:00 |
Leonardo Balter
|
fc160c78ad
|
Add tests for Subclassing the built-in RegExp Objects
|
2016-01-11 17:57:45 -05:00 |
Leonardo Balter
|
5be3a8019d
|
Add tests for Subclassing the built-in Date Objects
|
2016-01-11 17:57:45 -05:00 |
Leonardo Balter
|
f5b5ad47e5
|
Add tests for Subclassing the built-in Number Objects
|
2016-01-11 17:57:45 -05:00 |
Leonardo Balter
|
67ec7fbf7b
|
Add tests for Subclassing the built-in NativeError Objects
|
2016-01-11 17:57:44 -05:00 |
Leonardo Balter
|
390c7a7fdb
|
Add tests for Subclassing the built-in Error Object
|
2016-01-11 17:57:44 -05:00 |
Leonardo Balter
|
a5b3c84fbd
|
Add tests for Subclassing the built-in Symbol Object
|
2016-01-11 17:57:43 -05:00 |
Leonardo Balter
|
47faa3ec58
|
Add tests for Subclassing the built-in Boolean Object
|
2016-01-11 17:57:43 -05:00 |
Leonardo Balter
|
1bcc056914
|
Add tests for Subclassing the built-in Function Object
|
2016-01-11 17:57:43 -05:00 |
Leonardo Balter
|
cde62d08d8
|
Add tests for Subclassing the built-in Object
|
2016-01-11 17:57:42 -05:00 |
Leonardo Balter
|
7a87731d9c
|
Add tests for Subclassing the built-in Array Object
|
2016-01-11 17:57:42 -05:00 |
Jeff Walden
|
78ca60e6cf
|
Add tests verifying that ASI can't occur after the leading let/const in |let let|, |let let = "...";|, and |const let = "...";|. Each matches the LexicalDeclaration production, then triggers an early error before evaluation because it attempts to bind "let".
|
2015-12-18 15:03:04 -05:00 |
André Bargull
|
b62dccf1dc
|
Add test cases for recent ES2016 fixes
- lastIndex in RegExp.prototype[Symbol.split]: tc39/ecma262@08b4756747
- Missing number conversion in DataView.prototype.setXXX: tc39/ecma262@4f875fe96d
- Negative zero byteoffset in TypedArray: tc39/ecma262@2d1ed20db7
- EvalDeclarationInstantiation throws TypeError: tc39/ecma262@2be6968715
- BindingRestElement allows BindingPattern: tc39/ecma262@d322357e6b
- Eval in parameters with computed property keys: tc39/ecma262@04e2e9b719
- Use strict with non-simple parameters: tc39/ecma262@15b0db41ed
- __proto__ in strict mode: tc39/ecma262@5c1984334d
|
2015-12-15 17:33:49 +01:00 |
André Bargull
|
bd8c91e250
|
Updates for ES2016 Draft 2015-12-01
- RegExp.prototype[Symbol.split] calls ToUint32 (https://github.com/tc39/ecma262/issues/92)
- Species lookup removed from Promise.all and Promise.race (https://github.com/tc39/ecma262/issues/151)
- Generator functions are no longer constructors (https://github.com/tc39/ecma262/pull/171)
Fixes #444
|
2015-12-02 18:07:06 +01:00 |
André Bargull
|
56d6eefb69
|
Fix expected completion value
- if-statement completion value semantics was not properly updated in ES2015
|
2015-11-11 17:47:15 +01:00 |
André Bargull
|
1da4c78051
|
Revert primitive wrapper prototypes and String#split to ES5
- Revert Number, Boolean and String prototypes to ES5 semantics
- Revert String.prototype.split's to ES5 behavior
|
2015-11-06 18:50:44 +01:00 |
Mike Pennisi
|
e39f8d88c5
|
Add tests for well-known Symbol: @@unscopables
|
2015-10-05 11:57:31 -04:00 |
Gorkem Yakin
|
26e6fd7c17
|
Convert binary integers to octal in octal integer tests
|
2015-09-30 08:54:45 -07:00 |
Brian Terlson
|
0d9733e93b
|
Merge pull request #432 from cfarm/increment-typo
fixes increment typo
|
2015-09-18 10:53:14 -07:00 |
Gorkem Yakin
|
117c3f386e
|
Merge pull request #418 from bocoup/symbol-to-primitive
Add tests for well-known Symbol: @@toPrimitive
|
2015-09-18 09:07:51 -07:00 |
Catherine Farman
|
b175e34478
|
fixes increment typo
|
2015-09-18 11:14:32 -04:00 |
Rick Waldron
|
5ddb903e98
|
Merge pull request #393 from anba/non-browser
Improve compatibility for engines without support for Annex B and non-standard features
|
2015-09-07 15:32:03 -04:00 |
André Bargull
|
ffec41b7af
|
Improve compatibility for engines without support for Annex B
|
2015-09-07 20:40:09 +02:00 |
unknown
|
35038fdb10
|
update tests for arrow-function
|
2015-09-07 14:51:11 +08:00 |
Rick Waldron
|
9ccc663936
|
Merge pull request #415 from anba/remove-runTestCase-finally
Replace runTestCase when used with try-finally
|
2015-09-04 15:20:26 -04:00 |
Rick Waldron
|
2bfe4a4716
|
Merge pull request #416 from anba/remove-runTestCase-language-rest
Replace runTestCase in test/language (part 2)
|
2015-09-04 15:18:40 -04:00 |
Rick Waldron
|
a2554d909b
|
Merge branch 'remove-runTestCase-builtins-other' of https://github.com/anba/test262 into anba-remove-runTestCase-builtins-other
# By André Bargull
# Via André Bargull
* 'remove-runTestCase-builtins-other' of https://github.com/anba/test262:
Replace runTestCase with assert helpers, rest [test/built-ins]
Replace runTestCase with assert helpers [test/built-ins]
Conflicts:
test/built-ins/Array/from/S22.1.2.1_T1.js
test/built-ins/Array/from/S22.1.2.1_T2.js
test/built-ins/Array/from/S22.1.2.1_T3.js
|
2015-09-04 13:25:41 -04:00 |
Leonardo Balter
|
73409cea4e
|
Add tests for default parameters
|
2015-09-02 18:01:51 -04:00 |
Gorkem Yakin
|
c04984872d
|
Merge pull request #370 from bocoup/symbol-has-instance
Add tests for well-known Symbol, @@hasInstance
|
2015-08-31 16:32:55 -07:00 |
Brian Terlson
|
c4231d4948
|
Merge pull request #420 from bakkot/patch-1
Wrong error message in function-code/S10.2.1_A1.js
|
2015-08-24 15:25:32 -07:00 |
Kevin Gibbons
|
69969e16b1
|
Remove extraneous indent in header, for consistency
|
2015-08-24 15:24:10 -07:00 |
Kevin Gibbons
|
8759c88bec
|
Wrong error message in function-code/S10.2.1_A1.js
|
2015-08-18 17:47:02 -07:00 |
Mike Pennisi
|
4e88365dc6
|
Add tests for well-known Symbol: @@toPrimitive
|
2015-08-16 18:37:22 -04:00 |
André Bargull
|
1b14708467
|
Replace runTestCase with assert helpers [test/built-ins]
|
2015-08-13 17:50:58 +02:00 |
André Bargull
|
bd603294cb
|
Replace runTestCase with assert, try-finally
|
2015-08-13 17:43:11 +02:00 |
André Bargull
|
8447a55e49
|
Replace runTestCase with assert helpers [test/language/directive-prologue]
|
2015-08-13 17:35:04 +02:00 |
André Bargull
|
789224fbaa
|
Replace runTestCase with assert helpers [test/language/function-code]
|
2015-08-13 17:34:40 +02:00 |
André Bargull
|
73d5292b77
|
Replace runTestCase with assert helpers [test/language/expressions]
|
2015-08-13 17:34:17 +02:00 |
André Bargull
|
ee8a222125
|
Replace runTestCase with assert helpers [test/language/statements]
|
2015-08-13 17:33:42 +02:00 |
André Bargull
|
2d5e7e0d44
|
Replace runTestCase with assert helpers [test/language/literals]
|
2015-08-13 17:33:06 +02:00 |
André Bargull
|
2fe6cac16a
|
Replace runTestCase with assert helpers [test/language/reserved-words]
|
2015-08-13 17:32:43 +02:00 |
André Bargull
|
ba1b02a047
|
Replace runTestCase with assert helpers [test/language/eval-code]
|
2015-08-13 17:32:19 +02:00 |
André Bargull
|
27b234f708
|
Replace runTestCase with assert helpers [test/language/arguments-object]
|
2015-08-13 17:31:54 +02:00 |
André Bargull
|
1f97345668
|
Replace runTestCase with assert.throws [test/language/]
|
2015-08-11 17:43:21 +02:00 |
André Bargull
|
7f55f60b5f
|
Replace runTestCase with assert.throws [test/language/statements]
|
2015-08-11 17:43:01 +02:00 |
André Bargull
|
3de484fe83
|
Replace runTestCase with assert.throws [test/language/expressions]
|
2015-08-11 17:42:41 +02:00 |
André Bargull
|
d45d495ee6
|
Replace runTestCase with assert helpers [test/language/function-code]
|
2015-08-06 18:34:38 +02:00 |