Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile/cmd/gomobile: tests are broken #12983

Closed
rakyll opened this issue Oct 19, 2015 · 1 comment
Closed

x/mobile/cmd/gomobile: tests are broken #12983

rakyll opened this issue Oct 19, 2015 · 1 comment

Comments

@rakyll
Copy link
Contributor

rakyll commented Oct 19, 2015

go test golang.org/x/mobile/cmd/...
?       golang.org/x/mobile/cmd/gobind  [no test files]
--- FAIL: TestInit (0.41s)
    init_test.go:59: unexpected output:
        --- /var/folders/00/1b8h8000h01000cxqpysvccm005d21/T/gofmt154614704 2015-10-18 21:23:58.000000000 -0700
        +++ /var/folders/00/1b8h8000h01000cxqpysvccm005d21/T/gofmt318736207 2015-10-18 21:23:58.000000000 -0700
        @@ -24,7 +24,7 @@
         go install -p=8 -x golang.org/x/mobile/gl
         go install -p=8 -x golang.org/x/mobile/app
         go install -p=8 -x golang.org/x/mobile/exp/app/debug
        -GOOS=android GOARCH=arm GOARM=7 CC=$GOMOBILE/android-ndk-r10e/arm/bin/arm-linux-androideabi-gcc CXX=$GOMOBILE/android-ndk-r10e/arm/bin/arm-linux-androideabi-g++ CGO_ENABLED=1 go install -p=8 -pkgdir=$GOMOBILE/pkg_android_arm -x std
        +GOOS=android GOARCH=arm GOARM=7 CC=$GOMOBILE/android-ndk-r10e/arm/bin/arm-linux-androideabi-gcc CXX=$GOMOBILE/android-ndk-r10e/arm/bin/arm-linux-androideabi-g++ CGO_ENABLED=1 go install -p=8 -buildmode=c-shared -pkgdir=$GOMOBILE/pkg_android_arm -x std
         GOOS=darwin GOARCH=arm GOARM=7 CC=clang-iphoneos CXX=clang-iphoneos CGO_CFLAGS=-isysroot=iphoneos -arch armv7 CGO_LDFLAGS=-isysroot=iphoneos -arch armv7 CGO_ENABLED=1 go install -p=8 -pkgdir=$GOMOBILE/pkg_darwin_arm -x std
         GOOS=darwin GOARCH=arm64 CC=clang-iphoneos CXX=clang-iphoneos CGO_CFLAGS=-isysroot=iphoneos -arch arm64 CGO_LDFLAGS=-isysroot=iphoneos -arch arm64 CGO_ENABLED=1 go install -p=8 -pkgdir=$GOMOBILE/pkg_darwin_arm64 -x std
         GOOS=darwin GOARCH=amd64 CC=clang-iphonesimulator CXX=clang-iphonesimulator CGO_CFLAGS=-isysroot=iphonesimulator -mios-simulator-version-min=6.1 -arch x86_64 CGO_LDFLAGS=-isysroot=iphonesimulator -mios-simulator-version-min=6.1 -arch x86_64 CGO_ENABLED=1 go install -p=8 -tags=ios -pkgdir=$GOMOBILE/pkg_darwin_amd64 -x std
FAIL
FAIL    golang.org/x/mobile/cmd/gomobile    1.743s

/cc @hyangah

@rakyll rakyll added this to the Unreleased milestone Oct 19, 2015
@crawshaw crawshaw changed the title x/mobile/cmd/gobind: build is broken x/mobile/cmd/gomobile: tests are broken Oct 19, 2015
@gopherbot
Copy link

CL https://golang.org/cl/16052 mentions this issue.

@golang golang locked and limited conversation to collaborators Oct 24, 2016
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 10, 2021
Added recently, but I forgot to update the test.

Fixes golang/go#12983

Change-Id: I668b20d74c6b91d9588e6f252939d36ae780bd77
Reviewed-on: https://go-review.googlesource.com/16052
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
imWildCat pushed a commit to imWildCat/go-mobile that referenced this issue Apr 11, 2021
Added recently, but I forgot to update the test.

Fixes golang/go#12983

Change-Id: I668b20d74c6b91d9588e6f252939d36ae780bd77
Reviewed-on: https://go-review.googlesource.com/16052
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants