1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:20:13 -06:00
go/test
Ian Lance Taylor 03c40f5122 Change malloc.Lookup to return the size as uintptr rather than
uint64.  This changes the Go code to be consistent with the C
code.

R=rsc
DELTA=6  (0 added, 0 deleted, 6 changed)
OCL=22983
CL=22987
2009-01-16 15:03:22 -08:00
..
bugs casify, cleanup sys 2009-01-16 14:58:14 -08:00
chan casify, cleanup sys 2009-01-16 14:58:14 -08:00
fixedbugs casify, cleanup sys 2009-01-16 14:58:14 -08:00
ken casify, cleanup sys 2009-01-16 14:58:14 -08:00
235.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
args.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
bigalg.go new new & make 2009-01-06 15:19:02 -08:00
char_lit.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
complit.go uncomment a BUG that is now fixed 2009-01-07 10:35:43 -08:00
const.go fix the easy parts of bug120 2008-11-17 13:58:45 -08:00
convlit1.go Match error messages generated by gccgo: 2008-10-20 17:10:03 -07:00
convlit.go fix the easy parts of bug120 2008-11-17 13:58:45 -08:00
empty.go test of new empty productions 2008-10-08 15:33:18 -07:00
env.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
errchk make sure errchk only prints BUG once. 2008-10-30 12:43:32 -07:00
export.go diagnose export of incomplete type 2008-10-15 17:51:23 -07:00
float_lit.go minor int/float fixes 2008-10-29 13:58:12 -07:00
for.go fix bug depot: 2008-08-11 22:07:49 -07:00
func1.go Check for specific error messages in the testsuite. This 2008-09-19 14:39:49 -07:00
func2.go convert *[] to []. 2008-12-18 22:37:22 -08:00
func3.go change in spec results in non-error 2008-10-06 16:27:14 -07:00
func.go new new & make 2009-01-06 15:19:02 -08:00
golden.out Test that a const with an explicit type is not treated as 2009-01-15 11:23:35 -08:00
hashmap.go new new & make 2009-01-06 15:19:02 -08:00
helloworld.go fix bug depot: 2008-08-11 22:07:49 -07:00
hilbert.go printf->Printf etc. 2009-01-15 13:48:11 -08:00
if1.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
if.go fix bug depot: 2008-08-11 22:07:49 -07:00
indirect.go test of automatic indirect 2009-01-09 15:38:01 -08:00
initcomma.go fixed and added more tests 2009-01-06 17:44:59 -08:00
int_lit.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
interface1.go new new & make 2009-01-06 15:19:02 -08:00
interface2.go second pass on interface fixes and tests. 2009-01-08 18:06:06 -08:00
interface3.go do not set t->recur on basic types. 2008-10-17 17:51:29 -07:00
interface4.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
interface5.go Recognize gccgo error messages: 2009-01-15 10:15:23 -08:00
interface6.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
interface.go test that mutually recursive interfaces compile 2008-10-07 12:36:39 -07:00
iota.go test pairwise iota assignment 2008-12-05 15:37:09 -08:00
literal.go fix bug depot: 2008-08-11 22:07:49 -07:00
malloc1.go printf->Printf etc. 2009-01-15 13:48:11 -08:00
mallocrand.go simplify flag interface. no more BVal etc. you just get a pointer. 2009-01-09 13:42:46 -08:00
mallocrep1.go Change malloc.Lookup to return the size as uintptr rather than 2009-01-16 15:03:22 -08:00
mallocrep.go simplify flag interface. no more BVal etc. you just get a pointer. 2009-01-09 13:42:46 -08:00
map.go convert strconv 2009-01-15 17:22:17 -08:00
method1.go Recognize gccgo error messages. This uses GCCGO_ERROR, which 2008-11-11 18:18:34 -08:00
method2.go move invalid method uses to new test 2008-11-04 09:45:27 -08:00
method3.go second pass on interface fixes and tests. 2009-01-08 18:06:06 -08:00
method.go move invalid method uses to new test 2008-11-04 09:45:27 -08:00
newfn.go fix newfn 2009-01-06 15:39:28 -08:00
nil.go new new & make 2009-01-06 15:19:02 -08:00
peano.go new new & make 2009-01-06 15:19:02 -08:00
printbig.go fix printing of -(1<<63) 2008-09-17 14:08:52 -07:00
readfile.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
run update golden.out. 2008-11-17 12:44:22 -08:00
sieve.go new new & make 2009-01-06 15:19:02 -08:00
sigchld.go preparation for exec. 2008-12-03 14:21:28 -08:00
simassign.go fix bug depot: 2008-08-11 22:07:49 -07:00
string_lit.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
switch1.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
switch.go fix bug depot: 2008-08-11 22:07:49 -07:00
test0.go new new & make 2009-01-06 15:19:02 -08:00
turing.go fix bug depot: 2008-08-11 22:07:49 -07:00
utf.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
varinit.go The scope rules have been clarified to indicate that a 2008-11-17 12:19:02 -08:00
vectors.go new new & make 2009-01-06 15:19:02 -08:00