Bug 1583969: Simplify annotations for flaky web-platform test onhover-syncbases.html (test-annotation only)

Until now, it's had a bunch of annotations that were inadvertantly inactive due to a typo in the test-output-matching string, and then it's got a pile of different annotations with the correctly-spelled string (but those annotations are insufficient, because we're still getting intermittent failures).

Let's just fix the typo and leave it annotated as random (passing & failing).

Differential Revision: https://phabricator.services.mozilla.com/D47703

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Daniel Holbert 2019-10-01 18:07:06 +00:00
parent 1259c2a612
commit 169212949e

View File

@ -2,17 +2,5 @@
expected:
if webrender and debug and (os == "linux"): ["OK", "ERROR"]
if webrender and not debug: ["OK", "ERROR"]
[Check if onhover events reset correctly when triggred multiple times]
disabled: true
expected:
if webrender and (os == "linux") and not debug: [FAIL, TIMEOUT]
if webrender and (os == "linux") and debug: [FAIL, PASS, TIMEOUT]
if webrender and (os == "win") and debug: [PASS, TIMEOUT]
if webrender and (os == "win") and not debug: [PASS, FAIL, TIMEOUT]
[Check if onhover events reset correctly when triggered multiple times]
expected:
if webrender and (os == "linux") and debug: ["PASS", "FAIL"]
if webrender and (os == "linux") and not debug: FAIL
if webrender and (os == "win") and not debug: ["PASS", "FAIL"]
expected: ["PASS", "FAIL"]