stderr 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 "09223372036854775807" found ()
  29. FAIL Expected integer, but "9223372036854775808" found ()
  30. FAIL Expected integer, but "-09223372036854775808" found ()
  31. FAIL Expected integer, but "-9223372036854775809" found ()
  32. FAIL Expected integer, but "1 " found ()
  33. FAIL Expected integer, but " 1" found ()
  34. FAIL Expected integer, but "1 2" found ()
  35. FAIL Expected integer, but "-0" found ()
  36. FAIL Expected integer, but "--0" found ()
  37. FAIL Expected integer, but "123-" found ()
  38. FAIL Expected unsigned integer, but "" found ()
  39. FAIL Expected unsigned integer, but "-" found ()
  40. FAIL Expected unsigned integer, but "-1" found ()
  41. FAIL Expected unsigned integer, but "+" found ()
  42. FAIL Expected unsigned integer, but "00" found ()
  43. FAIL Expected unsigned integer, but "0123" found ()
  44. FAIL Expected unsigned integer, but "+123" found ()
  45. FAIL Expected unsigned integer, but "18446744073709551616" found ()
  46. FAIL Expected unsigned integer, but "18446744073709551617" found ()
  47. FAIL Expected unsigned integer, but "36893488147419103232" found ()
  48. FAIL Expected unsigned integer, but "1 " found ()
  49. FAIL Expected unsigned integer, but " 1" found ()
  50. FAIL Expected unsigned integer, but "1 2" found ()
  51. FAIL Expected unsigned integer, but "-0" found ()
  52. FAIL Expected unsigned integer, but "--0" found ()
  53. FAIL Expected unsigned integer, but "-00" found ()