Rick Waldron
|
cce13c4c24
|
Update test/intl402/Segmenter/constructor/constructor/options-localeMatcher-toString-abrupt-throws.js
Co-authored-by: Ujjwal Sharma <ryzokuken@disroot.org>
|
2020-09-10 16:08:39 -04:00 |
Rick Waldron
|
74bed11865
|
Update test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js
Co-authored-by: Ujjwal Sharma <ryzokuken@disroot.org>
|
2020-09-10 16:08:39 -04:00 |
Frank Tang
|
7a4a637574
|
Address review comments
|
2020-09-10 16:08:39 -04:00 |
Frank Tang
|
4f8ee98d26
|
Remove Unused include: "propertyHelper.js"
|
2020-09-10 16:08:39 -04:00 |
Frank Tang
|
2886465593
|
Add true for the test case
|
2020-09-10 16:08:39 -04:00 |
Frank Tang
|
6d97fa208a
|
Fix errors
|
2020-09-10 16:08:39 -04:00 |
Frank Tang
|
085cb50b25
|
Add more tests for Intl.Segmenter
|
2020-09-10 16:08:39 -04:00 |
ExE Boss
|
9c754bc3ce
|
Add tests for cross‑realm and subclass calls of legacy static accessors
|
2020-09-10 16:07:17 -04:00 |
ExE Boss
|
391f799152
|
Add tests for cross‑realm and subclass `RegExp.prototype.compile` calls
|
2020-09-10 16:07:17 -04:00 |
ExE Boss
|
d06c21c03a
|
Add tests for property descriptors of legacy RegExp accessors
|
2020-09-10 16:07:17 -04:00 |
Rick Waldron
|
d9a6a03ffc
|
String.prototype.split: Add features meta data
|
2020-09-10 15:28:00 -04:00 |
Alexey Shvayka
|
7a56df1119
|
Test that Date.prototype has no [[DateValue]] slot
|
2020-09-10 15:27:34 -04:00 |
Alexey Shvayka
|
9aef4bd5eb
|
Test that Error.prototype has no [[ErrorData]] slot
|
2020-09-10 15:27:34 -04:00 |
Rick Waldron
|
accf91c57d
|
Coverage gaps found by quickjs. Fixes gh-2370
|
2020-09-10 15:23:19 -04:00 |
Rick Waldron
|
378481b041
|
Coverage of super reference behaviour. Fixes gh-2451
|
2020-09-10 15:22:57 -04:00 |
Rick Waldron
|
8287422b64
|
Coverage for assignment to left hand side expressions that are an assignment. Fixes gh-2487
|
2020-09-10 15:22:33 -04:00 |
Rick Waldron
|
0a977a691d
|
In strict mode code, attempts to assign to an unresolvable reference must throw a ReferenceError exception. Fixes gh-1964
|
2020-09-10 15:22:02 -04:00 |
Rick Waldron
|
629b6d0917
|
Generate tests
|
2020-09-10 11:14:18 -04:00 |
Rick Waldron
|
ff08e2bd4f
|
Generate tests
|
2020-09-10 11:14:18 -04:00 |
Alexey Shvayka
|
afd849ad29
|
Test "length" [[Value]] overflow check order in ArraySetLength
|
2020-09-09 14:40:23 -04:00 |
Alexey Shvayka
|
d993d87766
|
Test "length" [[Value]] coercion order in ArraySetLength
|
2020-09-09 14:40:23 -04:00 |
Alexey Shvayka
|
38f3014063
|
Test Date.prototype[@@toPrimitive] called as top-level function
|
2020-09-09 14:34:20 -04:00 |
Alexey Shvayka
|
b15c3a5b79
|
Test Date.prototype.toJSON called as top-level function
|
2020-09-09 14:34:20 -04:00 |
Alexey Shvayka
|
87398ac935
|
Test Error.prototype.toString called as top-level function
|
2020-09-09 14:34:20 -04:00 |
Alexey Shvayka
|
54ef2ae71d
|
Test RegExp.prototype.toString called as top-level function
|
2020-09-09 14:34:20 -04:00 |
Alexey Shvayka
|
9857b124c0
|
Test Array.prototype methods called as top-level functions
|
2020-09-09 14:34:20 -04:00 |
Rick Waldron
|
6bfcf4237a
|
SuperCall includes parenthesis. Fixes gh-1183 (#2754)
|
2020-09-04 11:42:43 -07:00 |
Rick Waldron
|
1c22e0b2f2
|
Atomics: fix test info contents to match definition as it appears in ES2020. Fixes gh-2721
|
2020-09-04 09:32:55 -04:00 |
Alexey Shvayka
|
b9cbff7378
|
Add poisoned Object.prototype.__proto__ test
|
2020-09-02 15:31:42 -04:00 |
Alexey Shvayka
|
c558dad25f
|
Add permitted duplicate test for shorthand properties
|
2020-09-02 15:31:42 -04:00 |
Alexey Shvayka
|
4d4c160674
|
Expand permitted duplicate test with async/generator methods
|
2020-09-02 15:31:42 -04:00 |
Yusuke Suzuki
|
8060bba447
|
Accessing order of fractionalSecondDigits should be earlier than timeZoneName
In this PR[1], fractionalSecondDigits is listed earlier than timeZoneName in table 6[2].
So, accessing order of fractionalSecondDigits in [3]'s step-29 should be earlier than timeZoneName.
[1]: https://github.com/tc39/ecma402/pull/347
[2]: https://tc39.es/ecma402/#sec-datetimeformat-abstracts
[3]: https://tc39.es/ecma402/#sec-initializedatetimeformat
|
2020-09-02 15:30:46 -04:00 |
Alexey Shvayka
|
c64db438df
|
Test [[Set]] failure near integer limit in Array.prototype.push
|
2020-09-02 15:30:33 -04:00 |
Rick Waldron
|
896994413c
|
Missing coverage for Object.defineProperty method. Fixes gh-2660 (#2738)
|
2020-08-31 12:59:07 -07:00 |
Alexey Shvayka
|
9e75c60028
|
Gracefully handle nullish arguments in harness/compareArray
|
2020-08-31 15:17:24 -04:00 |
Richard Gibson
|
93ff9b7262
|
Replace incorrect use of $DONOTEVALUATE
|
2020-08-21 15:58:21 -04:00 |
Richard Gibson
|
4f126a8ce9
|
Test the sequence of potentially abrupt steps in String.prototype.split
|
2020-08-21 15:58:21 -04:00 |
Richard Gibson
|
2dd3e50064
|
Fix confusing comment text
|
2020-08-21 15:58:21 -04:00 |
Rick Waldron
|
ced63df97b
|
ExportDeclaration : HoistableDeclaration; Fixes gh-2068 (#2737)
|
2020-08-20 14:42:35 -07:00 |
Alexey Shvayka
|
e0a65ee75e
|
Add %GeneratorFunction.prototype% test
|
2020-08-20 12:52:25 -04:00 |
Alexey Shvayka
|
fd91dd1e0e
|
Add %AsyncGeneratorFunction.prototype% test
|
2020-08-20 12:52:25 -04:00 |
Alexey Shvayka
|
34fb6c4374
|
Add %AsyncFunction.prototype% test
|
2020-08-20 12:52:25 -04:00 |
Alexey Shvayka
|
9411d7fccc
|
Array binding: add generated tests
|
2020-08-20 12:48:08 -04:00 |
Alexey Shvayka
|
36f73c6142
|
Add Function.prototype.length property descriptor test
|
2020-08-20 12:39:28 -04:00 |
Alexey Shvayka
|
51fac5f93b
|
Rename & improve large target function "length" test
|
2020-08-20 12:38:45 -04:00 |
Alexey Shvayka
|
8fbe2f82ef
|
Test default value of bound function "length" property
|
2020-08-20 12:38:45 -04:00 |
Alexey Shvayka
|
53d8d9d394
|
Merge & improve remaining arguments tests
|
2020-08-20 12:38:45 -04:00 |
Alexey Shvayka
|
233ca721f5
|
Test ToInteger performed on "length" value of target function
|
2020-08-20 12:38:45 -04:00 |
Alexey Shvayka
|
f80d7e7777
|
Merge & refactor bound function "length" property descriptor tests
|
2020-08-20 12:38:45 -04:00 |
Alexey Shvayka
|
897a05954f
|
Test "length" property descriptor of Function.prototype.bind
|
2020-08-20 12:38:45 -04:00 |