Skip to content

Commit

Permalink
tests: skip new features in test262
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Sep 4, 2022
1 parent 7331a34 commit dbd21a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/test262.js
Expand Up @@ -142,6 +142,8 @@ async function main() {

if (yaml.features) {
if (yaml.features.includes('hashbang')) return
if (yaml.features.includes('decorators')) return
if (yaml.features.includes('regexp-v-flag')) return
if (yaml.features.includes('regexp-match-indices')) return
if (yaml.features.includes('regexp-named-groups')) return
if (yaml.features.includes('regexp-unicode-property-escapes')) return
Expand Down

0 comments on commit dbd21a8

Please sign in to comment.