Skip to content

Commit

Permalink
chore(ecmascript): udpate skip
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev authored and aapoalas committed Feb 5, 2025
1 parent 48c358f commit ad1d8d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/metrics.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"results": {
"crash": 13182,
"crash": 13174,
"fail": 9070,
"pass": 24492,
"skip": 57,
"skip": 65,
"timeout": 0,
"unresolved": 0
},
Expand Down
8 changes: 8 additions & 0 deletions tests/skip.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@
"built-ins/Object/defineProperty/15.2.3.6-4-183.js",
"built-ins/parseFloat/S15.1.2.3_A6.js",
"built-ins/parseInt/S15.1.2.2_A8.js",
"built-ins/RegExp/property-escapes/generated/Alphabetic.js",
"built-ins/RegExp/property-escapes/generated/General_Category_-_Letter.js",
"built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Letter.js",
"built-ins/RegExp/property-escapes/generated/General_Category_-_Unassigned.js",
"built-ins/RegExp/property-escapes/generated/Grapheme_Base.js",
"built-ins/RegExp/property-escapes/generated/ID_Continue.js",
"built-ins/RegExp/property-escapes/generated/ID_Start.js",
"built-ins/RegExp/property-escapes/generated/XID_Continue.js",
"built-ins/RegExp/property-escapes/generated/XID_Start.js",
"built-ins/TypedArray/prototype/copyWithin/coerced-values-end-detached-prototype.js",
"built-ins/TypedArray/prototype/copyWithin/coerced-values-end-detached.js",
"built-ins/TypedArray/prototype/copyWithin/coerced-values-start-detached.js",
Expand Down

0 comments on commit ad1d8d1

Please sign in to comment.