Closed
Bug 1768964
Opened 3 years ago
Closed 3 years ago
mach geckoview-junit stopped working
Categories
(Testing :: XPCShell Harness, defect)
Tracking
(firefox-esr91 unaffected, firefox100 unaffected, firefox101 unaffected, firefox102 fixed)
RESOLVED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox100 | --- | unaffected |
firefox101 | --- | unaffected |
firefox102 | --- | fixed |
People
(Reporter: eeejay, Assigned: eeejay)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I get this error:
TypeError: 'Namespace' object does not support item assignment
File "/gecko/testing/mochitest/mach_commands.py", line 571, in run_junit
return mochitest.run_geckoview_junit_test(command_context._mach_context, **kwargs)
File "/gecko/testing/mochitest/mach_commands.py", line 193, in run_geckoview_junit_test
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by eisaacson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f48501644cd9
Use setattr on Namespace object. r=jmaher
Pushed by ccozmuta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cad64f952baf
Fix black lint failure, r=fix. CLOSED TREE
Updated•3 years ago
|
Keywords: regression
Comment 4•3 years ago
|
||
Set release status flags based on info from the regressing bug 1762991
status-firefox100:
--- → unaffected
status-firefox101:
--- → unaffected
status-firefox102:
--- → affected
status-firefox-esr91:
--- → unaffected
https://hg.mozilla.org/mozilla-central/rev/f48501644cd9
https://hg.mozilla.org/mozilla-central/rev/cad64f952baf
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•