2008-06-06 16:08:24 -06:00
|
|
|
|
2009-07-29 16:11:19 -06:00
|
|
|
== ./
|
|
|
|
|
2009-01-26 10:56:42 -07:00
|
|
|
=========== ./cmp2.go
|
2010-04-01 23:31:27 -06:00
|
|
|
panic: runtime error: comparing uncomparable type []int
|
2009-01-26 10:56:42 -07:00
|
|
|
|
2009-03-30 01:28:08 -06:00
|
|
|
panic PC=xxx
|
2009-01-26 10:56:42 -07:00
|
|
|
|
|
|
|
=========== ./cmp3.go
|
2010-04-01 23:31:27 -06:00
|
|
|
panic: runtime error: comparing uncomparable type []int
|
2009-01-26 10:56:42 -07:00
|
|
|
|
2009-03-30 01:28:08 -06:00
|
|
|
panic PC=xxx
|
2009-01-26 10:56:42 -07:00
|
|
|
|
|
|
|
=========== ./cmp4.go
|
2010-04-01 23:31:27 -06:00
|
|
|
panic: runtime error: hash of unhashable type []int
|
2009-01-26 10:56:42 -07:00
|
|
|
|
2009-03-30 01:28:08 -06:00
|
|
|
panic PC=xxx
|
2009-01-26 10:56:42 -07:00
|
|
|
|
|
|
|
=========== ./cmp5.go
|
2010-04-01 23:31:27 -06:00
|
|
|
panic: runtime error: hash of unhashable type []int
|
2009-01-26 10:56:42 -07:00
|
|
|
|
2009-03-30 01:28:08 -06:00
|
|
|
panic PC=xxx
|
2009-01-26 10:56:42 -07:00
|
|
|
|
2010-01-27 16:37:08 -07:00
|
|
|
=========== ./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
|
|
|
|
|
2008-06-06 15:27:34 -06:00
|
|
|
=========== ./helloworld.go
|
2008-06-06 15:02:48 -06:00
|
|
|
hello, world
|
2008-06-06 16:08:24 -06:00
|
|
|
|
2008-07-14 16:13:59 -06:00
|
|
|
=========== ./peano.go
|
|
|
|
0! = 1
|
|
|
|
1! = 1
|
|
|
|
2! = 2
|
|
|
|
3! = 6
|
|
|
|
4! = 24
|
|
|
|
5! = 120
|
|
|
|
6! = 720
|
|
|
|
7! = 5040
|
|
|
|
8! = 40320
|
|
|
|
9! = 362880
|
|
|
|
|
2008-09-17 15:08:52 -06:00
|
|
|
=========== ./printbig.go
|
|
|
|
-9223372036854775808
|
|
|
|
9223372036854775807
|
|
|
|
|
2008-12-03 15:21:28 -07:00
|
|
|
=========== ./sigchld.go
|
|
|
|
survived SIGCHLD
|
|
|
|
|
2010-05-03 18:21:49 -06:00
|
|
|
=========== ./sinit.go
|
|
|
|
FAIL
|
|
|
|
|
2008-06-06 15:27:34 -06:00
|
|
|
=========== ./turing.go
|
2008-06-06 15:02:48 -06:00
|
|
|
Hello World!
|
2008-06-06 16:08:24 -06:00
|
|
|
|
2009-07-29 16:11:19 -06:00
|
|
|
== ken/
|
|
|
|
|
2010-03-09 13:49:24 -07:00
|
|
|
=========== 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)
|
|
|
|
64
|
|
|
|
|
|
|
|
=========== 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)
|
|
|
|
|
2010-03-10 13:42:53 -07:00
|
|
|
=========== 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)
|
|
|
|
|
2008-06-06 15:27:34 -06:00
|
|
|
=========== ken/intervar.go
|
|
|
|
print 1 bio 2 file 3 -- abc
|
2008-06-06 16:08:24 -06:00
|
|
|
|
2008-06-06 15:27:34 -06:00
|
|
|
=========== ken/label.go
|
|
|
|
100
|
2008-06-06 16:08:24 -06:00
|
|
|
|
2008-06-06 15:27:34 -06:00
|
|
|
=========== ken/rob1.go
|
2008-08-07 14:27:58 -06:00
|
|
|
9876543210
|
2008-06-06 16:08:24 -06:00
|
|
|
|
2008-06-06 15:27:34 -06:00
|
|
|
=========== ken/rob2.go
|
2008-06-18 15:47:46 -06:00
|
|
|
(defn foo (add 12 34))
|
2008-06-06 16:08:24 -06:00
|
|
|
|
2008-06-06 15:27:34 -06:00
|
|
|
=========== ken/simpprint.go
|
|
|
|
hello world
|
2008-06-06 16:08:24 -06:00
|
|
|
|
2008-06-06 15:27:34 -06:00
|
|
|
=========== ken/simpswitch.go
|
|
|
|
0out01out12out2aout34out4fiveout56out6aout78out89out9
|
2008-06-06 16:08:24 -06:00
|
|
|
|
2008-06-06 15:27:34 -06:00
|
|
|
=========== ken/string.go
|
2008-06-12 14:26:16 -06:00
|
|
|
abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz
|
2008-06-06 16:08:24 -06:00
|
|
|
|
2009-07-29 16:11:19 -06:00
|
|
|
== chan/
|
|
|
|
|
2009-12-18 13:25:53 -07:00
|
|
|
=========== chan/doubleselect.go
|
|
|
|
PASS
|
|
|
|
|
2008-07-17 12:15:11 -06:00
|
|
|
=========== chan/nonblock.go
|
|
|
|
PASS
|
|
|
|
|
2009-07-29 16:11:19 -06:00
|
|
|
== interface/
|
|
|
|
|
2009-05-21 14:46:20 -06:00
|
|
|
=========== interface/fail.go
|
2010-03-31 16:55:10 -06:00
|
|
|
panic: interface conversion: *main.S is not main.I: missing method Foo
|
2009-05-21 14:46:20 -06:00
|
|
|
|
|
|
|
panic PC=xxx
|
|
|
|
|
|
|
|
=========== interface/returntype.go
|
2010-03-31 16:55:10 -06:00
|
|
|
panic: interface conversion: *main.S is not main.I2: missing method Name
|
2009-05-21 14:46:20 -06:00
|
|
|
|
|
|
|
panic PC=xxx
|
|
|
|
|
2009-10-20 09:03:43 -06:00
|
|
|
== nilptr/
|
|
|
|
|
2010-01-27 00:13:22 -07:00
|
|
|
== syntax/
|
|
|
|
|
2009-07-29 16:11:19 -06:00
|
|
|
== fixedbugs/
|
2009-07-20 15:15:36 -06:00
|
|
|
|
2008-08-29 14:21:00 -06:00
|
|
|
=========== fixedbugs/bug016.go
|
2009-08-17 14:30:22 -06:00
|
|
|
fixedbugs/bug016.go:11: constant -3 overflows uint
|
2008-08-29 14:21:00 -06:00
|
|
|
|
2008-09-03 14:21:05 -06:00
|
|
|
=========== fixedbugs/bug027.go
|
|
|
|
hi
|
|
|
|
0 44444
|
|
|
|
1 3333
|
|
|
|
2 222
|
|
|
|
3 11
|
|
|
|
4 0
|
|
|
|
0 44444
|
|
|
|
1 3333
|
|
|
|
2 222
|
|
|
|
3 11
|
|
|
|
4 0
|
|
|
|
|
2008-07-19 16:08:56 -06:00
|
|
|
=========== fixedbugs/bug067.go
|
|
|
|
ok
|
2008-08-29 14:21:00 -06:00
|
|
|
|
2008-09-02 14:08:40 -06:00
|
|
|
=========== fixedbugs/bug070.go
|
|
|
|
outer loop top k 0
|
|
|
|
inner loop top i 0
|
|
|
|
do break
|
|
|
|
broke
|
|
|
|
|
2008-09-04 14:35:19 -06:00
|
|
|
=========== fixedbugs/bug081.go
|
2010-03-22 19:51:14 -06:00
|
|
|
fixedbugs/bug081.go:9: typechecking loop
|
2008-09-04 14:35:19 -06:00
|
|
|
|
2008-10-17 12:48:51 -06:00
|
|
|
=========== fixedbugs/bug093.go
|
|
|
|
M
|
|
|
|
|
2008-10-30 14:26:57 -06:00
|
|
|
=========== fixedbugs/bug113.go
|
2010-03-31 16:55:10 -06:00
|
|
|
panic: interface conversion: interface is int, not int32
|
2008-10-29 20:34:47 -06:00
|
|
|
|
2009-03-30 01:28:08 -06:00
|
|
|
panic PC=xxx
|
2009-01-26 17:57:24 -07:00
|
|
|
|
2009-07-27 18:32:02 -06:00
|
|
|
=========== fixedbugs/bug148.go
|
|
|
|
2 3
|
2010-03-31 16:55:10 -06:00
|
|
|
panic: interface conversion: interface is main.T, not main.T
|
2009-07-27 18:32:02 -06:00
|
|
|
|
|
|
|
panic PC=xxx
|
2009-07-29 16:11:19 -06:00
|
|
|
|
|
|
|
== bugs/
|
2010-03-04 16:26:15 -07:00
|
|
|
|
|
|
|
=========== bugs/bug260.go
|
2010-03-05 11:43:33 -07:00
|
|
|
FAIL
|
|
|
|
BUG: bug260 failed
|
2010-05-13 12:52:04 -06:00
|
|
|
|
|
|
|
=========== bugs/bug274.go
|
|
|
|
BUG: errchk: command succeeded unexpectedly
|
2010-06-02 10:23:04 -06:00
|
|
|
|
|
|
|
=========== bugs/bug284.go
|
|
|
|
BUG: errchk: bugs/bug284.go:33: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:36: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:37: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:38: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:56: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:59: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:60: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:61: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:71: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:74: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:75: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:76: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:95: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:97: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:107: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:110: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:111: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:112: missing expected error: 'cannot'
|
2010-06-02 11:36:19 -06:00
|
|
|
errchk: bugs/bug284.go:130: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:133: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:134: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:135: missing expected error: 'cannot'
|
2010-06-02 10:23:04 -06:00
|
|
|
errchk: bugs/bug284.go:145: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:148: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:149: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:150: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:160: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:163: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:164: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:165: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:175: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:178: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:179: missing expected error: 'cannot'
|
|
|
|
errchk: bugs/bug284.go:180: missing expected error: 'cannot'
|
2010-06-02 11:36:19 -06:00
|
|
|
errchk: bugs/bug284.go: unmatched error messages:
|
|
|
|
==================================================
|
|
|
|
bugs/bug284.go:186: internal compiler error: typename ideal
|
|
|
|
==================================================
|
2010-06-03 15:58:00 -06:00
|
|
|
|
|
|
|
=========== bugs/bug285.go
|
|
|
|
bugs/bug285.go:23: invalid map index false - need type B
|
|
|
|
bugs/bug285.go:80: invalid map index z - need type interface { }
|
|
|
|
bugs/bug285.go:83: invalid map index new(struct { x int }) - need type interface { }
|
|
|
|
bugs/bug285.go:84: invalid map index p - need type interface { }
|
|
|
|
bugs/bug285.go:85: invalid map index false - need type interface { }
|
|
|
|
bugs/bug285.go:86: invalid map index 17 - need type interface { }
|
|
|
|
bugs/bug285.go:87: invalid map index "foo" - need type interface { }
|
|
|
|
bugs/bug285.go:93: invalid map index new(struct { x int }) - need type I1
|
|
|
|
bugs/bug285.go:94: invalid map index false - need type I1
|
|
|
|
bugs/bug285.go:95: invalid map index 17 - need type I1
|
|
|
|
bugs/bug285.go:95: too many errors
|
|
|
|
BUG: should compile
|