summaryrefslogtreecommitdiff
path: root/test/errchk
Commit message (Expand)AuthorAgeFilesLines
* test/errchk: use "#!/usr/bin/env perl" shebang lineShenghou Ma2013-05-231-1/+1
* cmd/vet: add assembly checkerRuss Cox2013-03-221-1/+1
* errchk: allow multiple patternsRuss Cox2011-08-161-22/+27
* errchk: add -0 flagRuss Cox2011-08-021-1/+14
* test: test of goto restrictionsRuss Cox2011-06-201-0/+16
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-0/+1
* errchk: accept multiple source filesEoghan Sherry2010-12-071-41/+59
* fix buildRobert Griesemer2010-09-151-2/+2
* test: gccgo and gc print the error on different lines.Ian Lance Taylor2010-08-311-2/+2
* errchk: fix build - allow matches in multiline error messagesRuss Cox2010-06-201-1/+6
* handle compiler crash better:Russ Cox2009-10-091-1/+2
* rewrite errchk in perl for speed (compared to bash)Russ Cox2009-10-091-64/+62
* If the compiler dumps core, bash will print a useless errorIan Lance Taylor2009-08-211-3/+13
* use errchk in more places.Russ Cox2009-07-301-11/+4
* do not echo command in errchk,Russ Cox2009-07-211-1/+1
* make 6g constants behave as ken proposes. (i hope.)Russ Cox2009-03-121-2/+2
* make sure errchk only prints BUG once.Russ Cox2008-10-301-5/+6
* make sure errchk only says BUG once,Russ Cox2008-10-171-3/+15
* diagnose various conversion problemsRuss Cox2008-10-161-1/+1
* 6g currently accepts setting a string value to an integerIan Lance Taylor2008-09-251-4/+4
* Check for specific error messages in the testsuite. ThisIan Lance Taylor2008-09-191-0/+74