Bug 1660896 - Adjust test expectations for editing WPT on Linux debug r=jgraham

A few test cases fail under clang-11 on Linux debug builds only. As described in the bug, we unfortunately don't have the bandwidth to investigate, so this patch accepts the failures.

Differential Revision: https://phabricator.services.mozilla.com/D88363
This commit is contained in:
David Major 2020-08-27 16:43:14 +00:00
parent 6db6979442
commit 56f4983ebe
4 changed files with 53 additions and 1 deletions

View File

@ -95,6 +95,16 @@
[[["bold",""\]\] "foo{<i><b></b></i>}baz" queryCommandState("bold") after]
expected: FAIL
[[["stylewithcss","false"\],["bold",""\]\] "<span>[foo</span> <span>bar\]</span>" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL
[[["stylewithcss","false"\],["bold",""\]\] "<p>[foo</p><p> <span>bar</span> </p><p>baz\]</p>" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL
[bold.html?1001-2000]
[[["stylewithcss","false"\],["bold",""\]\] "foo[<span style=\\"font-weight: bold\\">bar</span>\]baz" queryCommandState("stylewithcss") before]

View File

@ -83,6 +83,16 @@
[[["stylewithcss","false"\],["fontname","sans-serif"\]\] "[foo<kbd>bar</kbd>baz\]" queryCommandIndeterm("fontname") after]
expected: FAIL
[[["stylewithcss","false"\],["fontname","sans-serif"\]\] "<span>[foo</span> <span>bar\]</span>" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL
[[["stylewithcss","false"\],["fontname","sans-serif"\]\] "<p>[foo</p><p> <span>bar</span> </p><p>baz\]</p>" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL
[fontname.html?1001-2000]
[[["stylewithcss","false"\],["fontname","sans-serif"\]\] "[foo<pre>bar</pre>baz\]" queryCommandIndeterm("fontname") after]

View File

@ -309,7 +309,10 @@
expected: FAIL
[[["stylewithcss","true"\],["hilitecolor","#00FFFF"\]\] "<font size=6>[foo\]</font>" queryCommandValue("hilitecolor") after]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: PASS
FAIL
[[["stylewithcss","false"\],["hilitecolor","#00FFFF"\]\] "<font size=6>[foo\]</font>" queryCommandValue("hilitecolor") after]
expected: FAIL
@ -338,3 +341,22 @@
[[["stylewithcss","false"\],["hilitecolor","#00FFFF"\]\] "[foo<span style=font-size:xx-large>bar</span>baz\]" queryCommandValue("hilitecolor") after]
expected: FAIL
[[["stylewithcss","false"\],["hilitecolor","#00FFFF"\]\] "<font size=6>[foo\]</font>" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL
[[["stylewithcss","true"\],["hilitecolor","#00FFFF"\]\] "[foo<font size=6>bar</font>baz\]" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL
[[["stylewithcss","false"\],["hilitecolor","#00FFFF"\]\] "[foo<font size=6>bar</font>baz\]" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL
[[["stylewithcss","true"\],["hilitecolor","#00FFFF"\]\] "<font size=6>[foo\]</font>" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL

View File

@ -191,6 +191,16 @@
[[["stylewithcss","false"\],["italic",""\]\] "foo<var>b[a\]r</var>baz" queryCommandState("italic") after]
expected: FAIL
[[["stylewithcss","false"\],["italic",""\]\] "<p>[foo</p><p> <span>bar</span> </p><p>baz\]</p>" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL
[[["stylewithcss","false"\],["italic",""\]\] "<span>[foo</span> <span>bar\]</span>" compare innerHTML]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1661522
expected:
if (os == "linux") and debug: FAIL
[italic.html?1001-2000]
[[["stylewithcss","true"\],["italic",""\]\] "fo[o<em>bar</em>b\]az" compare innerHTML]