Changes between Version 15 and Version 16 of ValidationIntro
- Timestamp:
- Mar 19, 2014, 10:24:16 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationIntro
v15 v16 16 16 * Otherwise, you'll need to [ValidationSimple develop a custom validator] for your application. 17 17 18 Twostandard validators are supplied:18 Several standard validators are supplied: 19 19 20 20 * The '''sample_bitwise_validator''' requires a strict majority, and regards results as equivalent only if they agree byte for byte. 21 21 * 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. 23 23 24 24 By default, a validator grants credit for valid results using a default mechanism (described [CreditNew here]).