Originally, this file should have regexes to select export combinations which 
fail.
Therefore the name 'reverted'.

Soon we (Scott and I) found, that some tests worked on Scott's side, but not on 
mine (or reverse).

Now, this file includes many tests which are not at all reverted. The main 
purpose
is now to select tests which do not pass everywhere even with full TL/MikTeX 
installed.

Günter Milde proposed 'problematicTests'.

ATM it is the main filter to select suspicious test combinations.

This filters 319 tests (out of 3716 export tests).
From them 270 are inverted (means they always fail)
and 49 unreliable (means that they fail or pass depending on some installed 
data)

Our filtering is

ignoredTests: (small file)
        Input: any export combination
        Tests selected here are withdrown.
        Output: All but selected.

revertedTests:
        Input: Each test which passed 'ignoredTests'
        Tests not selected here gets the label 'export'. They should pass.
        Output: Tests selected by its regexes.

suspendedTests:
        Input: Each Test selected by 'revertedTests'
        Tests selected here gain the label 'suspended' but _not_ 'export' or 
'reverted'
        Output: Tests _not_ selected

unreliableTests:
        Input: Each Test _not_ selected by 'suspendedTests'
        Tests selected either pass or fail, but that is dependant on system 
where the test is run.
        Selected tests gain the label 'unreliable'
        Not selected tests gain the labels 'reverted' and 'export'

I think that most files used to filter export tests ahas appropriate naming.
Remains only 'revertedTests'.
I'd like to rename it to something like 'suspicious', 'suspect' or 
'suspected'-Tests.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to