Re-enable fixed JS parser tests

The changes from I39f9b994ce5636d70fea2e935a7c87c7d56dcb26 also make
most of the broken tests pass again.

Change-Id: I165f36235b47dee4bcef115e518bc1e81d2f83a5
This commit is contained in:
Bartosz Dziewoński 2022-10-13 00:05:30 +02:00
parent 361283a332
commit 4b38d72c2e

View file

@ -57,27 +57,9 @@ require( '../cases/comments.json' ).forEach( function ( caseItem ) {
var testName = '#getThreads (' + caseItem.name + ')';
// Old parser tests are currently broken
// Some parser tests are currently broken in JS
var skipTests = [
'plwiki oldparser',
'enwiki oldparser',
'ckbwiki oldparser',
'arwiki no-paragraph oldparser',
'arwiki nbsp-timezone oldparser',
'frwiki fr-unsigned oldparser',
'itwiki it-unsigned oldparser',
'srwiki sr-ec variant',
'srwiki sr-el variant',
'Accidental dt tags (old parser)',
'Single comment, heading',
'Single comment with heading',
'Manually added signature with LRM',
'Signature which is just a selflink',
'Comments inside references (old parser)',
'Link using fallback 8-bit encoding (invalid UTF-8)',
'Fake headings using \';\' syntax in wikitext (<dt> tags)',
'Signatures in funny places',
'Timestamp format switch behavior'
'Signature which is just a selflink'
];
if ( skipTests.indexOf( caseItem.name ) !== -1 ) {
QUnit.skip( testName );