Closed
Bug 1917214
Opened 3 months ago
Closed 3 months ago
Perma test262/annexB/language/eval-code/direct/script-decl-lex-no-collision.js | (args: "") [0.0 s] when Gecko 132 merges to beta on 2024-09-30
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox130 | --- | unaffected |
firefox131 | --- | unaffected |
firefox132 | + | verified |
People
(Reporter: chorotan, Assigned: tannal2409)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
[Tracking Requested - why for this release]:
[task 2024-09-06T11:13:39.236Z] TEST-PASS | test262/annexB/language/eval-code/direct/global-block-decl-eval-global-existing-fn-update.js | (args: "") [0.0 s]
[task 2024-09-06T11:13:39.236Z] ## test262/annexB/language/eval-code/direct/script-decl-lex-no-collision.js: rc = 3, run time = 0.035771
[task 2024-09-06T11:13:39.236Z] @evaluate:1:1 SyntaxError: redeclaration of var test262Fn
[task 2024-09-06T11:13:39.237Z] Stack:
[task 2024-09-06T11:13:39.237Z] @@evaluate:1:1
[task 2024-09-06T11:13:39.237Z] evaluateScript@/builds/worker/checkouts/gecko/js/src/tests/shell.js:246:15
[task 2024-09-06T11:13:39.237Z] @/builds/worker/checkouts/gecko/js/src/tests/test262/annexB/language/eval-code/direct/script-decl-lex-no-collision.js:31:6
[task 2024-09-06T11:13:39.237Z] TEST-UNEXPECTED-FAIL | test262/annexB/language/eval-code/direct/script-decl-lex-no-collision.js | (args: "") [0.0 s]
[task 2024-09-06T11:13:39.239Z] TEST-PASS | test262/annexB/language/eval-code/direct/func-if-decl-else-stmt-eval-func-existing-fn-no-init.js | (args: "") [0.0 s]
Flags: needinfo?(andrebargull)
Comment 1•3 months ago
|
||
This is a regression from bug 1899303.
Comment 2•3 months ago
|
||
Set release status flags based on info from the regressing bug 1899303
status-firefox132:
--- → affected
Updated•3 months ago
|
Assignee: nobody → dminor
Flags: needinfo?(andrebargull)
Updated•3 months ago
|
Assignee | ||
Comment 3•3 months ago
|
||
Is the NIGHTLY_BUILD
macro not defined in the beta build?
Comment 4•3 months ago
|
||
https://phabricator.services.mozilla.com/D220704 removed two skip
entries, which leads to always executing these tests, even in Beta builds. Instead of deleting the skip
entries, they need to be changed to skip-if(release_or_beta)
, so we only execute the tests on Nightly builds:
# https://github.com/tc39/proposal-redeclarable-global-eval-vars
skip-if(release_or_beta) script test262/language/global-code/script-decl-lex-var-declared-via-eval.js
skip-if(release_or_beta) script test262/annexB/language/eval-code/direct/script-decl-lex-no-collision.js
Assignee | ||
Comment 5•3 months ago
|
||
Updated•3 months ago
|
Assignee: dminor → andrebargull
Updated•3 months ago
|
Assignee: andrebargull → tannal2409
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ff89d42684ed
Skip tests for redeclarable eval vars proposal in beta and release build. r=dminor
Comment 8•3 months ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 months ago
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•