summaryrefslogtreecommitdiff
path: root/test/run
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2010-10-25 21:25:13 -0700
committerRuss Cox <rsc@golang.org>2010-10-25 21:25:13 -0700
commit7e20bc75baaf5c71fe76cdcb27dd019a2bbc1dce (patch)
tree3887d5ccd9ed512565f488666c2d94c2b4a955c6 /test/run
parent65d123eb4b7a9a8160382e6f917a3a270e970301 (diff)
downloadgo-7e20bc75baaf5c71fe76cdcb27dd019a2bbc1dce.tar.gz
arm: enable all tests
ARM functionality is now completely working. (Or if it's not, we'll fix it.) R=ken2 CC=golang-dev http://codereview.appspot.com/2738041
Diffstat (limited to 'test/run')
-rwxr-xr-xtest/run10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/run b/test/run
index bb709cc9f..28d0caa0f 100755
--- a/test/run
+++ b/test/run
@@ -56,16 +56,6 @@ filterout() {
grep '^'"$2"'$' $1 >/dev/null
}
-if [ "$GOARCH" = "arm" ]; then
- if [ "$GORUN" = "" ]; then
- exclude="filterout fail-arm-native.txt"
- golden=golden-arm-native.out
- else
- exclude="filterout fail-arm.txt"
- golden=golden-arm.out
- fi
-fi
-
for dir in . ken chan interface nilptr syntax fixedbugs bugs
do
echo