stderr 1.8 KB

123456789101112131415161718192021222324252627282930313233
  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 )
  22. FAIL Expected integer, but "" found ()
  23. FAIL Expected integer, but "-" found ()
  24. FAIL Expected integer, but "+" found ()
  25. FAIL Expected integer, but "00" found ()
  26. FAIL Expected integer, but "0123" found ()
  27. FAIL Expected integer, but "+123" found ()
  28. FAIL Expected integer, but "9223372036854775808" found ()
  29. FAIL Expected integer, but "-9223372036854775809" found ()
  30. FAIL Expected integer, but "1 " found ()
  31. FAIL Expected integer, but " 1" found ()
  32. FAIL Expected integer, but "1 2" found ()
  33. FAIL Expected integer, but "-0" found ()