We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ env GOMAXPROCS=2 go test runtime -test.timeout=600m -test.v -test.run=Chan.*Barrier -cpu=1,2, 4 === RUN TestChanSendSelectBarrier --- PASS: TestChanSendSelectBarrier (326.72s) === RUN TestChanSendBarrier --- PASS: TestChanSendBarrier (265.04s) === RUN TestChanSendSelectBarrier --- PASS: TestChanSendSelectBarrier (177.68s) === RUN TestChanSendBarrier x^[[A^[[A^[[A^[[B^[[A^[[B--- PASS: TestChanSendBarrier (146.90s) === RUN TestChanSendSelectBarrier --- PASS: TestChanSendSelectBarrier (100.52s) === RUN TestChanSendBarrier --- PASS: TestChanSendBarrier (86.06s) PASS ok runtime 1103.144s
This is on a Raspberry Pi 2 (ARMv7) system
The text was updated successfully, but these errors were encountered:
Here are the results from a different ARMv7 system (just to rule out the Raspberry Pi)
[root@alarm src]# env GOMAXPROCS=2 go test runtime -test.timeout=600m -test.v -test.run=Chan.*Barrier -cpu=1,2,4 === RUN TestChanSendSelectBarrier --- PASS: TestChanSendSelectBarrier (172.17s) === RUN TestChanSendBarrier --- PASS: TestChanSendBarrier (144.81s) === RUN TestChanSendSelectBarrier --- PASS: TestChanSendSelectBarrier (92.95s) === RUN TestChanSendBarrier --- PASS: TestChanSendBarrier (80.27s) === RUN TestChanSendSelectBarrier --- PASS: TestChanSendSelectBarrier (56.35s) === RUN TestChanSendBarrier --- PASS: TestChanSendBarrier (49.65s) PASS ok runtime 596.294s
Sorry, something went wrong.
This was a mistake, under ./run.bash this test is run in -short mode which runs very quickly.
No branches or pull requests
This is on a Raspberry Pi 2 (ARMv7) system
The text was updated successfully, but these errors were encountered: