Backed out changeset a82768d2e585 (bug 1331129) for unexpected access to xperf in pageloader@mozilla.org.xpi. r=backout

This commit is contained in:
Sebastian Hengst 2017-01-23 19:13:16 +01:00
Родитель f6ccbab219
Коммит 051619569e
4 изменённых файлов: 44 добавлений и 35 удалений

Просмотреть файл

@ -195,6 +195,7 @@ GLOBAL_OVERRIDES = (
'sps_profile_interval',
'sps_profile_entries',
'rss',
'mainthread',
'shutdown',
'tpcycles',
'tpdelay',
@ -355,6 +356,7 @@ def build_manifest(config, manifestName):
def get_test(config, global_overrides, counters, test_instance):
mozAfterPaint = getattr(test_instance, 'tpmozafterpaint', None)
test_instance.update(**global_overrides)
# update original value of mozAfterPaint, this could be 'false',

Просмотреть файл

@ -29,21 +29,12 @@ KEY_RUN_COUNT = 'RunCount'
LEAKED_SYMLINK_PREFIX = "::\\{"
PATH_SUBSTITUTIONS = {'profile': '{profile}',
'firefox': '{xre}',
PATH_SUBSTITUTIONS = {'profile': '{profile}', 'firefox': '{xre}',
'desktop': '{desktop}',
'fonts': '{fonts}',
'appdata': ' {appdata}'}
NAME_SUBSTITUTIONS = {'installtime': '{time}',
'prefetch': '{prefetch}',
'fonts': '{fonts}', 'appdata': ' {appdata}'}
NAME_SUBSTITUTIONS = {'installtime': '{time}', 'prefetch': '{prefetch}',
'thumbnails': '{thumbnails}',
'windows media player': '{media_player}',
# {appdata}\locallow\mozilla\temp-{*}
'temp-{': '{temp}',
# {appdata}\roaming\microsoft\windows\recent\customdestinations\*
'customdestinations': '{customdestinations}',
# {profile}\jumplistcache\w+hgqdp1iezlscab89jirg==.ico (*.ico)
'jumplistcache': '{jumplist}'}
'windows media player': '{media_player}'}
TUPLE_FILENAME_INDEX = 2
WHITELIST_FILENAME = os.path.join(SCRIPT_DIR, 'mtio-whitelist.json')

Просмотреть файл

@ -65,9 +65,13 @@
"{FONTS}\\VRINDA.TTF": {},
"{profile}": {},
"{profile}\\": {},
"{profile}\\cache2\\index": {},
"{profile}\\cache2\\index.log": {},
"{profile}\\cache2\\index.tmp": {},
"{profile}\\_CACHE_CLEAN_": {},
"{profile}\\addons.sqlite": {},
"{profile}\\blocklist.xml": {},
"{profile}\\Cache\\_CACHE_001_": {},
"{profile}\\Cache\\_CACHE_002_": {},
"{profile}\\Cache\\_CACHE_003_": {},
"{profile}\\Cache\\_CACHE_MAP_": {},
"{profile}\\cert8.db": {},
"{profile}\\cookies.sqlite": {},
"{profile}\\cookies.sqlite-journal": {},
@ -86,33 +90,48 @@
"{profile}\\extensions\\talos-powers@mozilla.org\\chrome\\talos-powers-content.js": {},
"{profile}\\extensions\\talos-powers@mozilla.org\\components\\TalosPowersService.js": {},
"{profile}\\key3.db": {},
"{profile}\\plugins": {},
"{profile}\\localstore-1.rdf": {},
"{profile}\\localstore.rdf": {},
"{profile}\\pluginreg.dat": {},
"{profile}\\prefs.js": {},
"{profile}\\pluginreg.dat.tmp": {},
"{profile}\\plugins": {},
"{profile}\\places.sqlite": {},
"{profile}\\places.sqlite-journal": {},
"{profile}\\places.sqlite-wal": {},
"{profile}\\prefs-1.js": {},
"{profile}\\prefs.js": {},
"{profile}\\searchplugins": {},
"{profile}\\secmod.db": {},
"{profile}\\telemetry.shutdowntime.txt.tmp": {},
"{profile}\\{jumplist}": {},
"{profile}\\startupCache\\startupCache.4.little": {},
"{profile}\\cache2\\index": {},
"{profile}\\cache2\\index.log": {},
"{profile}\\cache2\\index.tmp": {},
"{profile}\\Telemetry.ShutdownTime.txt.tmp": {},
"{profile}\\{thumbnails}": {},
"{xre}\\browser\\plugins": {},
"C:": {},
"{xre}\\browser\\searchplugins": {},
"{xre}\\browser\\searchplugins\\yahoo.xml": {},
"{xre}\\browser\\searchplugins\\twitter.xml": {},
"{xre}\\browser\\searchplugins\\ebay.xml": {},
"{xre}\\browser\\searchplugins\\amazondotcom.xml": {},
"{xre}\\browser\\searchplugins\\bing.xml": {},
"{xre}\\browser\\searchplugins\\ddg.xml": {},
"{xre}\\browser\\searchplugins\\google.xml": {},
"{xre}\\browser\\searchplugins\\wikipedia.xml": {},
"{xre}\\distribution\\searchplugins": {},
"c:\\users": {},
"C:\\windows\\system32\\propsys.dll": {},
"C:\\Program Files\\NVIDIA Corporation\\3D Vision": {},
"C:\\Program Files\\NVIDIA Corporation\\3D Vision\\npnv3dv.dll": {},
"C:\\Program Files\\NVIDIA Corporation\\3D Vision\\npnv3dvstreaming.dll": {},
"C:\\Program Files\\{media_player}": {},
"C:\\users": {},
"C:\\users\\cltbld": {},
"C:\\users\\cltbld\\appdata": {},
"C:\\users\\cltbld\\appdata\\local": {},
"C:\\slave": {},
"C:\\slave\\test": {},
"C:\\slave\\test\\build": {},
"C:\\slave\\test\\build\\application": {},
"C:\\windows\\system32\\propsys.dll": {},
"c:\\users\\cltbld": {},
"c:\\users\\cltbld\\appdata": {},
"c:\\users\\cltbld\\appdata\\local": {},
"{AppData}": {},
"{AppData}\\local": {},
"{AppData}\\local\\temp": {},
"{AppData}\\locallow\\mozilla\\{temp}": {},
"{AppData}\\locallow\\mozilla": {},
"{AppData}\\Roaming": {},
"{AppData}\\roaming\\temp": {},
"{AppData}\\roaming\\mozilla": {},
@ -120,11 +139,7 @@
"{AppData}\\Roaming\\Microsoft": {},
"{AppData}\\Roaming\\Microsoft\\desktop.ini": {},
"{AppData}\\Roaming\\Microsoft\\Windows": {},
"{AppData}\\roaming\\microsoft\\windows\\recent\\{customdestinations}": {},
"{Desktop}\\desktop.ini": {},
"{Desktop}.ini": {},
"{xre}": {},
"{xre}\\firefox.exe": {},
"C:\\ProgramData": {},
"C:\\ProgramData\\Microsoft\\desktop.ini": {},
"C:\\ProgramData\\Microsoft": {},

Просмотреть файл

@ -92,6 +92,7 @@ def run_tests(config, browser_config):
paths = ['profile_path', 'tpmanifest', 'extensions', 'setup', 'cleanup']
for test in tests:
# Check for profile_path, tpmanifest and interpolate based on Talos
# root https://bugzilla.mozilla.org/show_bug.cgi?id=727711
# Build command line from config