stderr 1.1 KB

123456789101112131415
  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 Unexpected end of file - token expected (based on )
  9. FAIL Unexpected end of file - token expected (based on )
  10. FAIL Integer parameter [name=n] equals to 1, violates the range [0, 0] (based on )
  11. FAIL Token parameter [name=n] equals to "abacaba", doesn't correspond to pattern "[abc]{6}" (based on )
  12. FAIL Token parameter [name=n] equals to "abacab", doesn't correspond to pattern "a|test|abacaba|ok|abac" (based on )
  13. FAIL Token parameter [name=n] equals to "abacabaa", doesn't correspond to pattern "a|test|abacaba|ok|abac" (based on )
  14. FAIL Token parameter [name=n] equals to "abacaba!", doesn't correspond to pattern "a|test|abacaba|ok|abac" (based on )
  15. FAIL Integer element a[4] equals to 4, violates the range [1, 3] (based on )