Skip to content

Commit

Permalink
Update skips
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jan 30, 2024
1 parent 38e9777 commit 4c035f9
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions tests/phpunit/tests/html-api/wpHtmlProcessorHtml5lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,28 @@ class Tests_HtmlApi_Html5lib extends WP_UnitTestCase {
* Skip specific tests that may not be supported.
*/
const SKIP_TESTS = array(
'adoption01/line0046' => 'Unimplemented: Reconstruction of active formatting elements.',
'adoption01/line0159' => 'Unimplemented: Reconstruction of active formatting elements.',
'adoption01/line0318' => 'Unimplemented: Reconstruction of active formatting elements.',
'entities02/line0100' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'entities02/line0114' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'entities02/line0128' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'entities02/line0142' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'entities02/line0156' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'tests1/line0342' => "Closing P tag implicitly creates opener, which we don't visit.",
'tests15/line0001' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests15/line0022' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests20/line0497' => "Closing P tag implicitly creates opener, which we don't visit.",
'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.',
'adoption01/line0046' => 'Unimplemented: Reconstruction of active formatting elements.',
'adoption01/line0159' => 'Unimplemented: Reconstruction of active formatting elements.',
'adoption01/line0318' => 'Unimplemented: Reconstruction of active formatting elements.',
'entities02/line0100' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'entities02/line0114' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'entities02/line0128' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'entities02/line0142' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'entities02/line0156' => 'Encoded characters without semicolon termination in attribute values are not handled properly',
'plain-text-unsafe/line0001' => 'HTML entities may be mishandled.',
'plain-text-unsafe/line0105' => 'Binary.',
'tests1/line0342' => "Closing P tag implicitly creates opener, which we don't visit.",
'tests1/line0720' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests15/line0001' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests15/line0022' => 'Unimplemented: Reconstruction of active formatting elements.',
'tests2/line0317' => 'HTML entities may be mishandled.',
'tests2/line0408' => 'HTML entities may be mishandled.',
'tests20/line0497' => "Closing P tag implicitly creates opener, which we don't visit.",
'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.',
);

/**
Expand Down

0 comments on commit 4c035f9

Please sign in to comment.