runtime: change to implement monotonic time in Plan 9 breaks TestFakeTime on plan9 builders #73169
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
OS-Plan9
Milestone
Following the merge of CL 656755, runtime test always fails on Plan 9 builders:
I believe the problem is that the
time_now
function inruntime/os_plan9.go
needs to be in its own file with a!faketime
build tag.The text was updated successfully, but these errors were encountered: