Skip to content

Commit ea5046b

Browse files
authored
Update test262 (#854)
1 parent 4c32c53 commit ea5046b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

test262

Submodule test262 updated 1837 files

test262.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Atomics.pause=!tcc
6868
Atomics.waitAsync=skip
6969
BigInt
7070
caller
71+
canonical-tz=skip
7172
change-array-by-copy
7273
class
7374
class-fields-private
@@ -114,6 +115,7 @@ hashbang
114115
host-gc-required=skip
115116
import-assertions=skip
116117
import-attributes=skip
118+
import-defer=skip
117119
import.meta
118120
Int16Array
119121
Int32Array
@@ -137,6 +139,7 @@ Intl.RelativeTimeFormat=skip
137139
Intl.Segmenter=skip
138140
IsHTMLDDA
139141
iterator-helpers
142+
iterator-sequencing=skip
140143
json-modules=skip
141144
json-parse-with-source=skip
142145
json-superset
@@ -385,5 +388,8 @@ test262/test/built-ins/RegExp/unicodeSets/generated/string-literal-union-charact
385388
test262/test/built-ins/RegExp/unicodeSets/generated/string-literal-union-property-of-strings-escape.js
386389
test262/test/built-ins/RegExp/unicodeSets/generated/string-literal-union-string-literal.js
387390

391+
# frequently broken, sometimes contain engine-dependent tests
392+
test262/test/staging/
393+
388394
[tests]
389395
# list test files or use config.testdir

test262_errors.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ test262/test/built-ins/Object/defineProperty/coerced-P-shrink.js:16: Test262Erro
3030
test262/test/built-ins/Object/defineProperty/coerced-P-shrink.js:16: strict mode: Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
3131
test262/test/built-ins/Object/defineProperty/typedarray-backed-by-resizable-buffer.js:18: Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
3232
test262/test/built-ins/Object/defineProperty/typedarray-backed-by-resizable-buffer.js:18: strict mode: Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
33+
test262/test/built-ins/Object/freeze/typedarray-backed-by-resizable-buffer.js:14: Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
34+
test262/test/built-ins/Object/freeze/typedarray-backed-by-resizable-buffer.js:14: strict mode: Test262Error: Expected a TypeError to be thrown but no exception was thrown at all
3335
test262/test/built-ins/RegExp/prototype/exec/regexp-builtin-exec-v-u-flag.js:45: Test262Error: Actual argument shouldn't be nullish. Unicode property escapes with v flag
3436
test262/test/built-ins/RegExp/prototype/exec/regexp-builtin-exec-v-u-flag.js:45: strict mode: Test262Error: Actual argument shouldn't be nullish. Unicode property escapes with v flag
3537
test262/test/built-ins/RegExp/unicodeSets/generated/rgi-emoji-16.0.js:16: Test262Error: `\p{RGI_Emoji}` should match 🇨🇶 (U+01F1E8 U+01F1F6)

0 commit comments

Comments
 (0)