Changes between Version 14 and Version 15 of ValidationIntro


Ignore:
Timestamp:
Mar 18, 2014, 7:14:09 PM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ValidationIntro

    v14 v15  
    1818Two standard validators are supplied:
    1919
    20     * The '''sample_bitwise_validator''' requires a strict majority, and regards results as equivalent only if they agree byte for byte.
    21     * The '''sample_trivial_validator''' accepts all results as valid.
     20 * The '''sample_bitwise_validator''' requires a strict majority, and regards results as equivalent only if they agree byte for byte.
     21 * The '''sample_trivial_validator''' accepts all results as valid.
     22 * The '''sample_substr_validator''' accepts results whose stderr output includes a given string.
    2223
    2324By default, a validator grants credit for valid results using a default mechanism (described [CreditNew here]).