summaryrefslogtreecommitdiff
path: root/test/nul1.go
diff options
context:
space:
mode:
authorKai Backman <kaib@golang.org>2010-07-20 15:53:16 +0300
committerKai Backman <kaib@golang.org>2010-07-20 15:53:16 +0300
commit36057e721e6fdc5c3dff8228c77ea36027a872c4 (patch)
tree32c7e536caa7170b5b633d8e182863f46372ee63 /test/nul1.go
parent658d5213585d651b01b9b0e41a32b936093493d5 (diff)
downloadgo-git-36057e721e6fdc5c3dff8228c77ea36027a872c4.tar.gz
more soft float support. passes several basic tests
but with less precision than hardware counterparts. fixed a number of tests to output BUG when they failed. changed the runner to distinghuish between output and output containing ^BUG R=rsc CC=dho, golang-dev https://golang.org/cl/1778041
Diffstat (limited to 'test/nul1.go')
-rw-r--r--test/nul1.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nul1.go b/test/nul1.go
index 5e45963312..bcd8b89c3b 100644
--- a/test/nul1.go
+++ b/test/nul1.go
@@ -1,4 +1,5 @@
// [ $GOOS != nacl ] || exit 0 # NaCl runner elides NUL in output
+// [ $GORUN != "a" ] || exit 0 # Android runner gets confused by the NUL output
// $G $D/$F.go && $L $F.$A && ./$A.out >tmp.go &&
// errchk $G -e tmp.go
// rm -f tmp.go