1
0
mirror of https://github.com/golang/go synced 2024-11-22 18:34:51 -07:00
go/test
2012-09-25 14:14:26 +10:00
..
bench test/bench/shootout: new data after 64-bit ints for amd64 2012-09-25 14:14:26 +10:00
bugs test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
chan test: use testlib in a few more cases (part 2) 2012-04-20 23:45:43 +08:00
dwarf test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
fixedbugs test: prepare for 64-bit ints 2012-09-24 00:06:41 -04:00
interface test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
ken
safe
syntax gc: improve error message for composite literals with unexpected newlines 2012-04-02 11:00:55 -04:00
64bit.go test: use testlib in a few more cases (part 2) 2012-04-20 23:45:43 +08:00
235.go
alias1.go
alias.go
append.go
args.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
assign1.go
assign.go
bigalg.go
bigmap.go runtime: handle and test large map values 2012-05-24 22:41:07 -04:00
blank1.go
blank.go test: add some tests of valid code that failed with gccgo 2012-03-30 08:42:21 -07:00
bom.go gc: initial BOM is legal. 2012-09-10 13:03:07 -07:00
bombad.go gc: initial BOM is legal. 2012-09-10 13:03:07 -07:00
bounds.go test: prepare for 64-bit ints 2012-09-24 00:06:41 -04:00
chancap.go
char_lit1.go
char_lit.go
closedchan.go
closure.go test: enforce 1 proc in the test 2012-07-01 21:59:50 +04:00
cmp6.go
cmp.go
cmplx.go
cmplxdivide1.go test: use testlib in a few more cases 2012-03-22 02:14:44 +08:00
cmplxdivide.c test: use testlib in a few more cases 2012-03-22 02:14:44 +08:00
cmplxdivide.go
complit1.go
complit.go
compos.go
const1.go
const2.go
const3.go
const4.go
const5.go
const.go
convert1.go
convert3.go
convert.go
convlit1.go
convlit.go
convT2X.go cmd/gc: cache itab lookup in convT2I. 2012-07-03 09:09:05 +10:00
copy.go
crlf.go test: use testlib in a few more cases (part 2) 2012-04-20 23:45:43 +08:00
ddd1.go cmd/gc: reject use of ... with multiple-valued expressions. 2012-07-13 08:05:41 +02:00
ddd2.go test: use testlib in a few more cases 2012-03-22 02:14:44 +08:00
ddd3.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
ddd.go
decl.go
declbad.go cmd/gc: point "no new variables" error at right line number. 2012-07-29 22:24:19 -04:00
defer.go
deferprint.go
deferprint.out
divide.go
empty.go
env.go
eof1.go
eof.go
errchk
escape2.go cmd/gc: fix escape analysis bug 2012-09-24 15:53:12 -04:00
escape3.go
escape4.go cmd/gc: fix escape analysis bug 2012-09-24 15:53:12 -04:00
escape.go cmd/gc: fix escape analysis bug with variable capture in loops. 2012-08-31 22:23:37 +02:00
float_lit.go
floatcmp.go
for.go
func1.go
func2.go
func3.go
func4.go
func5.go
func6.go
func7.go
func8.go
func.go
gc1.go
gc2.go
gc.go
golden.out cmd/gc: test for issue 3552 2012-05-02 16:56:26 +02:00
goprint.go
goprint.out
goto.go
helloworld.go
helloworld.out
if.go
import1.go
import2.go test: use testlib in a few more cases 2012-03-22 02:14:44 +08:00
import3.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
import4.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
import5.go
import.go
index.go build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
indirect1.go
indirect.go
init1.go
init.go
initcomma.go
initialize.go
initializerr.go
int_lit.go
intcvt.go
iota.go
label1.go
label.go
linkx.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
literal.go
mallocfin.go
map1.go cmd/gc: fix type checking loop 2012-06-07 03:06:40 -04:00
map.go
method1.go
method2.go
method3.go
method4.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
method4a.go test: use testlib in a few more cases 2012-03-22 02:14:44 +08:00
method.go
named1.go
named.go
nil.go
nilptr.go
nul1.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
parentype.go
peano.go
printbig.go
printbig.out
range.go cmd/gc: fix parallel assignment in range 2012-05-24 23:05:36 -04:00
recover1.go
recover2.go
recover3.go
recover.go
rename1.go
rename.go
reorder2.go
reorder.go test: add test for order of evaluation of map index on left of = 2012-04-24 10:17:26 -07:00
rotate.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
run test: minor fixes in run and testlib 2012-09-24 00:06:31 -04:00
run.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
rune.go
runtime.go
shift1.go
shift2.go
sieve.go
sigchld.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
sigchld.out
simassign.go
sinit.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
sizeof.go
solitaire.go
stack.go
string_lit.go cmd/gc: string conversion for surrogates 2012-08-30 11:16:55 -07:00
stringrange.go all: make Unicode surrogate halves illegal as UTF-8 2012-08-08 14:01:23 -07:00
struct0.go
switch3.go cmd/gc: accept switches on comparable arrays. 2012-08-03 21:47:26 +02:00
switch.go cmd/gc: add missing conversion from bool to interface in switches. 2012-09-17 21:29:10 +02:00
testlib test: minor fixes in run and testlib 2012-09-24 00:06:31 -04:00
turing.go
typeswitch1.go
typeswitch2.go
typeswitch3.go
typeswitch.go
undef.go
utf.go
varerr.go
varinit.go
zerodivide.go