net/http: TestLinuxSendfile failing on mips64 #35423
Closed
Milestone
Comments
Does the builder has 64-bit user space? As seen in #18008, the strace command that is not using 64-bit ABI may not work. |
@cherrymui The builder has 32-bit user space. |
@cherrymui @bradfitz The solution could be to modify the test to check if "n64:sendfile" syscall is used on mips64. Is that ok? |
I think I tried that in #18008 (comment) That was a few years ago. Things may be different now. |
Change https://golang.org/cl/206178 mentions this issue: |
Ok, apparently now we no longer match the arguments, so this may work. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
linux-mips64-rtrk
(https://build.golang.org/log/08c75d4dfe5a50784afe5f032e5510cdc2e4ec8f):See previously #18008.
CC @bradfitz @cherrymui @bogojevic @milanknezevic
The text was updated successfully, but these errors were encountered: