go/test
Robert Griesemer ce164403da A recreational programming exercise:
Multiplication of a Hilbert matrix with its inverse using
Bignum.Rationals as a test case for rational arithmetic.

R=r
OCL=18706
CL=18706
2008-11-06 14:23:49 -08:00
..
bugs 6g dumps core on this input file. 2008-11-05 15:27:40 -08:00
chan Fix powser1.go to compile with the current 6g, which doesn't 2008-11-05 12:06:48 -08:00
fixedbugs fixed tests 2008-11-03 15:52:34 -08:00
ken types 2008-10-29 14:09:32 -07:00
235.go update tests to new communications syntax 2008-09-16 19:33:40 -07:00
args.go fix bug depot: 2008-08-11 22:07:49 -07:00
bignum_test.go - implemented String() and Format functionality in Bignum 2008-11-06 12:13:52 -08:00
bufiolib.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
char_lit.go fix bug depot: 2008-08-11 22:07:49 -07:00
complit.go rewrite &Point{1, 2} as allocation 2008-10-21 16:53:54 -07:00
const.go bugs related to constat types 2008-08-20 15:43:12 -07:00
convlit1.go Match error messages generated by gccgo: 2008-10-20 17:10:03 -07:00
convlit.go Match gccgo error messages. 2008-10-22 16:09:24 -07:00
dialgoogle.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
empty.go test of new empty productions 2008-10-08 15:33:18 -07:00
env.go add os.Getenv() 2008-09-22 17:31:41 -07: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
fmt_test.go update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc. 2008-10-29 14:28:19 -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 tests of new func arg code 2008-09-30 14:08:43 -07:00
func3.go change in spec results in non-error 2008-10-06 16:27:14 -07:00
func.go fix bug depot: 2008-08-11 22:07:49 -07:00
golden.out 6g dumps core on this input file. 2008-11-05 15:27:40 -08:00
hashmap.go - removed need for int() conversion now that x << s has correct type 2008-08-29 13:33:34 -07:00
helloworld.go fix bug depot: 2008-08-11 22:07:49 -07:00
hilbert.go A recreational programming exercise: 2008-11-06 14:23:49 -08:00
if1.go fix bug depot: 2008-08-11 22:07:49 -07:00
if.go fix bug depot: 2008-08-11 22:07:49 -07:00
initcomma.go allow trailing comma in braced initialized list 2008-10-14 17:10:39 -07:00
int_lit.go fix bug depot: 2008-08-11 22:07:49 -07:00
interface1.go Recognize gccgo error message: 2008-10-31 14:55:57 -07:00
interface2.go more interface checks: 2008-10-08 09:21:57 -07:00
interface3.go do not set t->recur on basic types. 2008-10-17 17:51:29 -07:00
interface.go test that mutually recursive interfaces compile 2008-10-07 12:36:39 -07:00
iota.go delete redundant bug. 2008-08-20 15:46:05 -07:00
literal.go fix bug depot: 2008-08-11 22:07:49 -07:00
map.go bug026 and bug060 are fixed. update. 2008-10-05 08:34:48 -07:00
math.go add gobuild. 2008-09-19 11:55:46 -07:00
method1.go fix method function type compare bug (again) 2008-10-24 14:56:54 -07:00
method2.go move invalid method uses to new test 2008-11-04 09:45:27 -08:00
method.go move invalid method uses to new test 2008-11-04 09:45:27 -08:00
newfn.go reject new of function type 2008-10-21 18:03:25 -07:00
nil.go a couple of bugs around nil are fixed 2008-06-18 13:53:51 -07:00
peano.go fix bug depot: 2008-08-11 22:07:49 -07:00
printbig.go fix printing of -(1<<63) 2008-09-17 14:08:52 -07:00
readfile.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
run test cleanup 2008-09-22 13:47:53 -07:00
sieve.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
simassign.go fix bug depot: 2008-08-11 22:07:49 -07:00
sorting.go - added convenience wrappers for sort 2008-09-09 18:13:08 -07:00
string_lit.go fix bug depot: 2008-08-11 22:07:49 -07:00
stringslib.go add primitive ftoa, dtoa to strings library. 2008-10-20 13:53:20 -07:00
switch1.go export sys.exit 2008-06-27 14:15:06 -07:00
switch.go fix bug depot: 2008-08-11 22:07:49 -07:00
tcpserver.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
test0.go test cleanup 2008-07-07 10:03:10 -07:00
timelib.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
turing.go fix bug depot: 2008-08-11 22:07:49 -07:00
utf.go minor int/float fixes 2008-10-29 13:58:12 -07:00
vectors.go vector cleanup: 2008-09-02 13:16:43 -07:00