Re: Go patch committed: Recognize more test lines

2012-01-19 Thread Ian Lance Taylor
Uros Bizjak writes: >>> Some of the go tests require explicit -mieee compile flag [1]. Is >>> there a way to conditionally pass this flag to the compiler? >> >> What does Java do? > > Nothing... while the library is compiled with -mieee (the same as > libgo), the user is still expected to pass -m

Re: Go patch committed: Recognize more test lines

2012-01-19 Thread Uros Bizjak
On Wed, Jan 18, 2012 at 3:17 PM, Ian Lance Taylor wrote: >>> This patch to the Go testsuite driver recognizes a few more test lines >>> in Go tests.  I somehow failed to notice these the last time I updated >>> the Go testsuite.  This patch includes a couple of changes to make the >>> newly recog

Re: Go patch committed: Recognize more test lines

2012-01-18 Thread Ian Lance Taylor
Uros Bizjak writes: >> This patch to the Go testsuite driver recognizes a few more test lines >> in Go tests. I somehow failed to notice these the last time I updated >> the Go testsuite. This patch includes a couple of changes to make the >> newly recognized tests pass. Ran Go testsuite on >>

Re: Go patch committed: Recognize more test lines

2012-01-17 Thread Uros Bizjak
Hello! > This patch to the Go testsuite driver recognizes a few more test lines > in Go tests. I somehow failed to notice these the last time I updated > the Go testsuite. This patch includes a couple of changes to make the > newly recognized tests pass. Ran Go testsuite on > x86_64-unknown-lin

Go patch committed: Recognize more test lines

2012-01-17 Thread Ian Lance Taylor
This patch to the Go testsuite driver recognizes a few more test lines in Go tests. I somehow failed to notice these the last time I updated the Go testsuite. This patch includes a couple of changes to make the newly recognized tests pass. Ran Go testsuite on x86_64-unknown-linux-gnu. Committed