File: t6827.check

package info (click to toggle)
scala 2.11.12-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 62,924 kB
  • sloc: javascript: 28,808; java: 13,415; xml: 3,135; sh: 1,620; python: 756; makefile: 38; awk: 36; ansic: 6
file content (15 lines) | stat: -rw-r--r-- 718 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
start at -5: java.lang.IllegalArgumentException: requirement failed: start -5 out of range 10
start at -1: java.lang.IllegalArgumentException: requirement failed: start -1 out of range 10
start at limit: java.lang.IllegalArgumentException: requirement failed: start 10 out of range 10
start at limit-1: ok
first 10: ok
read all: ok
test huge len: ok
5 from 5: ok
20 from 5: ok
test len overflow: ok
start beyond limit: java.lang.IllegalArgumentException: requirement failed: start 30 out of range 10
read 0: ok
read -1: ok
invalid read 0: java.lang.IllegalArgumentException: requirement failed: start 30 out of range 10
invalid read -1: java.lang.IllegalArgumentException: requirement failed: start 30 out of range 10