go/test
Ian Lance Taylor bd64e81041 Recognize gccgo error message.
const2.go:7:9: error: expected '='

Uses '.' to recognize the quotation marks, as the actual
characters printed depend on the user's locale.

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=26360
CL=26373
2009-03-16 21:48:07 -07:00
..
bugs Don't try to define the same label twice, as that produces a 2009-03-16 21:47:38 -07:00
chan Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
fixedbugs warn -> yyerror in mparith. 2009-03-12 19:57:30 -07:00
ken insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
235.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
args.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
bigalg.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
char_lit.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
closure.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
cmp1.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
cmp2.go implement new restrictions on what 2009-01-26 09:56:42 -08:00
cmp3.go implement new restrictions on what 2009-01-26 09:56:42 -08:00
cmp4.go implement new restrictions on what 2009-01-26 09:56:42 -08:00
cmp5.go implement new restrictions on what 2009-01-26 09:56:42 -08:00
complit.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
const.go make 6g constants behave as ken proposes. (i hope.) 2009-03-12 19:04:38 -07:00
const1.go make 6g constants behave as ken proposes. (i hope.) 2009-03-12 19:04:38 -07:00
const2.go Recognize gccgo error message. 2009-03-16 21:48:07 -07:00
const3.go make 6g constants behave as ken proposes. (i hope.) 2009-03-12 19:04:38 -07:00
convert.go make 6g constants behave as ken proposes. (i hope.) 2009-03-12 19:04:38 -07:00
convlit.go make 6g constants behave as ken proposes. (i hope.) 2009-03-12 19:04:38 -07:00
convlit1.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
defer.go test for defer 2009-01-27 15:08:08 -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 6g constants behave as ken proposes. (i hope.) 2009-03-12 19:04:38 -07:00
escape.go if take address of local, move to heap. 2009-01-29 17:38:58 -08:00
escape1.go Rename function to avoid function redefinition error. Remove 2009-02-05 12:54:15 -08:00
export.go delete export 2009-01-20 14:40:40 -08: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
func.go delete export 2009-01-20 14:40:40 -08: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
func4.go Recognize gccgo error messages: 2009-02-06 15:57:02 -08:00
func5.go update go code tree to new func rules. 2009-01-30 14:39:31 -08:00
gc.go gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
gc1.go gc #0. mark and sweep collector. 2009-01-26 17:37:05 -08:00
golden.out Don't try to define the same label twice, as that produces a 2009-03-16 21:47:38 -07:00
hashmap.go delete export 2009-01-20 14:40:40 -08:00
helloworld.go fix bug depot: 2008-08-11 22:07:49 -07:00
hilbert.go delete export 2009-01-20 14:40:40 -08:00
if.go fix bug depot: 2008-08-11 22:07:49 -07:00
if1.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
indirect.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
initcomma.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
int_lit.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
interface.go delete export 2009-01-20 14:40:40 -08:00
interface1.go delete export 2009-01-20 14:40:40 -08:00
interface2.go insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
interface3.go delete export 2009-01-20 14:40:40 -08:00
interface4.go complain when trying to put T into an interface 2009-03-11 16:06:17 -07:00
interface5.go insert type assertions when narrowing. 2009-02-11 17:55:16 -08:00
interface6.go complain when trying to put T into an interface 2009-03-11 16:06:17 -07:00
iota.go delete export 2009-01-20 14:40:40 -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 Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
mallocrep.go convert tests; nothing interesting. 2009-01-16 16:12:14 -08:00
mallocrep1.go delete export 2009-01-20 14:40:40 -08:00
map.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
method.go delete export 2009-01-20 14:40:40 -08:00
method1.go delete export 2009-01-20 14:40:40 -08:00
method2.go delete export 2009-01-20 14:40:40 -08:00
method3.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
nil.go delete export 2009-01-20 14:40:40 -08:00
parentype.go Automated g4 rollback of changelist 25024, 2009-03-03 08:39:12 -08:00
peano.go delete export 2009-01-20 14:40:40 -08:00
printbig.go fix printing of -(1<<63) 2008-09-17 14:08:52 -07:00
run update golden.out. 2008-11-17 12:44:22 -08:00
sieve.go delete export 2009-01-20 14:40:40 -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
stack.go closures - runtime and debugger support, test case 2009-02-06 13:46:56 -08:00
string_lit.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
switch1.go casify, cleanup sys 2009-01-16 14:58:14 -08:00
test0.go delete export 2009-01-20 14:40:40 -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 - vector package (identical to array except for names) 2009-02-13 15:07:56 -08:00