Closed
Bug 1905063
Opened 7 months ago
Closed 7 months ago
Perma mochitest/xpc js/xpconnect/tests/unit/test_json_parse_with_source.js | js/xpconnect/tests/mochitest/test_json_parse_with_source_worker.html when Gecko 129 merges to Beta on 2024-07-08
Categories
(Core :: JavaScript Engine, defect, P2)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | unaffected |
firefox127 | --- | unaffected |
firefox128 | --- | unaffected |
firefox129 | + | verified |
People
(Reporter: smolnar, Assigned: bthrall)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
TEST-START | js/xpconnect/tests/mochitest/test_json_parse_with_source_worker.html
[task 2024-06-27T11:03:13.400Z] 11:03:13 INFO - GECKO(5049) | [Parent 5049, Main Thread] WARNING: Not resolving response 'PContent::Reply_DiscardBrowsingContext': actor is dead: file /builds/worker/checkouts/gecko/ipc/glue/ProtocolUtils.cpp:853
[task 2024-06-27T11:03:13.591Z] 11:03:13 INFO - TEST-INFO | started process screentopng
[task 2024-06-27T11:03:14.159Z] 11:03:14 INFO - TEST-INFO | screentopng: exit 0
[task 2024-06-27T11:03:14.162Z] 11:03:14 INFO - TEST-UNEXPECTED-FAIL | js/xpconnect/tests/mochitest/test_json_parse_with_source_worker.html | uncaught exception - TypeError: (destructured parameter) is undefined at blob:http://mochi.test:8888/9d79b934-9058-4804-a5c6-177d91e2298a:3:44
[task 2024-06-27T11:03:14.162Z] 11:03:14 INFO - simpletestOnerror@SimpleTest/SimpleTest.js:2044:18
[task 2024-06-27T11:03:14.162Z] 11:03:14 INFO - OnErrorEventHandlerNonNull*@SimpleTest/SimpleTest.js:2019:1
[task 2024-06-27T11:03:14.163Z] 11:03:14 INFO - GECKO(5049) | MEMORY STAT | vsize 2581MB | residentFast 150MB | heapAllocated 10MB
[task 2024-06-27T11:03:14.165Z] 11:03:14 INFO - TEST-OK | js/xpconnect/tests/mochitest/test_json_parse_with_source_worker.html | took 433ms
Flags: needinfo?(bthrall)
Updated•7 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
javascript.options.experimental.json_parse_with_source only works on Nightly at
the moment.
Updated•7 months ago
|
Assignee: nobody → bthrall
Status: NEW → ASSIGNED
Pushed by bthrall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/820558f07039
Skip test that requires a nightly-only feature r=mgaudet
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Hi, the patch didn't seem to fix it as it's still permafailing on today's beta-sim
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 5•7 months ago
|
||
Oops! I fixed one test that needed to be skipped, but I missed another one. I'll make sure this time to verify I got them all!
Flags: needinfo?(bthrall)
Comment 6•7 months ago
|
||
Adding back tracking, it shouldn't have been removed
tracking-firefox129:
--- → +
Assignee | ||
Comment 7•7 months ago
|
||
Assignee | ||
Updated•7 months ago
|
Assignee | ||
Updated•7 months ago
|
Priority: P1 → P2
Pushed by bthrall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5c62d6beb878
Skip another test that requires a night-only feature r=mgaudet
Comment 9•7 months ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 7 months ago → 7 months ago
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Comment 11•7 months ago
|
||
Set release status flags based on info from the regressing bug 1890771
status-firefox-esr128:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•