go/test
Russ Cox 862179b0f5 gc: preserve uint8 and byte distinction in errors, import data
There is no semantic change here, just better errors.
If a function says it takes a byte, and you pass it an int,
the compiler error now says that you need a byte, not
that you need a uint8.

Groundwork for rune.

R=ken2
CC=golang-dev
https://golang.org/cl/5300042
2011-10-18 14:55:50 -04:00
..
bench timing.log: significant improvements after custom algorithms 2011-08-10 15:45:37 +10:00
bugs test: Add test for inheriting private method from anonymous field. 2011-09-14 10:31:51 -07:00
chan gc: disallow close on receive-only channels 2011-10-13 16:58:04 -04:00
dwarf ld: grow dwarf includestack on demand. 2011-09-09 15:08:57 +02:00
fixedbugs runtime: fix spurious deadlock reporting 2011-10-06 18:10:14 +03:00
garbage runtime: parallelize garbage collector mark + sweep 2011-09-30 09:40:01 -04:00
interface reflect: disallow Interface method on Value obtained via unexported name 2011-10-17 18:48:45 -04:00
ken gc: handle complex CONVNOP 2011-09-19 11:50:53 -04:00
syntax gc: clean up if grammar 2011-09-12 15:52:29 -04:00
64bit.go
235.go
alias.go gc: preserve uint8 and byte distinction in errors, import data 2011-10-18 14:55:50 -04:00
append.go runtime: append([]byte, string...) 2011-10-12 15:59:23 +02:00
args.go
assign.go
assign1.go
bigalg.go
bigmap.go
blank.go
blank1.go
chancap.go
char_lit.go
char_lit1.go
closedchan.go gc: disallow close on receive-only channels 2011-10-13 16:58:04 -04:00
closure.go
cmp.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
cmp6.go test: match gccgo error messages for cmp6.go 2011-03-25 17:51:02 -07:00
cmplx.go
cmplxdivide.c
cmplxdivide.go
cmplxdivide1.go
complit.go
compos.go
const.go
const1.go
const2.go
const3.go
convert.go fix tree for reflect rename 2011-04-25 13:39:36 -04:00
convert3.go
convlit.go
convlit1.go
copy.go
ddd.go
ddd1.go gc: changes to export format in preparation for inlining. 2011-10-08 19:37:06 +02:00
ddd2.go
ddd3.go
decl.go
declbad.go errchk: allow multiple patterns 2011-08-16 11:14:26 -04:00
defer.go
deferprint.go
divide.go 6g, 8g: divide corner case 2011-07-28 14:18:22 -04:00
empty.go
env.go test: don't require specific GOARCH values. 2011-03-30 14:24:32 -07:00
eof.go
eof1.go
errchk errchk: allow multiple patterns 2011-08-16 11:14:26 -04:00
escape.go
escape2.go gc: changes to export format in preparation for inlining. 2011-10-08 19:37:06 +02:00
escape3.go gc: zero stack-allocated slice backing arrays 2011-09-02 15:11:28 -04:00
float_lit.go
floatcmp.go
for.go
func.go
func1.go
func2.go
func3.go
func4.go
func5.go
func6.go gc: fix func syntax error 2011-04-13 22:48:21 -04:00
func7.go gc: fix order of operations for f() < g(). 2011-04-26 00:57:03 -04:00
gc.go
gc1.go
gc2.go runtime: add UpdateMemStats, use in tests 2011-07-22 00:55:01 -04:00
golden.out test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
goprint.go gc: handle go print() and go println() 2011-06-13 22:50:51 +10:00
goto.go test: match gccgo error messages for goto.go and bug344.go 2011-09-20 14:45:54 -07:00
hashmap.go build: clear execute bit from Go files 2011-09-05 07:48:42 -04:00
helloworld.go
if.go go: require { } around else block 2011-07-14 17:15:52 -04:00
import.go
import1.go errchk: allow multiple patterns 2011-08-16 11:14:26 -04:00
import2.go
import3.go
import4.go
index.go
indirect.go
indirect1.go
init.go test: match gccgo error messages for init.go 2011-03-26 11:24:02 -07:00
init1.go runtime: run goroutines during init 2011-10-13 15:54:23 -04:00
initcomma.go
initialize.go
initializerr.go errchk: allow multiple patterns 2011-08-16 11:14:26 -04:00
initsyscall.go
int_lit.go
intcvt.go
iota.go
label.go test: match gccgo error messages for label.go and label1.go. 2011-03-25 10:36:46 -07:00
label1.go test: match gccgo error messages for label.go and label1.go. 2011-03-25 10:36:46 -07:00
literal.go
malloc1.go runtime: add UpdateMemStats, use in tests 2011-07-22 00:55:01 -04:00
mallocfin.go runtime: faster finalizers 2011-10-06 18:42:51 +03:00
mallocrand.go runtime: add UpdateMemStats, use in tests 2011-07-22 00:55:01 -04:00
mallocrep.go runtime: faster finalizers 2011-10-06 18:42:51 +03:00
mallocrep1.go runtime: add UpdateMemStats, use in tests 2011-07-22 00:55:01 -04:00
map.go
map1.go gc: disallow invalid map keys 2011-09-19 13:11:24 -04:00
method.go
method1.go
method2.go test: match gccgo error messages 2011-09-21 17:25:48 -07:00
method3.go
named.go
named1.go go code: replace closed(c) with x, ok := <-c 2011-03-11 14:47:44 -05:00
nil.go gofix -r mapdelete 2011-10-18 09:56:34 -04:00
nilptr.go test: silence/coalesce some tests 2011-09-26 19:35:21 -04:00
nul1.go errchk: allow multiple patterns 2011-08-16 11:14:26 -04:00
parentype.go
peano.go
printbig.go
range.go
recover.go
recover1.go
recover2.go
recover3.go
rename.go
rename1.go errchk: allow multiple patterns 2011-08-16 11:14:26 -04:00
reorder.go gc: stricter multiple assignment + test 2011-10-13 15:46:39 -04:00
run build: pass $GCFLAGS to compiler 2011-10-18 14:55:10 -04:00
runtime.go
shift1.go test: match gccgo error messages 2011-09-21 17:25:48 -07:00
shift2.go gc: implement new shift rules 2011-05-31 15:05:40 -04:00
sieve.go
sigchld.go test: fix windows build 2011-09-27 09:13:00 -04:00
simassign.go
sinit.go gc: make static initialization more static 2011-08-31 07:37:14 -04:00
sizeof.go gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
solitaire.go
stack.go 5l, 8l: pass stack frame size to morestack when needed 2011-02-01 18:34:41 -05:00
string_lit.go
stringrange.go
struct0.go gc: fix zero-length struct eval 2011-09-05 15:31:22 -04:00
switch.go
switch1.go
test0.go
turing.go
typeswitch.go
typeswitch1.go
typeswitch2.go type switches: test for pathological case 2011-08-19 09:31:50 -07:00
undef.go
utf.go
varerr.go
varinit.go
zerodivide.go