Skip to content

Commit

Permalink
Test ignores cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jul 31, 2024
1 parent f673e0a commit 1c834ba
Showing 1 changed file with 11 additions and 22 deletions.
33 changes: 11 additions & 22 deletions tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,46 +31,35 @@ class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
* Skip specific tests that may not be supported or have known issues.
*/
const SKIP_TESTS = array(
'tests1/line0537' => 'Bug: Investigate',

'adoption01/line0046' => 'Unimplemented: Reconstruction of active formatting elements.',
'adoption01/line0159' => 'Unimplemented: Reconstruction of active formatting elements.',
'adoption01/line0318' => 'Unimplemented: Reconstruction of active formatting elements.',
'comments01/line0155' => 'Unimplemented: Need to access raw comment text on non-normative comments.',
'comments01/line0169' => 'Unimplemented: Need to access raw comment text on non-normative comments.',
'html5test-com/line0129' => 'Unimplemented: Need to access raw comment text on non-normative comments.',
'noscript01/line0014' => 'Unsupported: Out-of-place html tag with attributes.',
'noscript01/line0014' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
'template/line0885' => 'Unimplemented: no parsing of attributes on context node.',
'tests1/line0537' => 'Bug: Tag processor bug.',
'tests1/line0692' => 'Bug: Whitespace in head mishandled.',
'tests1/line0692' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly',
'tests1/line0720' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests14/line0022' => 'Unsupported: Out-of-place html tag with attributes.',
'tests14/line0055' => 'Unsupported: Out-of-place html tag with attributes.',
'tests14/line0022' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
'tests14/line0055' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
'tests15/line0001' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests15/line0022' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests15/line0068' => 'Unimplemented: no support outside of IN BODY yet.',
'tests19/line0965' => 'Unimplemented: no support outside of IN BODY yet.',
'tests19/line1079' => 'Unsupported: Out-of-place html tag with attributes.',
'tests2/line0207' => 'Unsupported: Out-of-place body tag with attributes.',
'tests2/line0650' => 'Whitespace only test never enters "in body" parsing mode.',
'tests2/line0660' => 'Whitespace only test never enters "in body" parsing mode.',
'tests2/line0669' => 'Whitespace only test never enters "in body" parsing mode.',
'tests2/line0686' => 'Unsupported: Out-of-place html tag with attributes.',
'tests2/line0709' => 'Unsupported: Out-of-place html tag with attributes.',
'tests19/line1079' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
'tests19/line0965' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly.',
'tests2/line0207' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
'tests2/line0686' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
'tests2/line0709' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
'tests23/line0001' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests23/line0041' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests23/line0069' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests23/line0101' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests26/line0263' => 'Bug: An active formatting element should be created for a trailing text node.',
'tests5/line0013' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly.',
'tests5/line0077' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly.',
'tests5/line0091' => 'Bug: Mixed whitespace, non-whitespace text in head not split correctly',
'webkit01/line0231' => 'Unimplemented: This parser does not add missing attributes to existing HTML or BODY tags.',
'webkit01/line0300' => 'Unimplemented: no support outside of IN BODY yet.',
'webkit01/line0310' => 'Unimplemented: no support outside of IN BODY yet.',
'webkit01/line0336' => 'Unimplemented: no support outside of IN BODY yet.',
'webkit01/line0349' => 'Unimplemented: no support outside of IN BODY yet.',
'webkit01/line0362' => 'Unimplemented: no support outside of IN BODY yet.',
'webkit01/line0375' => 'Unimplemented: no support outside of IN BODY yet.',
'webkit02/line0013' => "Asserting behavior with scripting flag enabled, which this parser doesn't support.",
);

/**
Expand Down

0 comments on commit 1c834ba

Please sign in to comment.