]> Cypherpunks repositories - gostls13.git/commitdiff
default to amd64 in run
authorRob Pike <r@golang.org>
Mon, 9 Jun 2008 00:29:57 +0000 (17:29 -0700)
committerRob Pike <r@golang.org>
Mon, 9 Jun 2008 00:29:57 +0000 (17:29 -0700)
test/func.go now works; update golden.out

SVN=121617

test/golden.out
test/run

index 2c5cbc697ea44e4bd2b311e861231f6b07cee377..e2c18f02d1597acd84ffdc899e0960af69712fc3 100644 (file)
@@ -14,10 +14,6 @@ for.go:45: fatal error: optoas: no entry MOD-<int32>INT32
 BUG: known to fail incorrectly
 
 =========== ./func.go
-main_f4: doasm: notfound from=75 to=10 (24)    IDIVL   $2,AX
-main_f4: doasm: notfound from=75 to=10 (24)    IDIVL   $2,AX
-main_f4: doasm: notfound from=75 to=10 (24)    IDIVL   $2,AX
-BUG: known to fail incorrectly
 
 =========== ./func1.go
 BUG: known to succeed incorrectly
index acfc25c70d2a51007a21cca35daaffc2d5dcf83d..f01f424483949820a33f67dcd7ed501abcf46a87 100755 (executable)
--- a/test/run
+++ b/test/run
@@ -8,7 +8,8 @@ Xamd64)
        export A=6
        ;;
 *)
-       echo 1>&2 run: unknown architecture
+       export A=6
+       echo 1>&2 run: assuming amd64
        exit 1
 esac