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:
Kartikaya Gupta 2020-11-04 03:14:38 +00:00
Родитель 09bb61e83c
Коммит facbc561d9
3 изменённых файлов: 13 добавлений и 8 удалений

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

@ -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