summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2008-06-16added two new small testsRob Pike3-0/+51
SVN=123010
2008-06-16update more tests to reflect tweaked grammar for if, switchRob Pike6-29/+9
SVN=122916
2008-06-16update test resultsRob Pike4-55/+56
SVN=122912
2008-06-15now checks for lvalue/rvalue context ofKen Thompson1-0/+8
expressions. start of generics for calling builtin functions start of map type 'any' demoted from reserved word to type SVN=122808
2008-06-15error messages now have colon after line numberRob Pike1-14/+14
SVN=122803
2008-06-13Add nil test, with bugRob Pike2-0/+39
SVN=122644
2008-06-12better import/exportKen Thompson1-8/+3
SVN=122584
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike1-2/+1
remove the dependency on /home/r. SVN=122482
2008-06-12This test now runs correctly, with no bugs commented outRob Pike1-5/+5
SVN=122460
2008-06-11- added test caseRobert Griesemer2-4/+23
SVN=122159
2008-06-11add bug045: bad nil assigning into arrayRob Pike3-18/+35
update robfunc.go (BUG comment deleted) SVN=122143
2008-06-10made fp numbers from integers andKen Thompson1-56/+72
checked values SVN=121972
2008-06-09divide is now in; update goldenRob Pike1-4/+0
SVN=121739
2008-06-08fix bug in closeness for float literal testRob Pike2-3/+1
SVN=121628
2008-06-08fix float lit to return 1, print errorRob Pike2-46/+47
SVN=121627
2008-06-08move file for fixed bugRob Pike1-0/+0
SVN=121626
2008-06-08update lots of testsRob Pike2-18/+6
SVN=121624
2008-06-08fix string_lit test to be more thoroughRob Pike2-24/+70
SVN=121623
2008-06-08default to amd64 in runRob Pike2-5/+2
test/func.go now works; update golden.out SVN=121617
2008-06-08Fix a few testsRob Pike4-48/+50
SVN=121614
2008-06-08asdfKen Thompson1-61/+83
SVN=121608
2008-06-06- method forward decl. bugRobert Griesemer2-0/+31
SVN=121563
2008-06-06- forward decl bugRobert Griesemer2-0/+26
SVN=121561
2008-06-06- tests for type forward declarationsRobert Griesemer3-0/+42
SVN=121560
2008-06-06fix erroneous testRob Pike2-2/+1
SVN=121554
2008-06-06- updated golden.out one more timeRobert Griesemer1-3/+0
SVN=121552
2008-06-06- fixed test commandsRobert Griesemer4-12/+12
SVN=121551
2008-06-06- fixed golden.outRobert Griesemer1-27/+27
SVN=121550
2008-06-06- moved some bugs into bugs directoryRobert Griesemer9-0/+0
SVN=121548
2008-06-06- more tests (mostly redeclaration errors that are not checked)Robert Griesemer10-0/+138
SVN=121546
2008-06-06check in the bugs and fixed bugsRob Pike33-6/+746
SVN=121543
2008-06-06- fixed a few tests and added 3 incorrectly succeeding testsRobert Griesemer7-4/+59
- updated go_lang.txt to be more uniform and match the implementation - made makehtml work on Mac - fixed a couple of bugs in go.atg SVN=121520
2008-06-06- fix to func.goRobert Griesemer2-0/+45
- extra empty line between test output SVN=121499
2008-06-06add ken's tests.Rob Pike27-23/+1864
update run to work with multiple directories SVN=121485
2008-06-06update golden.out for two versions of hello, worldRob Pike1-0/+2
SVN=121479
2008-06-06turing now worksKen Thompson1-2/+0
SVN=121477
2008-06-06print count of failing testsRob Pike1-0/+3
SVN=121467
2008-06-06remove 6.out in test/run. update golden fileRob Pike2-9/+11
SVN=121465
2008-06-06lots of new testsRob Pike11-15/+637
SVN=121464
2008-06-06first cut at test suiteRob Pike4-11/+96
SVN=121454
2008-05-15turn spaces to tabsRob Pike1-43/+43
replace ifs with switch still runs! SVN=118947
2008-05-08- changed literal syntax to use the convert notationRobert Griesemer6-9/+69
- fixed issued with function declarations/function literals - added more tests and fixed existing tests SVN=118167
2008-05-01- fixed a testRobert Griesemer1-1/+1
- added extra basic type aliases - added select statement SVN=117448
2008-03-26- Make Coco/R-based parser work w/ UTF-8 encoded files even if there isRobert Griesemer3-8/+8
no (optional) UTF-8 marker present. SVN=113931
2008-03-26- fixed my scriptsRobert Griesemer1-1/+1
SVN=113864
2008-03-26- new directory structureRobert Griesemer8-0/+470
SVN=113851