aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-09-22 17:21:02 -0400
committerRuss Cox <rsc@golang.org>2010-09-22 17:21:02 -0400
commit855f08358b59274e4d4f16bcc0c2c3b4fe16f442 (patch)
treec58841caebe73ba665d10e42a9dfb9ee524401d6
parent7b175236cbcea9bec55c655db501987b5b1869d0 (diff)
downloadgo-855f08358b59274e4d4f16bcc0c2c3b4fe16f442.tar.gz
go-855f08358b59274e4d4f16bcc0c2c3b4fe16f442.zip
build: add missing files for arm changes
R=adg TBR=adg CC=golang-dev https://golang.org/cl/2226046
-rw-r--r--test/fail-arm-native.txt11
-rw-r--r--test/golden-arm-native.out151
2 files changed, 162 insertions, 0 deletions
diff --git a/test/fail-arm-native.txt b/test/fail-arm-native.txt
new file mode 100644
index 0000000000..6403a54a82
--- /dev/null
+++ b/test/fail-arm-native.txt
@@ -0,0 +1,11 @@
+./cmplxdivide.go
+./mallocfin.go
+./map.go
+./recover3.go
+./zerodivide.go
+ken/cplx0.go
+ken/cplx1.go
+ken/cplx2.go
+ken/cplx3.go
+ken/cplx4.go
+ken/cplx5.go
diff --git a/test/golden-arm-native.out b/test/golden-arm-native.out
new file mode 100644
index 0000000000..068985daaa
--- /dev/null
+++ b/test/golden-arm-native.out
@@ -0,0 +1,151 @@
+
+== ./
+
+=========== ./cmp2.go
+panic: runtime error: comparing uncomparable type []int
+
+panic PC=xxx
+
+=========== ./cmp3.go
+panic: runtime error: comparing uncomparable type []int
+
+panic PC=xxx
+
+=========== ./cmp4.go
+panic: runtime error: hash of unhashable type []int
+
+panic PC=xxx
+
+=========== ./cmp5.go
+panic: runtime error: hash of unhashable type []int
+
+panic PC=xxx
+
+=========== ./deferprint.go
+printing: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
+42 true false true +1.500000e+000 world 0x0 [0/0]0x0 0x0 0x0 255
+
+=========== ./helloworld.go
+hello, world
+
+=========== ./peano.go
+0! = 1
+1! = 1
+2! = 2
+3! = 6
+4! = 24
+5! = 120
+6! = 720
+7! = 5040
+8! = 40320
+9! = 362880
+
+=========== ./printbig.go
+-9223372036854775808
+9223372036854775807
+
+=========== ./sigchld.go
+survived SIGCHLD
+
+=========== ./sinit.go
+FAIL
+
+=========== ./turing.go
+Hello World!
+
+== ken/
+
+=========== ken/intervar.go
+ print 1 bio 2 file 3 -- abc
+
+=========== ken/label.go
+100
+
+=========== ken/rob1.go
+9876543210
+
+=========== ken/rob2.go
+(defn foo (add 12 34))
+
+=========== ken/simpprint.go
+hello world
+
+=========== ken/simpswitch.go
+0out01out12out2aout34out4fiveout56out6aout78out89out9
+
+=========== ken/string.go
+abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz-abcxyz
+
+== chan/
+
+=========== chan/doubleselect.go
+PASS
+
+=========== chan/nonblock.go
+PASS
+
+== interface/
+
+=========== interface/fail.go
+panic: interface conversion: *main.S is not main.I: missing method Foo
+
+panic PC=xxx
+
+=========== interface/returntype.go
+panic: interface conversion: *main.S is not main.I2: missing method Name
+
+panic PC=xxx
+
+== nilptr/
+
+== syntax/
+
+== fixedbugs/
+
+=========== fixedbugs/bug016.go
+fixedbugs/bug016.go:11: constant -3 overflows uint
+
+=========== fixedbugs/bug027.go
+hi
+0 44444
+1 3333
+2 222
+3 11
+4 0
+0 44444
+1 3333
+2 222
+3 11
+4 0
+
+=========== fixedbugs/bug067.go
+ok
+
+=========== fixedbugs/bug070.go
+outer loop top k 0
+inner loop top i 0
+do break
+broke
+
+=========== fixedbugs/bug081.go
+fixedbugs/bug081.go:9: typechecking loop
+
+=========== fixedbugs/bug093.go
+M
+
+=========== fixedbugs/bug113.go
+panic: interface conversion: interface is int, not int32
+
+panic PC=xxx
+
+=========== fixedbugs/bug148.go
+2 3
+panic: interface conversion: interface is main.T, not main.T
+
+panic PC=xxx
+
+== bugs/
+
+=========== bugs/bug260.go
+FAIL
+BUG: bug260 failed