Bug 1916093 - Fix a few more warning issues, and reduce the maximum number of warnings count. r=sylvestre,perftest-reviewers,sparky

Differential Revision: https://phabricator.services.mozilla.com/D220768
This commit is contained in:
Mark Banner
2024-09-03 18:48:46 +00:00
parent cb0c21261c
commit d61244c8db
5 changed files with 9 additions and 7 deletions

View File

@@ -28,3 +28,5 @@ EXTRA_JS_MODULES.aboutwelcome += [
XPCSHELL_TESTS_MANIFESTS += [ XPCSHELL_TESTS_MANIFESTS += [
"tests/xpcshell/xpcshell.toml", "tests/xpcshell/xpcshell.toml",
] ]
SPHINX_TREES["docs"] = "docs"

View File

@@ -144,4 +144,4 @@ allowed_errors:
- "security/nss/releases/nss_3_94\\.rst.* ERROR: Unknown target name:" - "security/nss/releases/nss_3_94\\.rst.* ERROR: Unknown target name:"
- "security/nss/getting_started\\.rst.* CRITICAL: Unexpected section title" - "security/nss/getting_started\\.rst.* CRITICAL: Unexpected section title"
max_num_warnings: 837 max_num_warnings: 794

View File

@@ -78,7 +78,7 @@ You can also run the entire test harness in rr:
The trace will contain many processes, so to debug the correct one, you'll want to use rr ps or rr replay -p firefox etc. The trace will contain many processes, so to debug the correct one, you'll want to use rr ps or rr replay -p firefox etc.
Working with multiple processes Working with multiple processes
------------------------------ -------------------------------
rr should work out of the box with multi-process Firefox. Once you have a recording you can use rr ps to show all the process that were recorded and rr replay -p <pid> to attach to a particular process. rr should work out of the box with multi-process Firefox. Once you have a recording you can use rr ps to show all the process that were recorded and rr replay -p <pid> to attach to a particular process.

View File

@@ -876,5 +876,5 @@ android-l10n
Update android string resources from android-l10n repo. Update android string resources from android-l10n repo.
release-update-product-channel-version release-update-product-channel-version
------------ --------------------------------------
Update the product channel version in Ship-It. Update the product channel version in Ship-It.

View File

@@ -11167,13 +11167,13 @@ Extra Talos Tests
:local: :local:
File IO File IO
------- =======
File IO is tested using the tp5 test set in the `xperf`_ File IO is tested using the tp5 test set in the `xperf`_
test. test.
Possible regression causes Possible regression causes
~~~~~~~~~~~~~~~~~~~~~~~~~~ --------------------------
- **nonmain_startup_fileio opt (with or without e10s) windows7-32** - **nonmain_startup_fileio opt (with or without e10s) windows7-32**
`bug `bug
@@ -11187,7 +11187,7 @@ Possible regression causes
`e10s <https://treeherder.mozilla.org/perf.html#/graphs?series=%5B%22mozilla-central%22,%222f3af3833d55ff371ecf01c41aeee1939ef3a782%22,1,1%5D&series=%5B%22try%22,%222f3af3833d55ff371ecf01c41aeee1939ef3a782%22,1,1%5D&timerange=604800>`__ `e10s <https://treeherder.mozilla.org/perf.html#/graphs?series=%5B%22mozilla-central%22,%222f3af3833d55ff371ecf01c41aeee1939ef3a782%22,1,1%5D&series=%5B%22try%22,%222f3af3833d55ff371ecf01c41aeee1939ef3a782%22,1,1%5D&timerange=604800>`__
Xres (X Resource Monitoring) Xres (X Resource Monitoring)
---------------------------- ============================
A memory metric tracked during tp5 test runs. This metric is sampled A memory metric tracked during tp5 test runs. This metric is sampled
every 20 seconds. This metric is collected on linux only. every 20 seconds. This metric is collected on linux only.
@@ -11195,7 +11195,7 @@ every 20 seconds. This metric is collected on linux only.
`xres man page <https://linux.die.net/man/3/xres>`__. `xres man page <https://linux.die.net/man/3/xres>`__.
% CPU % CPU
----- =====
Cpu usage tracked during tp5 test runs. This metric is sampled every 20 Cpu usage tracked during tp5 test runs. This metric is sampled every 20
seconds. This metric is collected on windows only. seconds. This metric is collected on windows only.