2008-06-06 16:08:24 -06:00
|
|
|
|
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
|
|
|
|
10! = 3628800
|
|
|
|
|
2008-09-17 15:08:52 -06:00
|
|
|
=========== ./printbig.go
|
|
|
|
-9223372036854775808
|
|
|
|
9223372036854775807
|
|
|
|
|
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
|
|
|
|
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
|
|
|
|
2008-07-17 12:15:11 -06:00
|
|
|
=========== chan/nonblock.go
|
|
|
|
PASS
|
|
|
|
|
2008-08-29 14:21:00 -06:00
|
|
|
=========== bugs/bug020.go
|
|
|
|
bugs/bug020.go:7: type of a structure field cannot be an open array
|
|
|
|
BUG should compile
|
|
|
|
|
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
|
|
|
|
2008-06-06 18:23:22 -06:00
|
|
|
=========== bugs/bug041.go
|
|
|
|
BUG: compilation succeeds incorrectly
|
|
|
|
|
2008-07-03 17:48:59 -06:00
|
|
|
=========== bugs/bug064.go
|
|
|
|
bugs/bug064.go:15: illegal types for operand: CALL
|
2008-09-30 16:45:49 -06:00
|
|
|
int32
|
2008-10-03 17:15:55 -06:00
|
|
|
struct { u int32; v int32 }
|
2008-07-03 17:48:59 -06:00
|
|
|
BUG: compilation should succeed
|
|
|
|
|
2008-07-25 13:20:14 -06:00
|
|
|
=========== bugs/bug074.go
|
2008-10-03 17:15:55 -06:00
|
|
|
bugs/bug074.go:6: syntax error near string
|
2008-09-09 13:46:21 -06:00
|
|
|
bugs/bug074.go:7: x: undefined
|
2008-08-08 11:57:23 -06:00
|
|
|
BUG: compiler crashes - Bus error
|
2008-07-25 13:20:14 -06:00
|
|
|
|
|
|
|
=========== bugs/bug077.go
|
|
|
|
BUG: known to succeed incorrectly
|
|
|
|
|
2008-07-28 17:08:38 -06:00
|
|
|
=========== bugs/bug079.go
|
|
|
|
BUG: succeeds incorrectly
|
|
|
|
|
2008-07-30 11:14:39 -06:00
|
|
|
=========== bugs/bug080.go
|
|
|
|
bugs/bug080.go:12: illegal types for operand: CALL
|
2008-09-30 16:45:49 -06:00
|
|
|
int32
|
2008-10-03 17:15:55 -06:00
|
|
|
struct { x int32; y float32 }
|
2008-07-30 11:14:39 -06:00
|
|
|
BUG: fails incorrectly
|
|
|
|
|
2008-08-12 17:11:55 -06:00
|
|
|
=========== bugs/bug083.go
|
|
|
|
BUG: succeeds incorrectly
|
|
|
|
|
2008-08-05 17:09:49 -06:00
|
|
|
=========== bugs/bug085.go
|
|
|
|
bugs/bug085.go:8: P: undefined
|
|
|
|
BUG: fails incorrectly
|
|
|
|
|
2008-08-08 17:12:34 -06:00
|
|
|
=========== bugs/bug087.go
|
|
|
|
bugs/bug087.go:8: illegal combination of literals LEN 9
|
|
|
|
bugs/bug087.go:8: illegal combination of literals LEN 9
|
|
|
|
BUG: fails incorrectly
|
|
|
|
|
2008-08-13 13:15:24 -06:00
|
|
|
=========== bugs/bug090.go
|
2008-08-20 16:46:05 -06:00
|
|
|
BUG: compilation succeeds incorrectly
|
|
|
|
|
2008-09-10 15:21:42 -06:00
|
|
|
=========== bugs/bug093.go
|
2008-09-30 13:31:47 -06:00
|
|
|
M
|
2008-09-10 15:21:42 -06:00
|
|
|
|
2008-09-11 17:17:25 -06:00
|
|
|
=========== bugs/bug095.go
|
|
|
|
found 2, expected 1
|
|
|
|
|
2008-10-03 17:15:55 -06:00
|
|
|
panic on line 80 PC=xxx
|
2008-09-11 17:17:25 -06:00
|
|
|
BUG wrong result
|
|
|
|
|
2008-09-11 18:11:16 -06:00
|
|
|
=========== bugs/bug097.go
|
|
|
|
|
2008-10-03 17:15:55 -06:00
|
|
|
panic on line 82 PC=xxx
|
2008-09-11 18:11:16 -06:00
|
|
|
BUG wrong result
|
|
|
|
|
2008-09-11 18:16:50 -06:00
|
|
|
=========== bugs/bug098.go
|
|
|
|
bugs/bug098.go:10: illegal types for operand: AS
|
2008-09-30 16:45:49 -06:00
|
|
|
*M
|
|
|
|
**M
|
2008-09-11 18:16:50 -06:00
|
|
|
BUG should compile
|
|
|
|
|
2008-09-16 15:03:43 -06:00
|
|
|
=========== bugs/bug099.go
|
|
|
|
done1
|
|
|
|
|
2008-09-30 13:31:47 -06:00
|
|
|
=========== bugs/bug105.go
|
|
|
|
bugs/bug105.go:8: P: undefined
|
|
|
|
bugs/bug105.go:9: illegal types for operand: RETURN
|
2008-09-30 16:45:49 -06:00
|
|
|
int32
|
2008-09-30 13:31:47 -06:00
|
|
|
BUG: should compile
|
2008-09-25 21:31:03 -06:00
|
|
|
|
2008-09-29 12:03:21 -06:00
|
|
|
=========== bugs/bug108.go
|
|
|
|
bugs/bug108.go:4: stupid shift: 1025
|
|
|
|
BUG: errchk: command succeeded unexpectedly: 6g bugs/bug108.go
|
|
|
|
|
2008-09-29 19:17:42 -06:00
|
|
|
=========== bugs/bug109.go
|
|
|
|
bugs/bug109.go:5: illegal types for operand: MUL
|
2008-09-30 16:45:49 -06:00
|
|
|
float64
|
|
|
|
float32
|
2008-09-29 19:17:42 -06:00
|
|
|
bugs/bug109.go:5: illegal types for operand: AS
|
2008-09-30 16:45:49 -06:00
|
|
|
float64
|
2008-09-29 19:17:42 -06:00
|
|
|
bugs/bug109.go:6: illegal types for operand: RETURN
|
2008-09-30 16:45:49 -06:00
|
|
|
float32
|
|
|
|
float64
|
2008-09-29 19:17:42 -06:00
|
|
|
BUG: should compile
|
|
|
|
|
2008-08-29 14:21:00 -06:00
|
|
|
=========== fixedbugs/bug016.go
|
2008-09-30 16:45:49 -06:00
|
|
|
fixedbugs/bug016.go:7: overflow converting constant to uint32
|
2008-08-29 14:21:00 -06:00
|
|
|
|
2008-07-27 14:50:54 -06:00
|
|
|
=========== fixedbugs/bug025.go
|
2008-10-03 17:15:55 -06:00
|
|
|
fixedbugs/bug025.go:7: variable exported but not defined: main.Foo
|
2008-07-27 14:50:54 -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-09-04 18:36:57 -06:00
|
|
|
=========== fixedbugs/bug029.go
|
2008-09-30 14:07:38 -06:00
|
|
|
fixedbugs/bug029.go:6: f is not a type
|
2008-10-03 17:15:55 -06:00
|
|
|
fixedbugs/bug029.go:6: syntax error near func
|
|
|
|
fixedbugs/bug029.go:6: syntax error near int
|
2008-09-04 18:36:57 -06:00
|
|
|
|
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
|
|
|
|
|
|
|
|
=========== fixedbugs/bug037.go
|
|
|
|
fixedbugs/bug037.go:6: vlong: undefined
|
2008-10-03 17:15:55 -06:00
|
|
|
fixedbugs/bug037.go:6: fatal error: addvar: n=NAME-s G0 a(1) l(76) t=<T> nil
|
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-09-04 18:36:57 -06:00
|
|
|
=========== fixedbugs/bug049.go
|
2008-09-30 16:45:49 -06:00
|
|
|
fixedbugs/bug049.go:6: illegal conversion of constant to string
|
2008-09-04 18:36:57 -06:00
|
|
|
|
2008-07-07 11:17:52 -06:00
|
|
|
=========== fixedbugs/bug050.go
|
|
|
|
fixedbugs/bug050.go:3: package statement must be first
|
2008-10-03 17:15:55 -06:00
|
|
|
sys.6:1 fixedbugs/bug050.go:3: syntax error near package
|
2008-07-07 11:17:52 -06:00
|
|
|
|
2008-07-07 11:03:10 -06:00
|
|
|
=========== fixedbugs/bug051.go
|
|
|
|
fixedbugs/bug051.go:10: expression must be a constant
|
|
|
|
|
2008-09-04 18:36:57 -06:00
|
|
|
=========== fixedbugs/bug062.go
|
2008-09-30 16:45:49 -06:00
|
|
|
fixedbugs/bug062.go:6: illegal conversion of constant to string
|
2008-09-04 18:36:57 -06:00
|
|
|
fixedbugs/bug062.go:6: illegal types for operand: AS
|
2008-09-30 16:45:49 -06:00
|
|
|
string
|
2008-09-04 18:36:57 -06:00
|
|
|
|
2008-07-19 16:08:56 -06:00
|
|
|
=========== fixedbugs/bug067.go
|
|
|
|
ok
|
2008-08-29 14:21:00 -06:00
|
|
|
|
2008-09-04 17:48:19 -06:00
|
|
|
=========== fixedbugs/bug068.go
|
|
|
|
fixedbugs/bug068.go:8: unknown escape sequence: '
|
|
|
|
|
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-03 14:21:05 -06:00
|
|
|
=========== fixedbugs/bug072.go
|
|
|
|
fixedbugs/bug072.go:6: bug: undefined
|
|
|
|
fixedbugs/bug072.go:6: illegal types for operand: CONV
|
2008-09-30 16:45:49 -06:00
|
|
|
string
|
2008-09-03 14:21:05 -06:00
|
|
|
fixedbugs/bug072.go:6: illegal types for operand: CONV
|
2008-09-30 16:45:49 -06:00
|
|
|
string
|
2008-09-03 14:21:05 -06:00
|
|
|
|
2008-08-29 14:21:00 -06:00
|
|
|
=========== fixedbugs/bug073.go
|
|
|
|
fixedbugs/bug073.go:8: illegal types for operand: LSH
|
2008-09-30 16:45:49 -06:00
|
|
|
int32
|
|
|
|
int32
|
2008-08-29 14:21:00 -06:00
|
|
|
fixedbugs/bug073.go:9: illegal types for operand: RSH
|
2008-09-30 16:45:49 -06:00
|
|
|
int32
|
|
|
|
int32
|
2008-09-02 14:08:40 -06:00
|
|
|
|
2008-09-04 14:35:19 -06:00
|
|
|
=========== fixedbugs/bug081.go
|
2008-10-03 17:15:55 -06:00
|
|
|
fixedbugs/bug081.go:5: syntax error near x
|
2008-09-04 14:35:19 -06:00
|
|
|
|
2008-09-11 16:48:42 -06:00
|
|
|
=========== fixedbugs/bug086.go
|
|
|
|
fixedbugs/bug086.go:5: function ends without a return statement
|
|
|
|
|
2008-09-02 14:08:40 -06:00
|
|
|
=========== fixedbugs/bug091.go
|
2008-10-06 17:44:17 -06:00
|
|
|
fixedbugs/bug091.go:15: c: undefined
|
|
|
|
fixedbugs/bug091.go:15: fatal error: addvar: n=NAME-i G0 a(1) l(85) t=<T> nil
|
2008-09-20 16:16:48 -06:00
|
|
|
|
|
|
|
=========== fixedbugs/bug103.go
|
|
|
|
fixedbugs/bug103.go:8: function requires a return type
|