Skip to content

Commit

Permalink
Bug 1845599 - Skip tests for private identifiers in decorators; r=mga…
Browse files Browse the repository at this point in the history
…udet

Depends on D184730

Differential Revision: https://phabricator.services.mozilla.com/D184731
  • Loading branch information
dminor committed Jul 28, 2023
1 parent 1b749d6 commit a1eb036
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/src/tests/jstests.list
Original file line number Diff line number Diff line change
Expand Up @@ -1495,3 +1495,7 @@ skip script test262/staging/Intl402/Temporal/old/monthday-toLocaleString.js
skip script test262/staging/Intl402/Temporal/old/non-iso-calendars.js
skip script test262/staging/Intl402/Temporal/old/indian-calendar.js
skip script test262/staging/Intl402/Temporal/old/instant-toLocaleString.js

# See Bug 1799525, we don't currently support private identifiers in decorators
skip script test262/language/statements/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js
skip script test262/language/expressions/class/decorator/syntax/class-valid/decorator-member-expr-private-identifier.js

0 comments on commit a1eb036

Please sign in to comment.