Skip to content

Commit

Permalink
[JSC] Don't skip tests in test262 that should no longer be skipped
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=274053

Reviewed by Justin Michaud.

test/built-ins/RegExp/named-groups/lookbehind.js has been skipped since
#8170. However, the regression has been fixed by
https://commits.webkit.org/258441@main.

This patch removes the test from test262/config.yaml.

* JSTests/test262/config.yaml:

Canonical link: https://commits.webkit.org/278683@main
  • Loading branch information
sosukesuzuki authored and justinmichaud committed May 13, 2024
1 parent 1d59f80 commit 3e6a9d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions JSTests/test262/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,3 @@ skip:
- test/built-ins/Temporal/PlainTime/prototype/until/argument-zoneddatetime-timezone-getoffsetnanosecondsfor-not-callable.js
- test/built-ins/Temporal/PlainTime/prototype/until/argument-zoneddatetime-timezone-getoffsetnanosecondsfor-out-of-range.js
- test/built-ins/Temporal/PlainTime/prototype/until/argument-zoneddatetime-timezone-getoffsetnanosecondsfor-wrong-type.js

# Skip while https://bugs.webkit.org/show_bug.cgi?id=249330 is being investigated
- test/built-ins/RegExp/named-groups/lookbehind.js

0 comments on commit 3e6a9d2

Please sign in to comment.