1
0
mirror of https://github.com/golang/go synced 2024-11-25 14:07:56 -07:00
go/test/bugs
Rob Pike 6c72bfa55b fix bug in stack overflow check.
if stack is in low memory and frame size is huge, test could wrap around!
fix by omitting test altogether if we know frame is big.

R=gri
OCL=14782
CL=14782
2008-09-03 19:58:46 -07:00
..
bug083.dir bug: non-exported type is accessible in client 2008-08-01 15:22:41 -07:00
bug088.dir - added test case for compiler bug re: exported 2008-08-11 11:40:19 -07:00
bug020.go - updated test cases to latest compiler changes 2008-08-29 13:21:00 -07:00
bug026.go check in the bugs and fixed bugs 2008-06-06 16:56:18 -07:00
bug029.go check in the bugs and fixed bugs 2008-06-06 16:56:18 -07:00
bug032.go - fixed test commands 2008-06-06 17:05:53 -07:00
bug041.go - removed misleading comment in bug041.go 2008-08-08 16:12:34 -07:00
bug061.go - updated test cases to latest compiler changes 2008-08-29 13:21:00 -07:00
bug062.go - filed a bug 2008-07-01 18:06:00 -07:00
bug064.go fix bug depot: 2008-08-11 22:07:49 -07:00
bug068.go fix bug names 2008-07-14 19:31:06 -07:00
bug074.go fix bug depot: 2008-08-11 22:07:49 -07:00
bug075.go new bug: x, ok = t.m[i] doesn't compile 2008-07-23 18:11:17 -07:00
bug077.go - filed bug: label identifiers should not be allowed to match 2008-07-24 13:36:18 -07:00
bug079.go - parameters must be named 2008-07-28 12:08:06 -07:00
bug080.go - bug in function invocation 2008-07-30 10:14:39 -07:00
bug081.go - filed 2 bugs: unary ^ not implemented, compiler crash with illegal const decl 2008-07-30 16:09:29 -07:00
bug083.go update tests 2008-08-12 16:11:55 -07:00
bug085.go fix bug depot: 2008-08-11 22:07:49 -07:00
bug086.go fix bug depot: 2008-08-11 22:07:49 -07:00
bug087.go bug: cannot take len() of a constant string 2008-08-07 17:56:12 -07:00
bug088.go update tests 2008-08-12 16:11:55 -07:00
bug090.go bugs related to constat types 2008-08-20 15:43:12 -07:00