mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1164150 - disable some recently re-enabled tests on b2g emulator a=bustage
This commit is contained in:
parent
e30005394c
commit
4d0fc77346
@ -32,11 +32,11 @@ skip-if = os != 'win'
|
|||||||
[marCallbackAppStageSuccessPartial_win.js]
|
[marCallbackAppStageSuccessPartial_win.js]
|
||||||
skip-if = os != 'win'
|
skip-if = os != 'win'
|
||||||
[marAppInUseSuccessComplete.js]
|
[marAppInUseSuccessComplete.js]
|
||||||
skip-if = debug == true && toolkit == 'gonk'
|
skip-if = toolkit == 'gonk'
|
||||||
reason = bug 1163355
|
reason = bug 1164150
|
||||||
[marAppInUseStageSuccessComplete_unix.js]
|
[marAppInUseStageSuccessComplete_unix.js]
|
||||||
skip-if = os == 'win' || debug == true && toolkit == 'gonk'
|
skip-if = os == 'win' || toolkit == 'gonk'
|
||||||
reason = bug 1163355
|
reason = bug 1164150
|
||||||
[marAppInUseStageFailureComplete_win.js]
|
[marAppInUseStageFailureComplete_win.js]
|
||||||
skip-if = os != 'win'
|
skip-if = os != 'win'
|
||||||
[marAppInUseFallbackStageFailureComplete_win.js]
|
[marAppInUseFallbackStageFailureComplete_win.js]
|
||||||
@ -83,8 +83,8 @@ skip-if = os != 'win'
|
|||||||
[marAppApplyUpdateAppBinInUseStageSuccess_win.js]
|
[marAppApplyUpdateAppBinInUseStageSuccess_win.js]
|
||||||
skip-if = os != 'win'
|
skip-if = os != 'win'
|
||||||
[marAppApplyUpdateSuccess.js]
|
[marAppApplyUpdateSuccess.js]
|
||||||
skip-if = debug == true && toolkit == 'gonk'
|
skip-if = toolkit == 'gonk'
|
||||||
reason = bug 1163354
|
reason = bug 1164150
|
||||||
[marAppApplyUpdateStageSuccess.js]
|
[marAppApplyUpdateStageSuccess.js]
|
||||||
skip-if = debug == true && toolkit == 'gonk'
|
skip-if = toolkit == 'gonk'
|
||||||
reason = bug 1163354
|
reason = bug 1164150
|
||||||
|
Loading…
Reference in New Issue
Block a user