stderr 1.3 KB

123456789101112131415161718192021
  1. FAIL Opts: index '1' is out of range [0,1)
  2. FAIL Opts: integer overflow: expected integer but '3e6' found
  3. FAIL Opts: index '-1' is out of range [0,14)
  4. FAIL Opts: opt by index '2': expected bool true/false or 0/1 but '-2147483648' found
  5. FAIL Opts: expected integer but '-f1' found
  6. FAIL Opts: index '14' is out of range [0,14)
  7. FAIL Opts: expected non-negative integer but '-2147483648' found
  8. FAIL Opts: unknown key 'test-count'
  9. FAIL Opts: unknown key 'sum-n'
  10. FAIL Opts: unused key 'min-val'
  11. FAIL Opts: unused key 'max-val'
  12. FAIL Opts: unused key 'min-length'
  13. FAIL Opts: unused key 'bias-value'
  14. FAIL Unexpected end of file - token expected (based on )
  15. FAIL Unexpected end of file - token expected (based on )
  16. FAIL Integer parameter [name=n] equals to 1, violates the range [0, 0] (based on )
  17. FAIL Token parameter [name=n] equals to "abacaba", doesn't correspond to pattern "[abc]{6}" (based on )
  18. FAIL Token parameter [name=n] equals to "abacab", doesn't correspond to pattern "a|test|abacaba|ok|abac" (based on )
  19. FAIL Token parameter [name=n] equals to "abacabaa", doesn't correspond to pattern "a|test|abacaba|ok|abac" (based on )
  20. FAIL Token parameter [name=n] equals to "abacaba!", doesn't correspond to pattern "a|test|abacaba|ok|abac" (based on )
  21. FAIL Integer element a[4] equals to 4, violates the range [1, 3] (based on )