1
0
mirror of https://github.com/golang/go synced 2024-11-13 18:10:24 -07:00
go/test/fixedbugs
Russ Cox 480f51243c bug165
R=ken
OCL=30783
CL=30783
2009-06-25 21:02:39 -07:00
..
bug083.dir add ./ to imports where necessary 2009-06-25 20:13:56 -07:00
bug088.dir add ./ to imports where necessary 2009-06-25 20:13:56 -07:00
bug106.dir add ./ to imports where necessary 2009-06-25 20:13:56 -07:00
bug133.dir add ./ to imports where necessary 2009-06-25 20:13:56 -07:00
bug160.dir add ./ to imports where necessary 2009-06-25 20:13:56 -07:00
bug000.go
bug001.go
bug002.go
bug003.go
bug004.go
bug005.go
bug006.go move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
bug007.go delete export 2009-01-20 14:40:40 -08:00
bug008.go
bug009.go
bug010.go
bug011.go delete export 2009-01-20 14:40:40 -08:00
bug012.go
bug013.go
bug014.go
bug015.go
bug016.go
bug017.go
bug020.go bug020 is fixed 2009-01-06 13:44:44 -08:00
bug021.go
bug022.go update tests for CL 30586. 2009-06-25 14:44:09 -07:00
bug023.go delete export 2009-01-20 14:40:40 -08:00
bug024.go
bug026.go delete export 2009-01-20 14:40:40 -08:00
bug027.go insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
bug028.go delete export 2009-01-20 14:40:40 -08:00
bug030.go
bug031.go
bug035.go
bug036.go
bug037.go
bug038.go new new & make 2009-01-06 15:19:02 -08:00
bug039.go
bug040.go
bug041.go bugs cleanup, including deleting one near-identical duplicate bug 2009-02-03 16:59:26 -08:00
bug043.go
bug044.go delete export 2009-01-20 14:40:40 -08:00
bug045.go code changes for array conversion. 2009-04-15 20:27:45 -07:00
bug046.go delete export 2009-01-20 14:40:40 -08:00
bug047.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
bug048.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
bug049.go
bug050.go
bug051.go
bug052.go
bug053.go
bug054.go insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
bug055.go
bug056.go
bug057.go delete export 2009-01-20 14:40:40 -08:00
bug058.go delete export 2009-01-20 14:40:40 -08:00
bug059.go move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
bug060.go move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
bug061.go
bug062.go
bug063.go
bug064.go bug064 2009-02-05 15:22:49 -08:00
bug065.go
bug066.go delete export 2009-01-20 14:40:40 -08:00
bug067.go new new & make 2009-01-06 15:19:02 -08:00
bug068.go
bug069.go new new & make 2009-01-06 15:19:02 -08:00
bug070.go
bug071.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
bug072.go
bug073.go
bug074.go update missed test case to {} 2009-03-03 16:09:12 -08:00
bug075.go delete export 2009-01-20 14:40:40 -08:00
bug076.go
bug077.go
bug078.go change *map to map; *chan to chan; new(T) to new(*T) 2008-12-19 03:05:37 -08:00
bug080.go bug046 and bug080 are fixed 2009-01-08 20:06:37 -08:00
bug081.go
bug082.go
bug083.go
bug084.go delete export 2009-01-20 14:40:40 -08:00
bug085.go bug085 bug129 2009-03-05 15:57:03 -08:00
bug086.go
bug087.go bug086 2009-03-10 19:16:31 -07:00
bug088.go
bug089.go insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
bug090.go Match gccgo error messages. 2009-03-20 10:34:46 -07:00
bug091.go
bug092.go
bug093.go delete export 2009-01-20 14:40:40 -08:00
bug094.go
bug096.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
bug097.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
bug098.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
bug099.go delete export 2009-01-20 14:40:40 -08:00
bug101.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
bug102.go make string take []byte only, so have to use *[10]byte to convert 2009-04-16 23:07:15 -07:00
bug103.go
bug104.go test update 2008-12-12 13:29:25 -08:00
bug106.go
bug107.go
bug108.go warn -> yyerror in mparith. 2009-03-12 19:57:30 -07:00
bug109.go
bug110.go convert tests; nothing interesting. 2009-01-16 16:12:14 -08:00
bug111.go delete export 2009-01-20 14:40:40 -08:00
bug112.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
bug113.go insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
bug114.go delete export 2009-01-20 14:40:40 -08:00
bug115.go ^ type(const) now inverts "enough" bits 2009-03-24 16:40:38 -07:00
bug116.go
bug117.go Match gccgo error messages. 2009-05-19 15:23:43 -07:00
bug118.go delete export 2009-01-20 14:40:40 -08:00
bug119.go update tests for CL 30586. 2009-06-25 14:44:09 -07:00
bug120.go move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
bug121.go update go code tree to new func rules. 2009-01-30 14:39:31 -08:00
bug122.go canonicalize bug122.go 2009-06-22 14:40:08 -07:00
bug123.go bug123 2009-02-16 17:44:05 -08:00
bug125.go warn -> yyerror in mparith. 2009-03-12 19:57:30 -07:00
bug126.go update tests: nil is no longer integer-compatible 2008-12-10 13:55:47 -08:00
bug127.go make 6g constants behave as ken proposes. (i hope.) 2009-03-12 19:04:38 -07:00
bug128.go
bug129.go delete vestigial references to package syscall 2009-03-06 16:03:59 -08:00
bug130.go move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
bug131.go bug131 has been fixed with no change 2009-04-28 13:04:01 -07:00
bug133.go bug133 2009-01-26 16:57:24 -08:00
bug135.go bug135 is fixed 2009-01-27 19:30:44 -08:00
bug137.go bug 137 2009-03-11 16:25:45 -07:00
bug139.go bug 139 2009-04-28 13:52:56 -07:00
bug140.go bug140 is fixed 2009-06-06 19:28:01 -07:00
bug141.go move things out of sys into os and runtime 2009-05-08 15:21:41 -07:00
bug142.go bug142 is fixed 2009-04-10 17:58:10 -07:00
bug143.go update tests for CL 30586. 2009-06-25 14:44:09 -07:00
bug144.go recognize a defined constant 2009-04-24 16:43:31 -07:00
bug145.go bug 145 2009-04-28 12:28:31 -07:00
bug146.go bug146: array/slice conversion before I left missed conversions 2009-04-30 13:49:58 -07:00
bug147.go Verify that a send on a sychronous channel waits until the 2009-05-02 12:47:33 -07:00
bug149.go bug 149 2009-05-29 13:44:30 -07:00
bug150.go bug150 is fixed 2009-05-26 16:06:03 -07:00
bug151.go bug151, bug152 -> fixedbugs 2009-05-26 21:11:43 -07:00
bug152.go bug151, bug152 -> fixedbugs 2009-05-26 21:11:43 -07:00
bug153.go bug 153 2009-05-27 18:37:02 -07:00
bug154.go fix bug154; tweak bug153 exit status 2009-05-27 10:16:13 -07:00
bug155.go bug 155 2009-05-29 14:42:24 -07:00
bug156.go bug 156 2009-05-29 15:34:47 -07:00
bug157.go bug157 2009-05-30 21:18:15 -07:00
bug158.go bug 158 2009-05-30 17:06:51 -07:00
bug160.go fix handling of floating point zero constant 0p+0 2009-06-04 11:06:37 -07:00
bug161.go bug161, fixed 2009-06-04 16:18:13 -07:00
bug165.go bug165 2009-06-25 21:02:39 -07:00