Home
last modified time | relevance | path

Searched refs:shouldPanic (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Dmakeslice.go38 func shouldPanic(str string, f func()) { func
68 shouldPanic("len out of range", func() { _ = make(T, int(n)) })
69 shouldPanic("cap out of range", func() { _ = make(T, 0, int(n)) })
70 shouldPanic("len out of range", func() { _ = make(T, uint(n)) })
71 shouldPanic("cap out of range", func() { _ = make(T, 0, uint(n)) })
72 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
74 shouldPanic("len out of range", func() { _ = make(T, uint64(n)) })
80 shouldPanic("len out of range", func() { _ = make(T, int(n)) })
81 shouldPanic("cap out of range", func() { _ = make(T, 0, int(n)) })
82 shouldPanic("len out of range", func() { _ = make(T, uint(n)) })
[all …]
H A Dnilptr_aix.go34 shouldPanic(p1)
35 shouldPanic(p2)
36 shouldPanic(p3)
37 shouldPanic(p4)
38 shouldPanic(p5)
39 shouldPanic(p6)
40 shouldPanic(p7)
41 shouldPanic(p8)
42 shouldPanic(p9)
43 shouldPanic(p10)
[all …]
H A Dnilptr.go36 shouldPanic(p1)
37 shouldPanic(p2)
38 shouldPanic(p3)
39 shouldPanic(p4)
40 shouldPanic(p5)
41 shouldPanic(p6)
42 shouldPanic(p7)
43 shouldPanic(p8)
44 shouldPanic(p9)
45 shouldPanic(p10)
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
28 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
33 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
37 shouldPanic("len out of range", func() { _ = make([]byte, x) })
38 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
42 shouldPanic("len out of range", func() { _ = make(T, n) })
43 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
49 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
[all …]
H A Dissue29504.go21 shouldPanic(func() {
25 shouldPanic(func() {
29 shouldPanic(func() {
33 shouldPanic(func() {
37 shouldPanic(func() {
41 shouldPanic(func() {
46 shouldPanic(func() {
50 shouldPanic(func() {
54 shouldPanic(func() {
58 shouldPanic(func() {
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
28 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
33 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
37 shouldPanic("len out of range", func() { _ = make([]byte, x) })
38 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
42 shouldPanic("len out of range", func() { _ = make(T, n) })
43 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
49 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
28 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
33 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
37 shouldPanic("len out of range", func() { _ = make([]byte, x) })
38 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
42 shouldPanic("len out of range", func() { _ = make(T, n) })
43 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
49 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
28 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
33 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
37 shouldPanic("len out of range", func() { _ = make([]byte, x) })
38 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
42 shouldPanic("len out of range", func() { _ = make(T, n) })
43 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
49 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
28 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
33 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
37 shouldPanic("len out of range", func() { _ = make([]byte, x) })
38 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
42 shouldPanic("len out of range", func() { _ = make(T, n) })
43 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
49 shouldPanic("cap out of range", func() { _ = make(T, 0, x) })
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
21 shouldPanic("cap out of range", func() { _ = make(T, 0, int64(n)) })
26 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
27 shouldPanic("cap out of range", func() { _ = make(T, 0, int(n2)) })
30 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
34 shouldPanic("len out of range", func() { _ = make(T, n) })
35 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
36 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
21 shouldPanic("cap out of range", func() { _ = make(T, 0, int64(n)) })
26 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
27 shouldPanic("cap out of range", func() { _ = make(T, 0, int(n2)) })
30 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
34 shouldPanic("len out of range", func() { _ = make(T, n) })
35 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
36 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
21 shouldPanic("cap out of range", func() { _ = make(T, 0, int64(n)) })
25 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
26 shouldPanic("cap out of range", func() { _ = make(T, 0, int(n2)) })
28 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
32 shouldPanic("len out of range", func() { _ = make(T, n) })
33 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
34 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
21 shouldPanic("cap out of range", func() { _ = make(T, 0, int64(n)) })
26 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
27 shouldPanic("cap out of range", func() { _ = make(T, 0, int(n2)) })
30 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
34 shouldPanic("len out of range", func() { _ = make(T, n) })
35 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
36 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
21 shouldPanic("cap out of range", func() { _ = make(T, 0, int64(n)) })
26 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
27 shouldPanic("cap out of range", func() { _ = make(T, 0, int(n2)) })
30 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
34 shouldPanic("len out of range", func() { _ = make(T, n) })
35 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
36 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4085b.go18 shouldPanic("len out of range", func() { _ = make(T, n) })
19 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
20 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
21 shouldPanic("cap out of range", func() { _ = make(T, 0, int64(n)) })
26 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
27 shouldPanic("cap out of range", func() { _ = make(T, 0, int(n2)) })
30 shouldPanic("len out of range", func() { _ = make(T, int(n2)) })
34 shouldPanic("len out of range", func() { _ = make(T, n) })
35 shouldPanic("cap out of range", func() { _ = make(T, 0, n) })
36 shouldPanic("len out of range", func() { _ = make(T, int64(n)) })
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/
H A Dnilptr.go31 shouldPanic(p1)
32 shouldPanic(p2)
33 shouldPanic(p3)
34 shouldPanic(p4)
35 shouldPanic(p5)
36 shouldPanic(p6)
37 shouldPanic(p7)
38 shouldPanic(p8)
39 shouldPanic(p9)
40 shouldPanic(p10)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/
H A Dnilptr.go35 shouldPanic(p1)
36 shouldPanic(p2)
37 shouldPanic(p3)
38 shouldPanic(p4)
39 shouldPanic(p5)
40 shouldPanic(p6)
41 shouldPanic(p7)
42 shouldPanic(p8)
43 shouldPanic(p9)
44 shouldPanic(p10)
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/
H A Dnilptr.go31 shouldPanic(p1)
32 shouldPanic(p2)
33 shouldPanic(p3)
34 shouldPanic(p4)
35 shouldPanic(p5)
36 shouldPanic(p6)
37 shouldPanic(p7)
38 shouldPanic(p8)
39 shouldPanic(p9)
40 shouldPanic(p10)
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dnilptr.go31 shouldPanic(p1)
32 shouldPanic(p2)
33 shouldPanic(p3)
34 shouldPanic(p4)
35 shouldPanic(p5)
36 shouldPanic(p6)
37 shouldPanic(p7)
38 shouldPanic(p8)
39 shouldPanic(p9)
40 shouldPanic(p10)
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/
H A Dnilptr.go35 shouldPanic(p1)
36 shouldPanic(p2)
37 shouldPanic(p3)
38 shouldPanic(p4)
39 shouldPanic(p5)
40 shouldPanic(p6)
41 shouldPanic(p7)
42 shouldPanic(p8)
43 shouldPanic(p9)
44 shouldPanic(p10)
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dnilptr.go31 shouldPanic(p1)
32 shouldPanic(p2)
33 shouldPanic(p3)
34 shouldPanic(p4)
35 shouldPanic(p5)
36 shouldPanic(p6)
37 shouldPanic(p7)
38 shouldPanic(p8)
39 shouldPanic(p9)
40 shouldPanic(p10)
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dnilptr.go31 shouldPanic(p1)
32 shouldPanic(p2)
33 shouldPanic(p3)
34 shouldPanic(p4)
35 shouldPanic(p5)
36 shouldPanic(p6)
37 shouldPanic(p7)
38 shouldPanic(p8)
39 shouldPanic(p9)
40 shouldPanic(p10)
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/go.test/test/
H A Dnilptr.go31 shouldPanic(p1)
32 shouldPanic(p2)
33 shouldPanic(p3)
34 shouldPanic(p4)
35 shouldPanic(p5)
36 shouldPanic(p6)
37 shouldPanic(p7)
38 shouldPanic(p8)
39 shouldPanic(p9)
40 shouldPanic(p10)
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dnilptr.go31 shouldPanic(p1)
32 shouldPanic(p2)
33 shouldPanic(p3)
34 shouldPanic(p4)
35 shouldPanic(p5)
36 shouldPanic(p6)
37 shouldPanic(p7)
38 shouldPanic(p8)
39 shouldPanic(p9)
40 shouldPanic(p10)
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/go.test/test/
H A Dnilptr.go31 shouldPanic(p1)
32 shouldPanic(p2)
33 shouldPanic(p3)
34 shouldPanic(p4)
35 shouldPanic(p5)
36 shouldPanic(p6)
37 shouldPanic(p7)
38 shouldPanic(p8)
39 shouldPanic(p9)
40 shouldPanic(p10)
[all …]

12345678910>>...17