]> Cypherpunks repositories - gostls13.git/commit
runtime/coverage: recognise Plan 9 error message in emitToNonexistentDir
authormiller <millerresearch@gmail.com>
Sat, 1 Oct 2022 13:39:47 +0000 (14:39 +0100)
committerThan McIntosh <thanm@google.com>
Mon, 3 Oct 2022 15:17:12 +0000 (15:17 +0000)
commit17622b891a478a68fba9001db4be901689611351
treee7a3580f89473c0e468120a1c810cccabb5cedf9
parent5451ba3ac4f0a61e1fffdabac3d9b5daa5f04124
runtime/coverage: recognise Plan 9 error message in emitToNonexistentDir

In TestCoverageApis/emitToNonexistentDir there is a list of error
messages to match when a nonexistent directory is opened. The list
has message text only for Unix and Windows. Add the corresponding
text for Plan 9.

Fixes #55983

Change-Id: Id32130300cb02394b319e1aeb1229ee147b4afb2
Reviewed-on: https://go-review.googlesource.com/c/go/+/437557
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: David du Colombier <0intro@gmail.com>
Run-TryBot: David du Colombier <0intro@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
src/runtime/coverage/testdata/harness.go