mirror of
https://github.com/golang/go
synced 2024-11-11 23:40:22 -07:00
3dbf65871c
Failing at compile time requires that for each conversion between two interface types the compiler compare the sets of unexported methods to see if they come from different packages. Since this test will fail approximately never on real code, and since it can't catch all cases of the problem, I don't think it's worth testing in the compiler. This CL changes this test to look for a run-time panic rather than a compile-time error. R=gri, rsc1, iant2, rsc CC=golang-dev https://golang.org/cl/4332041
171 lines
2.9 KiB
Plaintext
171 lines
2.9 KiB
Plaintext
|
|
== ./
|
|
|
|
=========== ./cmp2.go
|
|
panic: runtime error: comparing uncomparable type []int
|
|
|
|
|
|
=========== ./cmp3.go
|
|
panic: runtime error: comparing uncomparable type []int
|
|
|
|
|
|
=========== ./cmp4.go
|
|
panic: runtime error: hash of unhashable type []int
|
|
|
|
|
|
=========== ./cmp5.go
|
|
panic: runtime error: hash of unhashable type []int
|
|
|
|
|
|
=========== ./deferprint.go
|
|
printing: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
|
42 true false true +1.500000e+000 world 0x0 [0/0]0x0 0x0 0x0 255
|
|
|
|
=========== ./helloworld.go
|
|
hello, world
|
|
|
|
=========== ./peano.go
|
|
0! = 1
|
|
1! = 1
|
|
2! = 2
|
|
3! = 6
|
|
4! = 24
|
|
5! = 120
|
|
6! = 720
|
|
7! = 5040
|
|
8! = 40320
|
|
9! = 362880
|
|
|
|
=========== ./printbig.go
|
|
-9223372036854775808
|
|
9223372036854775807
|
|
|
|
=========== ./sigchld.go
|
|
survived SIGCHLD
|
|
|
|
=========== ./sinit.go
|
|
FAIL
|
|
|
|
=========== ./turing.go
|
|
Hello World!
|
|
|
|
== ken/
|
|
|
|
=========== ken/cplx0.go
|
|
(+5.000000e+000+6.000000e+000i)
|
|
(+5.000000e+000+6.000000e+000i)
|
|
(+5.000000e+000+6.000000e+000i)
|
|
(+5.000000e+000+6.000000e+000i)
|
|
|
|
=========== ken/cplx3.go
|
|
(+1.292308e+000-1.384615e-001i)
|
|
(+1.292308e+000-1.384615e-001i)
|
|
|
|
=========== ken/cplx4.go
|
|
c = (-5.000000-6.000000i)
|
|
c = (5.000000+6.000000i)
|
|
c = (5.000000+6.000000i)
|
|
c = (5.000000+6.000000i)
|
|
c = (5+6i)
|
|
c = (13+7i)
|
|
|
|
=========== ken/cplx5.go
|
|
(+5.000000e+000-5.000000e+000i)
|
|
(+5.000000e+000-5.000000e+000i)
|
|
(+5.000000e+000-5.000000e+000i)
|
|
(+5.000000e+000-5.000000e+000i)
|
|
(+5.000000e+000-5.000000e+000i)
|
|
(+5.000000e+000-5.000000e+000i)
|
|
(+5.000000e+000-5.000000e+000i)
|
|
|
|
=========== ken/intervar.go
|
|
print 1 bio 2 file 3 -- abc
|
|
|
|
=========== ken/label.go
|
|
100
|
|
|
|
=========== ken/rob1.go
|
|
9876543210
|
|
|
|
=========== ken/rob2.go
|
|
(defn foo (add 12 34))
|
|
|
|
=========== ken/simpprint.go
|
|
hello world
|
|
|
|
=========== ken/simpswitch.go
|
|
0out01out12out2aout34out4fiveout56out6aout78out89out9
|
|
|
|
=========== ken/string.go
|
|
abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz
|
|
|
|
== chan/
|
|
|
|
=========== chan/doubleselect.go
|
|
PASS
|
|
|
|
=========== chan/nonblock.go
|
|
PASS
|
|
|
|
== interface/
|
|
|
|
=========== interface/fail.go
|
|
panic: interface conversion: *main.S is not main.I: missing method Foo
|
|
|
|
|
|
=========== interface/returntype.go
|
|
panic: interface conversion: *main.S is not main.I2: missing method Name
|
|
|
|
|
|
== nilptr/
|
|
|
|
== syntax/
|
|
|
|
== fixedbugs/
|
|
|
|
=========== fixedbugs/bug027.go
|
|
hi
|
|
0 44444
|
|
1 3333
|
|
2 222
|
|
3 11
|
|
4 0
|
|
0 44444
|
|
1 3333
|
|
2 222
|
|
3 11
|
|
4 0
|
|
|
|
=========== fixedbugs/bug067.go
|
|
ok
|
|
|
|
=========== fixedbugs/bug070.go
|
|
outer loop top k 0
|
|
inner loop top i 0
|
|
do break
|
|
broke
|
|
|
|
=========== fixedbugs/bug093.go
|
|
M
|
|
|
|
=========== fixedbugs/bug113.go
|
|
panic: interface conversion: interface is int, not int32
|
|
|
|
|
|
=========== fixedbugs/bug148.go
|
|
2 3
|
|
panic: interface conversion: interface is main.T, not main.T
|
|
|
|
|
|
== bugs/
|
|
|
|
=========== bugs/bug322.go
|
|
bugs/bug322.dir/main.go:19: implicit assignment of unexported field 'x' of lib.T in method receiver
|
|
bugs/bug322.dir/main.go:32: implicit assignment of unexported field 'x' of lib.T in method receiver
|
|
BUG: fails incorrectly
|
|
|
|
=========== bugs/bug324.go
|
|
main.Implementation.private()
|
|
p.Implementation.private()
|
|
BUG: should fail
|