Skip to content

Commit 1c834ba

Browse files
committed
Test ignores cleanup
1 parent f673e0a commit 1c834ba

1 file changed

Lines changed: 11 additions & 22 deletions

File tree

tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,46 +31,35 @@ class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
3131
* Skip specific tests that may not be supported or have known issues.
3232
*/
3333
const SKIP_TESTS = array(
34+
'tests1/line0537' => 'Bug: Investigate',
35+
3436
'adoption01/line0046' => 'Unimplemented: Reconstruction of active formatting elements.',
3537
'adoption01/line0159' => 'Unimplemented: Reconstruction of active formatting elements.',
3638
'adoption01/line0318' => 'Unimplemented: Reconstruction of active formatting elements.',
3739
'comments01/line0155' => 'Unimplemented: Need to access raw comment text on non-normative comments.',
3840
'comments01/line0169' => 'Unimplemented: Need to access raw comment text on non-normative comments.',
3941
'html5test-com/line0129' => 'Unimplemented: Need to access raw comment text on non-normative comments.',
40-
'noscript01/line0014' => 'Unsupported: Out-of-place html tag with attributes.',
42+
'noscript01/line0014' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
4143
'template/line0885' => 'Unimplemented: no parsing of attributes on context node.',
42-
'tests1/line0537' => 'Bug: Tag processor bug.',
43-
'tests1/line0692' => 'Bug: Whitespace in head mishandled.',
44+
'tests1/line0692' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly',
4445
'tests1/line0720' => 'Unimplemented: Reconstruction of active formatting elements.',
45-
'tests14/line0022' => 'Unsupported: Out-of-place html tag with attributes.',
46-
'tests14/line0055' => 'Unsupported: Out-of-place html tag with attributes.',
46+
'tests14/line0022' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
47+
'tests14/line0055' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
4748
'tests15/line0001' => 'Unimplemented: Reconstruction of active formatting elements.',
4849
'tests15/line0022' => 'Unimplemented: Reconstruction of active formatting elements.',
49-
'tests15/line0068' => 'Unimplemented: no support outside of IN BODY yet.',
50-
'tests19/line0965' => 'Unimplemented: no support outside of IN BODY yet.',
51-
'tests19/line1079' => 'Unsupported: Out-of-place html tag with attributes.',
52-
'tests2/line0207' => 'Unsupported: Out-of-place body tag with attributes.',
53-
'tests2/line0650' => 'Whitespace only test never enters "in body" parsing mode.',
54-
'tests2/line0660' => 'Whitespace only test never enters "in body" parsing mode.',
55-
'tests2/line0669' => 'Whitespace only test never enters "in body" parsing mode.',
56-
'tests2/line0686' => 'Unsupported: Out-of-place html tag with attributes.',
57-
'tests2/line0709' => 'Unsupported: Out-of-place html tag with attributes.',
50+
'tests19/line1079' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
51+
'tests19/line0965' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly.',
52+
'tests2/line0207' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
53+
'tests2/line0686' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
54+
'tests2/line0709' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
5855
'tests23/line0001' => 'Unimplemented: Reconstruction of active formatting elements.',
5956
'tests23/line0041' => 'Unimplemented: Reconstruction of active formatting elements.',
6057
'tests23/line0069' => 'Unimplemented: Reconstruction of active formatting elements.',
6158
'tests23/line0101' => 'Unimplemented: Reconstruction of active formatting elements.',
62-
'tests26/line0263' => 'Bug: An active formatting element should be created for a trailing text node.',
6359
'tests5/line0013' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly.',
6460
'tests5/line0077' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly.',
6561
'tests5/line0091' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly',
6662
'webkit01/line0231' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
67-
'webkit01/line0300' => 'Unimplemented: no support outside of IN BODY yet.',
68-
'webkit01/line0310' => 'Unimplemented: no support outside of IN BODY yet.',
69-
'webkit01/line0336' => 'Unimplemented: no support outside of IN BODY yet.',
70-
'webkit01/line0349' => 'Unimplemented: no support outside of IN BODY yet.',
71-
'webkit01/line0362' => 'Unimplemented: no support outside of IN BODY yet.',
72-
'webkit01/line0375' => 'Unimplemented: no support outside of IN BODY yet.',
73-
'webkit02/line0013' => "Asserting behavior with scripting flag enabled, which this parser doesn't support.",
7463
);
7564

7665
/**

0 commit comments

Comments
 (0)