commit af539d638d26b722ff996b1dcbee60963f0e9f71
parent 2fe4ae0730109c5403da17b0546d4500712e96e7
Author: Greg Stoll <gstoll@mozilla.com>
Date: Mon, 6 Oct 2025 11:18:29 +0000
Bug 1947324 part 4 - add a few DLLs to xperf allowlists r=perftest-reviewers,kshampur
As a result of using the Windows App SDK we load a few more DLLs now.
Note that the "::$ea" syntax refers to a file's extended attributes.
Differential Revision: https://phabricator.services.mozilla.com/D267038
Diffstat:
2 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/testing/talos/talos/mtio-allowlist.json b/testing/talos/talos/mtio-allowlist.json
@@ -15,8 +15,12 @@
"c:\\users\\public": {},
"c:\\users\\public\\desktop.ini": {},
"c:\\users\\{cltbld}": {},
+ "c:\\windows\\system32\\directmanipulation.dll": {},
"c:\\windows\\system32\\en-us\\kernelbase.dll.mui": {},
+ "c:\\windows\\system32\\microsoft.internal.frameworkudk.system.dll": {},
"c:\\windows\\system32\\propsys.dll": {},
+ "c:\\windows\\system32\\windows.ui.immersive.dll": {},
+ "c:\\windows\\system32\\windows.globalization.dll": {},
"{appdata}": {},
"{appdata}\\local": {},
"{appdata}\\local\\microsoft\\windows\\caches": {},
diff --git a/testing/talos/talos/xtalos/xperf_allowlist.json b/testing/talos/talos/xtalos/xperf_allowlist.json
@@ -212,6 +212,12 @@
"minbytes": 0,
"maxbytes": 96256
},
+ "c:\\windows\\system32\\directmanipulation.dll::$ea": {
+ "mincount": 0,
+ "maxcount": 2,
+ "minbytes": 0,
+ "maxbytes": 8191
+ },
"c:\\windows\\system32\\dwrite.dll": {
"mincount": 4,
"maxcount": 4,
@@ -260,6 +266,12 @@
"minbytes": 0,
"maxbytes": 126976
},
+ "c:\\windows\\system32\\windows.globalization.dll::$ea": {
+ "mincount": 0,
+ "maxcount": 2,
+ "minbytes": 0,
+ "maxbytes": 8192
+ },
"c:\\windows\\system32\\spool\\drivers\\color": {
"mincount": 0,
"maxcount": 2,
@@ -272,6 +284,18 @@
"minbytes": 8192,
"maxbytes": 8192
},
+ "c:\\windows\\system32\\microsoft.internal.frameworkudk.system.dll::$ea": {
+ "mincount": 0,
+ "maxcount": 2,
+ "minbytes": 0,
+ "maxbytes": 8192
+ },
+ "c:\\windows\\system32\\windows.ui.immersive.dll::$ea": {
+ "mincount": 0,
+ "maxcount": 2,
+ "minbytes": 0,
+ "maxbytes": 8192
+ },
"z:\\$logfile": {
"ignore": true
},