summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2008-07-14update goldenRob Pike3-3/+90
improve sieve test, and split into two versions SVN=127077
2008-07-12fix a couple of minor errorsRob Pike1-3/+3
SVN=126938
2008-07-12add new test - factorial by inc and decRob Pike1-0/+131
SVN=126937
2008-07-10- filed a bug against 6g (bug065.go)Robert Griesemer2-16/+35
- improved scanner.go error handling SVN=126706
2008-07-08disambiguate typedefs in export blocks of .6 filesRob Pike1-2/+2
SVN=126366
2008-07-08test update. also remove two duplicatesRob Pike7-387/+31
SVN=126336
2008-07-08test update. some tests now run; no change to outputRob Pike3-3/+2
SVN=126328
2008-07-07fixed three-way declRob Pike2-5/+2
SVN=126254
2008-07-07k,l,m := 0,0,0 doesn't compileRob Pike2-0/+16
SVN=126247
2008-07-07update to Unicode 5Rob Pike1-0/+9
SVN=126184
2008-07-07bug updateRob Pike5-9/+12
SVN=126121
2008-07-07test cleanupRob Pike15-108/+62
SVN=126120
2008-07-03one bug fixedRob Pike2-6/+5
SVN=126006
2008-07-03improved iota test for new formRob Pike2-2/+79
SVN=125995
2008-07-03- minor updateRobert Griesemer1-1/+1
SVN=125989
2008-07-03fix some testsRob Pike3-12/+56
SVN=125987
2008-07-03- filed a bug w/ constant evaluationRobert Griesemer2-0/+22
SVN=125966
2008-07-03fix typo in file nameRob Pike1-0/+0
SVN=125964
2008-07-01- filed a bugRobert Griesemer2-28/+41
SVN=125596
2008-06-30add test that was mistakenly not checked in, now fixedRob Pike2-3/+36
SVN=125408
2008-06-30update goldenRob Pike1-3/+3
fix a comment SVN=125405
2008-06-28slice doesn't work on a string literalRob Pike2-0/+18
SVN=125259
2008-06-28new test - map failureRob Pike2-0/+20
SVN=125258
2008-06-27update: hashmap compiles nowRob Pike1-13/+0
SVN=125233
2008-06-27test wasn't being run. it works fine.Rob Pike1-0/+1
SVN=125179
2008-06-27export sys.exitRob Pike12-30/+22
update tests to use exit rather than return ignore return value from main (actually done in prior CL) SVN=125173
2008-06-27add a testRob Pike3-15/+12
fix make.bash for runtime - sysfile.6 depends on OS so simplest thing is to build just our own version SVN=125130
2008-06-26- added calc cmdRobert Griesemer1-1/+2
SVN=125025
2008-06-26add readfile testRob Pike3-21/+49
update golden SVN=125006
2008-06-26- moved integer code into src/pkgRobert Griesemer2-777/+0
SVN=125003
2008-06-26simultaneous assignment testKen Thompson1-0/+68
SVN=124994
2008-06-26- a couple of fixes for integer.goRobert Griesemer2-3/+27
- added pkg dir SVN=124991
2008-06-26- added bug against mapsRobert Griesemer1-0/+20
SVN=124977
2008-06-26- filed a bug against len()Robert Griesemer1-0/+23
SVN=124926
2008-06-25- dump registers in case of signal (linux)Robert Griesemer1-1/+37
SVN=124702
2008-06-25improve bug054.goRob Pike4-33/+74
fix integer.ToString to return the proper, not-nul-terminated value SVN=124654
2008-06-25add new bug: can't compile a, b := sys.frexp(1.0)Rob Pike2-0/+27
SVN=124622
2008-06-24arguments availableRob Pike2-0/+21
argc, argv, envc, envv all in sys now sys.argc() etc. SVN=124398
2008-06-23update some testsRob Pike6-23/+17
SVN=124196
2008-06-21remove receclarations from testsKen Thompson3-25/+25
that are supposed to succeed SVN=124018
2008-06-18- added large integer arithmetic package and test casesRobert Griesemer3-0/+767
SVN=123486
2008-06-18clean up ken/rob2.go to eliminate a few workaroundsRob Pike2-8/+7
SVN=123442
2008-06-18add new test bug055Rob Pike2-0/+25
SVN=123431
2008-06-18a couple of bugs around nil are fixedRob Pike3-11/+7
SVN=123423
2008-06-18forgot command line for bug054Rob Pike1-4/+4
update golden.out SVN=123412
2008-06-18'default' bug in switch statements is fixedRob Pike1-0/+4
SVN=123411
2008-06-18add a bug: method call doesn't compileRob Pike3-7/+32
SVN=123403
2008-06-17- added another bug test ('len' shouldn't be a keyword)Robert Griesemer2-0/+15
SVN=123225
2008-06-17- added 2 bug testsRobert Griesemer3-4/+55
SVN=123220
2008-06-17add two more testsRob Pike3-0/+34
SVN=123143