Rename aboutdebugging-new to aboutdebugging
Categories
(DevTools :: about:debugging, task, P3)
Tracking
(firefox70 fixed)
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
After removing the old aboutdebugging in bug 1539461, we can rename the aboutdebugging-new folder to aboutdebugging. We should do that just before the soft freeze for 70 (2019-08-26) in order to minimize potential uplift issues.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Comment 3•5 years ago
|
||
Backed out changeset ab25abaafa1b (Bug 1566443) for es lint failure on helper-addons.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/d8038c9cac36f9a27412e11d6311c8d89d2b821e
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=263083903&repo=autoland&lineNumber=226
[task 2019-08-23T07:41:41.877Z] building 'psutil._psutil_posix' extension
[task 2019-08-23T07:41:41.877Z] x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=543 -DPSUTIL_LINUX=1 -I/usr/include/python2.7 -c psutil/_psutil_common.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_common.o
[task 2019-08-23T07:41:41.877Z] x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -DPSUTIL_POSIX=1 -DPSUTIL_VERSION=543 -DPSUTIL_LINUX=1 -I/usr/include/python2.7 -c psutil/_psutil_posix.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o
[task 2019-08-23T07:41:41.877Z] x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wl,-Bsymbolic-functions -Wl,-z,relro -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/psutil/_psutil_common.o build/temp.linux-x86_64-2.7/psutil/_psutil_posix.o -o build/lib.linux-x86_64-2.7/psutil/_psutil_posix.so
[task 2019-08-23T07:41:41.877Z] copying build/lib.linux-x86_64-2.7/psutil/_psutil_linux.so -> psutil
[task 2019-08-23T07:41:41.877Z] copying build/lib.linux-x86_64-2.7/psutil/_psutil_posix.so -> psutil
[task 2019-08-23T07:41:41.877Z]
[task 2019-08-23T07:41:41.877Z] Error processing command. Ignoring because optional. (optional:packages.txt:comm/build/virtualenv_packages.txt)
[task 2019-08-23T07:54:27.545Z] TEST-UNEXPECTED-ERROR | /builds/worker/checkouts/gecko/devtools/client/aboutdebugging/test/browser/helper-addons.js:31:22 | Promise executor functions should not be async. (no-async-promise-executor)
[taskcluster 2019-08-23 07:54:28.111Z] === Task Finished ===
[taskcluster 2019-08-23 07:54:28.952Z] Unsuccessful task run with exit code: 1 completed in 1021.795 seconds
Assignee | ||
Comment 5•5 years ago
|
||
Thanks Bogdan! Had to update an eslintrc path pointing to aboutdebugging-new that was added yesterday in Bug 1551829.
Comment 6•5 years ago
|
||
bugherder |
Description
•