зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1673071 - Update some test expectations for macOS+WR configuration. r=jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D95427
This commit is contained in:
Родитель
09bb61e83c
Коммит
facbc561d9
|
@ -27,7 +27,7 @@ const startupPhases = {
|
|||
"before first paint": [
|
||||
{
|
||||
name: "PLayerTransaction::Msg_GetTextureFactoryIdentifier",
|
||||
condition: MAC || LINUX,
|
||||
condition: (MAC && !WEBRENDER) || LINUX,
|
||||
maxCount: 1,
|
||||
},
|
||||
{
|
||||
|
@ -40,6 +40,11 @@ const startupPhases = {
|
|||
condition: WIN && WEBRENDER,
|
||||
maxCount: 2,
|
||||
},
|
||||
{
|
||||
name: "PWebRenderBridge::Msg_EnsureConnected",
|
||||
condition: MAC && WEBRENDER,
|
||||
maxCount: 1,
|
||||
},
|
||||
{
|
||||
// bug 1373773
|
||||
name: "PCompositorBridge::Msg_NotifyChildCreated",
|
||||
|
|
|
@ -7,17 +7,17 @@
|
|||
|
||||
[.grid 1]
|
||||
expected:
|
||||
if not webrender and (os == "mac"): FAIL
|
||||
if (os == "mac"): FAIL
|
||||
|
||||
[.grid 5]
|
||||
expected:
|
||||
if not webrender and (os == "mac"): FAIL
|
||||
if (os == "mac"): FAIL
|
||||
|
||||
[.grid 4]
|
||||
expected:
|
||||
if not webrender and (os == "mac"): FAIL
|
||||
if (os == "mac"): FAIL
|
||||
|
||||
[.grid 6]
|
||||
expected:
|
||||
if not webrender and (os == "mac"): FAIL
|
||||
if (os == "mac"): FAIL
|
||||
|
||||
|
|
|
@ -10,13 +10,13 @@
|
|||
|
||||
[.grid 5]
|
||||
expected:
|
||||
if not webrender and (os == "mac"): FAIL
|
||||
if (os == "mac"): FAIL
|
||||
|
||||
[.grid 4]
|
||||
expected:
|
||||
if not webrender and (os == "mac"): FAIL
|
||||
if (os == "mac"): FAIL
|
||||
|
||||
[.grid 6]
|
||||
expected:
|
||||
if not webrender and (os == "mac"): FAIL
|
||||
if (os == "mac"): FAIL
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче