=========== ./cmp2.go panic: runtime error: comparing uncomparable type []int panic PC=xxx =========== ./cmp3.go panic: runtime error: comparing uncomparable type []int panic PC=xxx =========== ./cmp4.go panic: runtime error: hash of unhashable type []int panic PC=xxx =========== ./cmp5.go panic: runtime error: hash of unhashable type []int panic PC=xxx =========== ./helloworld.go hello, world =========== ./printbig.go -9223372036854775808 9223372036854775807 =========== ./turing.go Hello World! =========== 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/nonblock.go PASS =========== interface/fail.go panic: interface conversion: *main.S is not main.I: missing method Foo panic PC=xxx =========== interface/returntype.go panic: interface conversion: *main.S is not main.I2: missing method Name panic PC=xxx =========== fixedbugs/bug016.go fixedbugs/bug016.go:11: constant -3 overflows uint =========== 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/bug081.go fixedbugs/bug081.go:9: typechecking loop =========== fixedbugs/bug093.go M =========== fixedbugs/bug113.go panic: interface conversion: interface is int, not int32 panic PC=xxx =========== fixedbugs/bug148.go 2 3 panic: interface conversion: interface is main.T, not main.T panic PC=xxx =========== bugs/bug260.go FAIL BUG: bug260 failed =========== bugs/bug264.go foo bar bar bal bal panic: barCount != 1 panic PC=xxx BUG