Closed
Bug 1654274
Opened 5 years ago
Closed 5 years ago
./mach xpcshell-test --setpref doesn't appear to work.
Categories
(Testing :: XPCShell Harness, defect, P1)
Testing
XPCShell Harness
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1654286
People
(Reporter: mgaudet, Assigned: gbrown)
References
Details
(Whiteboard: dev-prod-2020)
Attachments
(1 file)
43.52 KB,
text/plain
|
Details |
Running ./mach xpcshell-test --headless --setpref javascript.options.experimental.private_fields=true --interactive
and trying to type in class A { #x }
still syntax errors
Tracing it backwards, the call to Preferences::GetBool
in ReloadPrefsCallback
is returning false
, despite having set the pref on the command line.
Attached is the output log if helpful.
![]() |
Assignee | |
Updated•5 years ago
|
Assignee: nobody → gbrown
Severity: -- → S3
Priority: -- → P1
Whiteboard: dev-prod-2020
Reporter | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•