testing: TestTRun failing on the plan9/arm builder since CL 21504 #15149
Comments
Yes, either sanitizeLog could remove the duration (N.NNs) from the end of lines, or the comparison between want: and got: could be done as a regular expression match (and sanitizeLog would not be needed). |
CL https://golang.org/cl/21602 mentions this issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since CL 21504, TestTRun is failing on the plan9/arm builder.
See http://build.golang.org/log/41d221b5accf16216bb6d9f1a767cbfff7c8e6f1
The plan9/arm builder is running on a Raspberry Pi 3, which is a slow machine. The output comparison is failing because the test executes slightly slower than expected.
Perhaps we should ignore the time when comparing the string. What do you think?
CC: @mpvl @bradfitz @millerresearch
The text was updated successfully, but these errors were encountered: