1
0
mirror of https://github.com/golang/go synced 2024-11-18 22:14:56 -07:00
go/test/fixedbugs
Russ Cox 00f9f0c056 single argument panic
note that sortmain.go has been run through hg gofmt;
only the formatting of the day initializers changed.
i'm happy to revert that formatting if you'd prefer.

stop on error in doc/progs/run

R=r
CC=golang-dev
https://golang.org/cl/850041
2010-03-30 10:34:57 -07:00
..
bug083.dir use errchk in more places. 2009-07-30 16:46:14 -07:00
bug088.dir fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug106.dir unused imports 2009-09-17 10:27:04 -07:00
bug133.dir unused imports 2009-09-17 10:27:04 -07:00
bug160.dir add ./ to imports where necessary 2009-06-25 20:13:56 -07:00
bug191.dir unused imports 2009-09-17 10:27:04 -07:00
bug222.dir gc: minor import grammar bug fixes 2009-12-03 00:10:32 -08:00
bug226.dir gc: check for assignment to private fields during initialization 2009-12-03 22:09:58 -08:00
bug248.dir delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug000.go
bug001.go
bug002.go
bug003.go
bug004.go
bug005.go
bug006.go
bug007.go
bug008.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug009.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug010.go
bug011.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug012.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug013.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug014.go
bug015.go
bug016.go
bug017.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug020.go
bug021.go
bug022.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug023.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug024.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug026.go
bug027.go
bug028.go
bug030.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug031.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug035.go delay := processing 2009-08-05 00:42:44 -07:00
bug036.go make test/fixedbugs save for optional semis 2009-12-10 11:25:54 -08:00
bug037.go use errchk in more places. 2009-07-30 16:46:14 -07:00
bug038.go
bug039.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug040.go
bug045.go
bug046.go
bug047.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug048.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug049.go Recognize gccgo error messages. 2009-08-13 09:42:28 -07:00
bug050.go use errchk in more places. 2009-07-30 16:46:14 -07:00
bug051.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug052.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug053.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug054.go
bug055.go make test/fixedbugs save for optional semis 2009-12-10 11:25:54 -08:00
bug056.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug057.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug058.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug059.go
bug060.go
bug061.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug062.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug063.go
bug064.go make test/fixedbugs save for optional semis 2009-12-10 11:25:54 -08:00
bug065.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug066.go delete forward type declarations 2009-08-12 14:40:47 -07:00
bug067.go
bug068.go use errchk in more places. 2009-07-30 16:46:14 -07:00
bug069.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug070.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug071.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug072.go use errchk in more places. 2009-07-30 16:46:14 -07:00
bug073.go use errchk in more places. 2009-07-30 16:46:14 -07:00
bug074.go use errchk in more places. 2009-07-30 16:46:14 -07:00
bug075.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug076.go make test/fixedbugs save for optional semis 2009-12-10 11:25:54 -08:00
bug077.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug078.go
bug080.go do not insert implicit "return;" in empty function body 2009-07-27 14:36:32 -07:00
bug081.go
bug082.go single argument panic 2010-03-30 10:34:57 -07:00
bug083.go
bug084.go single argument panic 2010-03-30 10:34:57 -07:00
bug085.go convert non-pkg go files to whole-package compilation. 2009-08-12 13:18:54 -07:00
bug086.go Recognize gccgo error messages. 2009-08-13 09:42:28 -07:00
bug087.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug088.go
bug089.go make test/fixedbugs save for optional semis 2009-12-10 11:25:54 -08:00
bug090.go more 6g reorg; checkpoint. 2009-08-03 11:58:52 -07:00
bug091.go use errchk in more places. 2009-07-30 16:46:14 -07:00
bug092.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug093.go
bug094.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug096.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug097.go single argument panic 2010-03-30 10:34:57 -07:00
bug098.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug099.go
bug101.go
bug102.go
bug103.go Recognize gccgo error messages. 2009-08-13 09:42:28 -07:00
bug104.go
bug106.go
bug107.go unused imports 2009-09-17 10:27:04 -07:00
bug108.go
bug109.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug110.go single argument panic 2010-03-30 10:34:57 -07:00
bug111.go
bug112.go
bug113.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug114.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug115.go
bug116.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug117.go single argument panic 2010-03-30 10:34:57 -07:00
bug118.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug119.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug120.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug121.go Match gccgo error messages. 2010-02-04 21:31:30 -08:00
bug122.go canonicalize bug122.go 2009-06-22 14:40:08 -07:00
bug123.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug126.go
bug127.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug128.go
bug129.go unused imports 2009-09-17 10:27:04 -07:00
bug130.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug131.go fix up some irregular indentation 2009-08-17 13:30:22 -07:00
bug132.go cleaning up bug132 2009-11-02 09:42:53 -08:00
bug133.go
bug135.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug136.go bug136 2009-10-19 20:39:18 -07:00
bug137.go
bug139.go
bug140.go bug140 is fixed 2009-06-06 19:28:01 -07:00
bug141.go
bug142.go
bug143.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug144.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug145.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug146.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug147.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug148.go move bug148, already fixed, to fixedbugs 2009-07-27 17:32:02 -07:00
bug149.go
bug150.go
bug151.go
bug152.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug153.go
bug154.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug155.go
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
bug159.go bug159 2009-08-07 16:47:54 -07:00
bug160.go 5l, 6l, 8l: accept only one object file 2010-01-25 17:53:43 -08:00
bug161.go bug161, fixed 2009-06-04 16:18:13 -07:00
bug163.go unused imports 2009-09-17 10:27:04 -07:00
bug164.go bug163 bug164 bug166 2009-06-29 17:46:22 -07:00
bug165.go Match gccgo error messages. 2009-08-17 17:40:52 -07:00
bug167.go bug167 2009-07-07 11:48:22 -07:00
bug168.go single argument panic 2010-03-30 10:34:57 -07:00
bug169.go bug169 2009-10-19 19:55:17 -07:00
bug170.go more 6g reorg; checkpoint. 2009-08-03 11:58:52 -07:00
bug171.go Recognize gccgo error messages. 2009-08-13 09:42:28 -07:00
bug172.go Recognize gccgo error messages. 2009-08-13 09:42:28 -07:00
bug173.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug174.go print(1<<x) 2009-07-27 16:17:09 -07:00
bug175.go multiple return in := bug 2009-07-27 16:59:10 -07:00
bug176.go constant keys for array initializers 2009-07-27 17:58:25 -07:00
bug177.go unused imports 2009-09-17 10:27:04 -07:00
bug178.go break and continue fixes 2009-07-29 14:49:01 -07:00
bug179.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug180.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug181.go bug181 - type T *struct { T } is an invalid embedded type 2009-08-07 13:14:01 -07:00
bug182.go Recognize gccgo error messages. 2009-08-13 09:42:28 -07:00
bug183.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug184.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug185.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug186.go defining package block names must override 2009-09-09 01:01:39 -07:00
bug187.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug188.go unused imports 2009-09-17 10:27:04 -07:00
bug189.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug190.go bug190. 2009-10-19 18:47:37 -07:00
bug191.go unused imports 2009-09-17 10:27:04 -07:00
bug192.go Match gccgo error messages. 2009-08-24 15:56:39 -07:00
bug193.go address bug193 and add note to spec about it. 2009-10-20 08:27:14 -07:00
bug194.go single argument panic 2010-03-30 10:34:57 -07:00
bug195.go gc: undo attempt at fixing recursive interface embedding 2010-02-16 17:44:15 -08:00
bug196.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug197.go Match gccgo error messages. 2009-08-31 21:39:08 -07:00
bug198.go add & fix bug208, from ken. 2009-10-08 23:03:34 -07:00
bug199.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug200.go type switch bug involving function parameter names 2009-09-01 18:04:49 -07:00
bug201.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug202.go fix "declared and not used" in tests; 2009-09-14 21:03:53 -07:00
bug203.go make test/fixedbugs save for optional semis 2009-12-10 11:25:54 -08:00
bug204.go last round: non-package code 2009-09-15 12:42:24 -07:00
bug205.go Match gccgo error messages. 2009-10-21 11:42:09 -07:00
bug206.go fix bug206. 2009-09-10 17:33:01 -07:00
bug207.go add & fix bug207: rewritten if condition 2009-10-07 22:19:42 -07:00
bug208.go add & fix bug208, from ken. 2009-10-08 23:03:34 -07:00
bug209.go bug209 2009-10-09 16:01:32 -07:00
bug211.go 6g bug fixes: 2009-10-19 19:27:40 -07:00
bug212.go bug212, bug213. 2009-11-08 23:22:06 -08:00
bug213.go bug212, bug213. 2009-11-08 23:22:06 -08:00
bug214.go gc: five bug fixes, one better error. 2009-11-15 12:57:09 -08:00
bug215.go Tweak test to work with both 6g and gccgo. 2009-12-15 13:57:24 -08:00
bug216.go gc: five bug fixes, one better error. 2009-11-15 12:57:09 -08:00
bug217.go gc: five bug fixes, one better error. 2009-11-15 12:57:09 -08:00
bug218.go gc: handle _ = <-c in select. 2009-12-03 01:30:19 -08:00
bug219.go gc: bug219, bug239, bug240 2010-01-07 23:24:48 -08:00
bug220.go gc: correct type check for x, ok map assignment 2009-11-24 16:11:48 -08:00
bug221.go single argument panic 2010-03-30 10:34:57 -07:00
bug222.go gc: minor import grammar bug fixes 2009-12-03 00:10:32 -08:00
bug223.go gc: better diagnosis of initialization loops 2009-12-03 00:51:03 -08:00
bug224.go gc: recursive type error 2009-12-03 01:12:02 -08:00
bug225.go gc: handle _ = <-c in select. 2009-12-03 01:30:19 -08:00
bug226.go gc: check for assignment to private fields during initialization 2009-12-03 22:09:58 -08:00
bug227.go single argument panic 2010-03-30 10:34:57 -07:00
bug228.go Recognize gccgo error messages. 2010-01-29 22:38:39 -08:00
bug229.go gc: bug fixes. 2009-12-15 16:22:04 -08:00
bug230.go gc: bug fixes. 2009-12-15 16:22:04 -08:00
bug231.go Match gccgo error message. 2010-01-30 11:31:06 -08:00
bug232.go gc: allow ... in method lists 2009-12-15 16:20:37 -08:00
bug233.go gc: fix import name resolution 2009-12-15 16:44:28 -08:00
bug234.go single argument panic 2010-03-30 10:34:57 -07:00
bug235.go gc: fix compiler crash 2009-12-17 15:08:55 -08:00
bug236.go More evaluation order tests, for global variables and switch. 2009-12-18 21:59:47 -08:00
bug237.go Add a test for issue 337. 2009-12-23 22:08:27 -08:00
bug238.go Match gccgo error messages. 2010-01-30 11:38:06 -08:00
bug239.go gc: bug219, bug239, bug240 2010-01-07 23:24:48 -08:00
bug240.go gc: bug219, bug239, bug240 2010-01-07 23:24:48 -08:00
bug241.go gc: bug241 2010-01-07 23:20:00 -08:00
bug242.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug243.go gc: bug243 2010-01-18 16:52:18 -08:00
bug244.go single argument panic 2010-03-30 10:34:57 -07:00
bug245.go gc: bug245 2010-01-18 17:30:15 -08:00
bug246.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug247.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug248.go runtime, type switch: eliminate package global name space assumption 2010-01-25 18:23:20 -08:00
bug249.go Match gccgo error messages. 2010-02-01 23:27:33 -08:00
bug250.go gc: recursive interface embedding 2010-02-18 11:15:36 -08:00
bug251.go gc: recursive interface embedding 2010-02-18 11:15:36 -08:00
bug252.go bug252: make ... vs ...T crossing an error, at least for now 2010-02-02 15:00:13 -08:00
bug253.go single argument panic 2010-03-30 10:34:57 -07:00
bug254.go delete all uses of panicln by rewriting them using panic or, 2010-03-24 16:46:53 -07:00
bug255.go gc: diagnose invalid array bounds 2010-02-12 13:59:02 -08:00
bug256.go gc: undo attempt at fixing recursive interface embedding 2010-02-16 17:44:15 -08:00
bug257.go gc: test & fix handling of very long string constants 2010-02-16 10:16:24 -08:00
bug258.go 8g: respect ullman numbers in float comparison 2010-02-17 15:28:45 -08:00
bug259.go 8g: make a[byte(x)] truncate x 2010-02-26 13:15:29 -08:00
bug261.go 5g/6g/8g: fix double function call in slice 2010-03-08 14:19:28 -08:00
bug262.go single argument panic 2010-03-30 10:34:57 -07:00
bug263.go gc: tests omitted from the last bug fix 2010-03-24 22:12:59 -07:00
bug265.go gc: bug265 2010-03-29 15:27:59 -07:00