зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1629824 - On Windows asan disable browser startup tests depending on startup profiling, due to intermittent startup hangs, r=emalysz.
Differential Revision: https://phabricator.services.mozilla.com/D75106
This commit is contained in:
Родитель
842a4b0a1e
Коммит
b3ae970501
|
@ -2,7 +2,8 @@
|
|||
# Currently disabled on debug due to debug-only failures, see bug 1549723.
|
||||
# Disabled on Linux asan due to bug 1549729.
|
||||
# Disabled on Windows Arm64 due to bug 1551493.
|
||||
skip-if = debug || (os == "linux" && asan) || (os == "win" && processor == "aarch64")
|
||||
# Disabled on Windows asan due to intermittent startup hangs, bug 1629824.
|
||||
skip-if = debug || (os == "linux" && asan) || (os == "win" && (asan || processor == "aarch64"))
|
||||
# to avoid overhead when running the browser normally, startupRecorder.js will
|
||||
# do almost nothing unless browser.startup.record is true.
|
||||
# gfx.canvas.willReadFrequently.enable is just an optimization, but needs to be
|
||||
|
@ -22,4 +23,3 @@ environment =
|
|||
[../browser_startup_mainthreadio.js]
|
||||
[../browser_startup_content_mainthreadio.js]
|
||||
[../browser_startup_syncIPC.js]
|
||||
skip-if = ((os == 'win') && asan) # Bug 1629824
|
||||
|
|
Загрузка…
Ссылка в новой задаче