From 2dea9f76879e4b360618594c7db429629e72687a Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Fri, 12 Oct 2018 10:49:50 +0000 Subject: [PATCH] Bug 1491434 - Add apphelp.dll to talos xperf whitelist. r=jmaher This gets accessed in beta simulations since xperf has been enabled on Windows 10. Differential Revision: https://phabricator.services.mozilla.com/D8516 --HG-- extra : moz-landing-system : lando --- testing/talos/talos/xtalos/xperf_whitelist.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/talos/talos/xtalos/xperf_whitelist.json b/testing/talos/talos/xtalos/xperf_whitelist.json index 2b91c38d84b1..dc0becfde819 100644 --- a/testing/talos/talos/xtalos/xperf_whitelist.json +++ b/testing/talos/talos/xtalos/xperf_whitelist.json @@ -74,6 +74,12 @@ "c:\\windows\\prefetch\\{prefetch}.pf": { "ignore": true }, + "c:\\windows\\system32\\apphelp.dll": { + "mincount": 0, + "maxcount": 2, + "minbytes": 0, + "maxbytes": 32768 + }, "c:\\windows\\system32\\windows.storage.dll": { "mincount": 2, "maxcount": 2,