Skip to content

runtime: TestChan fails on android/arm #64780

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

Closed
changkun opened this issue Dec 18, 2023 · 2 comments
Closed

runtime: TestChan fails on android/arm #64780

changkun opened this issue Dec 18, 2023 · 2 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@changkun
Copy link
Member

changkun commented Dec 18, 2023

Go version

9b4b3e5

What operating system and processor architecture are you using (go env)?

android-arm-corellium at 9b4b3e5acca2dabe107fa2c3ed963097d78a4562

:: Running /data/data/com.termux/files/usr/bin/bash with args ["bash" "/data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/src/make.bash" "-force"] and env ["SHELL=/data/data/com.termux/files/usr/bin/bash" "COLORTERM=truecolor" "TERM_PROGRAM_VERSION=next-3.4" "TMUX=/data/data/com.termux/files/usr/var/run/tmux-10066/default,2417,0" "PREFIX=/data/data/com.termux/files/usr" "TERMUX_IS_DEBUGGABLE_BUILD=0" "TERMUX_MAIN_PACKAGE_FORMAT=debian" "TERMUX_VERSION=0.118.0" "EXTERNAL_STORAGE=/sdcard" "HOME=/data/data/com.termux/files/home" "LANG=en_US.UTF-8" "TMUX_TMPDIR=/data/data/com.termux/files/usr/var/run" "TERMUX_APK_RELEASE=F_DROID" "GO_BUILDER_ENV=host-android-arm64-corellium-android" "ANDROID_DATA=/data" "TERM=screen-256color" "TMUX_PANE=%0" "SHLVL=0" "ANDROID_ROOT=/system" "BOOTCLASSPATH=/system/framework/core-oj.jar:/system/framework/core-libart.jar:/system/framework/conscrypt.jar:/system/framework/okhttp.jar:/system/framework/bouncycastle.jar:/system/framework/apache-xml.jar:/system/framework/ext.jar:/system/framework/framework.jar:/system/framework/telephony-common.jar:/system/framework/voip-common.jar:/system/framework/ims-common.jar:/system/framework/android.hidl.base-V1.0-java.jar:/system/framework/android.hidl.manager-V1.0-java.jar:/system/framework/framework-oahl-backward-compatibility.jar:/system/framework/android.test.base.jar" "TERMUX_APP_PID=2365" "PATH=/data/data/com.termux/files/home/go/bin:/data/data/com.termux/files/usr/bin" "CC=/data/data/com.termux/files/home/clangwrap" "TERM_PROGRAM=tmux" "_=/data/data/com.termux/files/home/go/bin/buildlet" "WORKDIR=/data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android" "GO_BUILDER_NAME=android-arm-corellium" "GOROOT_BOOTSTRAP=/data/data/com.termux/files/home/go-android-arm64-bootstrap" "GOMAXPROCS=1" "CGO_ENABLED=1" "GOARCH=arm" "GO_TEST_TIMEOUT_SCALE=2" "GOBIN=" "TMPDIR=/data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/tmp" "GOCACHE=/data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/gocache" "GOPLSCACHE=/data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/goplscache" "PWD=/data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/src"] in dir /data/data/com.termux/files/home/tmpdir/workdir-host-android-arm64-corellium-android/go/src

What did you do?

What did you expect to see?

Test pass.

What did you see instead?

--- FAIL: TestChan (0.05s)
    chan_test.go:177: chan[6]: received 558 values, expected 1000
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Dec 18, 2023
@changkun
Copy link
Member Author

cc @golang/runtime

@mauri870 mauri870 added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Dec 18, 2023
@changkun
Copy link
Member Author

changkun commented Jan 3, 2024

duplicate of #64938

@changkun changkun closed this as completed Jan 3, 2024
@golang golang locked and limited conversation to collaborators Jan 2, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants