Skip to content

Commit 52b67a0

Browse files
committed
chore(ecmascritp): update
1 parent 26d5892 commit 52b67a0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tests/expectations.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9557,7 +9557,6 @@
95579557
"built-ins/TypedArray/of/not-a-constructor.js": "FAIL",
95589558
"built-ins/TypedArray/of/prop-desc.js": "FAIL",
95599559
"built-ins/TypedArray/of/resized-with-out-of-bounds-and-in-bounds-indices.js": "CRASH",
9560-
"built-ins/TypedArray/out-of-bounds-get-and-set.js": "CRASH",
95619560
"built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-1.js": "CRASH",
95629561
"built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-2.js": "CRASH",
95639562
"built-ins/TypedArray/prototype/byteOffset/resized-out-of-bounds.js": "CRASH",

tests/metrics.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"results": {
3-
"crash": 13142,
4-
"fail": 9060,
5-
"pass": 24526,
3+
"crash": 13104,
4+
"fail": 9059,
5+
"pass": 24565,
66
"skip": 73,
77
"timeout": 0,
88
"unresolved": 0

0 commit comments

Comments
 (0)