summaryrefslogtreecommitdiff
path: root/test/files/run/t6827.check
blob: 4889e05be8681a834903bb350a45dadd75921e4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
start at -5: java.lang.ArrayIndexOutOfBoundsException: -5
start at -1: java.lang.ArrayIndexOutOfBoundsException: -1
start at limit: ok
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: ok
read 0: ok
read -1: ok
invalid read 0: ok
invalid read -1: ok