Changes between Version 15 and Version 16 of ValidationIntro


Ignore:
Timestamp:
Mar 19, 2014, 10:24:16 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ValidationIntro

    v15 v16  
    1616 * Otherwise, you'll need to [ValidationSimple develop a custom validator] for your application.
    1717
    18 Two standard validators are supplied:
     18Several standard validators are supplied:
    1919
    2020 * The '''sample_bitwise_validator''' requires a strict majority, and regards results as equivalent only if they agree byte for byte.
    2121 * The '''sample_trivial_validator''' accepts all results as valid.
    22  * The '''sample_substr_validator''' accepts results whose stderr output includes a given string.
     22 * The '''sample_substr_validator''' accepts results whose stderr output includes a string specified by the --stderr_substr command-line arg.
    2323
    2424By default, a validator grants credit for valid results using a default mechanism (described [CreditNew here]).