1
0
mirror of https://github.com/golang/go synced 2024-11-12 02:50:25 -07:00
go/test/golden.out

355 lines
6.8 KiB
Plaintext
Raw Normal View History

=========== ./args.go
=========== ./char_lit.go
=========== ./float_lit.go
=========== ./for.go
=========== ./func.go
=========== ./func1.go
func1.go:12: var a redeclared in this block
previous declaration at func1.go:12
=========== ./hashmap.go
=========== ./helloworld.go
hello, world
=========== ./if.go
=========== ./if1.go
=========== ./int_lit.go
=========== ./iota.go
=========== ./literal.go
2008-06-13 10:09:22 -06:00
=========== ./nil.go
=========== ./peano.go
0! = 1
1! = 1
2! = 2
3! = 6
4! = 24
5! = 120
6! = 720
7! = 5040
8! = 40320
9! = 362880
10! = 3628800
=========== ./readfile.go
=========== ./sieve.go
=========== ./simassign.go
=========== ./string_lit.go
=========== ./switch.go
=========== ./switch1.go
=========== ./test0.go
=========== ./turing.go
Hello World!
=========== ./utf.go
=========== ken/for.go
=========== ken/interfun.go
=========== ken/intervar.go
print 1 bio 2 file 3 -- abc
=========== ken/label.go
100
=========== ken/litfun.go
=========== ken/mfunc.go
=========== ken/ptrfun.go
=========== ken/ptrvar.go
=========== ken/rob1.go
=========== ken/rob2.go
(defn foo (add 12 34))
=========== ken/robfor.go
=========== ken/robfunc.go
=========== ken/robif.go
=========== ken/robiota.go
=========== ken/simparray.go
=========== ken/simpbool.go
=========== ken/simpconv.go
=========== ken/simpfun.go
=========== ken/simpprint.go
hello world
=========== ken/simpswitch.go
0out01out12out2aout34out4fiveout56out6aout78out89out9
=========== ken/simpvar.go
=========== ken/string.go
abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz
=========== ken/strvar.go
=========== chan/fifo.go
2008-07-17 12:15:11 -06:00
=========== chan/nonblock.go
PASS
=========== chan/powser1.go
=========== chan/sieve.go
=========== bugs/bug015.go
BUG: known to succeed incorrectly
=========== bugs/bug026.go
2008-06-30 17:30:53 -06:00
sys·printstring: main·sigs_I: not defined
BUG: known to fail incorrectly
=========== bugs/bug027.go
2008-06-16 12:36:23 -06:00
bugs/bug027.go:50: illegal types for operand: CONV
(<Element>I{})
(<I>{<val><int32>INT32;})
bugs/bug027.go:50: illegal types for operand: CONV
(<Element>I{})
(<I>{<val><int32>INT32;})
BUG: known to fail incorrectly
=========== bugs/bug029.go
BUG: known to succeed incorrectly
2008-06-06 18:02:55 -06:00
=========== bugs/bug032.go
2008-06-06 18:05:53 -06:00
BUG: compilation succeeds incorrectly
2008-06-06 18:02:55 -06:00
=========== bugs/bug041.go
BUG: compilation succeeds incorrectly
=========== bugs/bug042.go
bugs/bug042.go:6: syntax error
2008-06-06 18:50:46 -06:00
BUG: compilation should succeed
2008-06-11 13:07:43 -06:00
=========== bugs/bug046.go
bugs/bug046.go:7: illegal <this> pointer
BUG: known to fail incorrectly
2008-06-16 16:18:10 -06:00
=========== bugs/bug047.go
bugs/bug047.go:13: illegal types for operand: CONV
(<T>{<s><string>*STRING;<f><float32>FLOAT32;})
bugs/bug047.go:16: illegal types for operand: CONV
(MAP[<int32>INT32]<int32>INT32)
bugs/bug047.go:13: illegal types for operand: CONV
(<T>{<s><string>*STRING;<f><float32>FLOAT32;})
bugs/bug047.go:16: illegal types for operand: CONV
(MAP[<int32>INT32]<int32>INT32)
BUG: known to fail incorrectly
=========== bugs/bug048.go
bugs/bug048.go:7: illegal types for operand: CONV
(MAP[<int32>INT32]<int32>INT32)
bugs/bug048.go:8: syntax error
2008-07-03 19:10:54 -06:00
bugs/bug048.go:7: illegal types for operand: CONV
(MAP[<int32>INT32]<int32>INT32)
2008-06-16 16:18:10 -06:00
BUG: known to fail incorrectly
=========== bugs/bug053.go
bugs/bug053.go:6: syntax error
BUG: len should not be a keyword
=========== bugs/bug054.go
bugs/bug054.go:25: fatal error: agen_inter i2s
BUG: known to fail incorrectly
=========== bugs/bug057.go
2008-07-27 14:50:54 -06:00
bugs/bug057.go:14: syntax error
BUG: compilation should succeed
2008-06-28 12:38:07 -06:00
=========== bugs/bug060.go
BUG: crashes
=========== bugs/bug061.go
bugs/bug061.go:7: illegal types for operand: SLICE
bugs/bug061.go:7: illegal types for operand: AS
(<string>*STRING)
BUG: known to fail incorrectly
2008-07-01 19:06:00 -06:00
=========== bugs/bug062.go
BUG: known to succeed incorrectly
2008-07-03 17:48:59 -06:00
=========== bugs/bug064.go
bugs/bug064.go:15: illegal types for operand: CALL
(<int32>INT32)
({<u><int32>INT32;<v><int32>INT32;})
BUG: compilation should succeed
2008-07-15 11:49:26 -06:00
=========== bugs/bug068.go
bugs/bug068.go:6: unknown escape sequence: '
BUG: compilation should succeed
=========== bugs/bug070.go
outer loop top k 0
inner loop top i 0
do break
outer loop top k 1
k not zero
2008-07-27 14:50:54 -06:00
panic on line 305 PC=0x1362
2008-07-15 11:49:26 -06:00
0x1362?zi
2008-07-28 10:57:43 -06:00
main·main(1, 0, 1606414952, ...)
main·main(0x1, 0x7fff5fbff268, 0x0, ...)
2008-07-15 11:49:26 -06:00
BUG: crashes
2008-07-18 13:26:48 -06:00
=========== bugs/bug072.go
=========== bugs/bug073.go
BUG: should not compile
2008-07-17 12:15:11 -06:00
2008-07-25 13:20:14 -06:00
=========== bugs/bug074.go
=========== bugs/bug075.go
bugs/bug075.go:11: bad shape across assignment - cr=1 cl=2
BUG: known to fail incorrectly
=========== bugs/bug076.go
bugs/bug076.go:11: label redeclared: exit
BUG: known to fail incorrectly
=========== bugs/bug077.go
BUG: known to succeed incorrectly
2008-07-27 14:50:54 -06:00
=========== bugs/bug078.go
=========== fixedbugs/bug000.go
=========== fixedbugs/bug001.go
=========== fixedbugs/bug002.go
=========== fixedbugs/bug003.go
=========== fixedbugs/bug004.go
=========== fixedbugs/bug005.go
2008-07-07 11:03:10 -06:00
=========== fixedbugs/bug006.go
=========== fixedbugs/bug007.go
=========== fixedbugs/bug008.go
=========== fixedbugs/bug009.go
2008-07-28 10:57:43 -06:00
=========== fixedbugs/bug010.go
=========== fixedbugs/bug011.go
=========== fixedbugs/bug012.go
=========== fixedbugs/bug013.go
2008-06-23 18:13:33 -06:00
=========== fixedbugs/bug014.go
2008-06-08 20:21:16 -06:00
=========== fixedbugs/bug016.go
=========== fixedbugs/bug017.go
=========== fixedbugs/bug020.go
=========== fixedbugs/bug021.go
2008-07-07 11:03:10 -06:00
=========== fixedbugs/bug022.go
2008-07-07 11:17:52 -06:00
=========== fixedbugs/bug023.go
2008-06-08 18:19:11 -06:00
=========== fixedbugs/bug024.go
2008-07-27 14:50:54 -06:00
=========== fixedbugs/bug025.go
fixedbugs/bug025.go:7: variable exported but not defined: Foo
=========== fixedbugs/bug028.go
2008-06-23 18:13:33 -06:00
=========== fixedbugs/bug030.go
=========== fixedbugs/bug031.go
2008-07-07 11:03:10 -06:00
=========== fixedbugs/bug035.go
fixedbugs/bug035.go:6: var i redeclared in this block
previous declaration at fixedbugs/bug035.go:5
fixedbugs/bug035.go:7: var f redeclared in this block
previous declaration at fixedbugs/bug035.go:5
2008-06-23 18:13:33 -06:00
=========== fixedbugs/bug036.go
2008-07-07 11:03:10 -06:00
=========== fixedbugs/bug037.go
fixedbugs/bug037.go:6: vlong: undefined
2008-07-27 14:50:54 -06:00
fixedbugs/bug037.go:6: fatal error: addvar: n=NAME-s G0 a(1) l(301) t=<T> nil
2008-07-07 11:03:10 -06:00
2008-06-23 18:13:33 -06:00
=========== fixedbugs/bug038.go
2008-07-07 11:03:10 -06:00
=========== fixedbugs/bug039.go
fixedbugs/bug039.go:6: var x redeclared in this block
previous declaration at fixedbugs/bug039.go:5
2008-06-23 18:13:33 -06:00
=========== fixedbugs/bug040.go
2008-07-07 11:03:10 -06:00
=========== fixedbugs/bug043.go
=========== fixedbugs/bug044.go
=========== fixedbugs/bug045.go
2008-07-25 13:20:14 -06:00
=========== fixedbugs/bug049.go
2008-07-07 11:17:52 -06:00
=========== fixedbugs/bug050.go
fixedbugs/bug050.go:3: package statement must be first
sys.6:1 fixedbugs/bug050.go:3: syntax error
2008-07-07 11:03:10 -06:00
=========== fixedbugs/bug051.go
fixedbugs/bug051.go:10: expression must be a constant
2008-07-27 14:50:54 -06:00
=========== fixedbugs/bug052.go
2008-07-17 12:15:11 -06:00
=========== fixedbugs/bug055.go
2008-07-03 19:10:54 -06:00
=========== fixedbugs/bug056.go
=========== fixedbugs/bug058.go
=========== fixedbugs/bug059.go
2008-07-07 19:07:31 -06:00
2008-07-27 14:50:54 -06:00
=========== fixedbugs/bug063.go
2008-07-07 19:07:31 -06:00
=========== fixedbugs/bug065.go
2008-07-17 12:15:11 -06:00
2008-07-19 16:08:56 -06:00
=========== fixedbugs/bug066.go
=========== fixedbugs/bug067.go
ok
2008-07-17 12:15:11 -06:00
=========== fixedbugs/bug069.go
2008-07-18 13:26:48 -06:00
=========== fixedbugs/bug071.go