go/src/path/filepath
Josh Bleecher Snyder ed56ea73e8 path/filepath: deflake TestEvalSymlinksAboveRoot on darwin
On darwin, under load, it appears that the system occasionally
deletes the temp dir mid-test. Don't fail the test when that happens.

It would be nice to fix this in a deeper way.
See golang.org/cl/332009 for some discussion.

In the meantime, this will at least stop the flakiness.

Updates #37910

Change-Id: I6669e466fed9abda4a87ca88345c04cd7986b41e
Reviewed-on: https://go-review.googlesource.com/c/go/+/332009
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2021-06-30 20:03:34 +00:00
..
example_test.go
example_unix_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
example_unix_walk_test.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
export_test.go io/fs: add WalkDir 2020-11-06 19:42:05 +00:00
export_windows_test.go
match.go io/fs, path, path/filepath, testing/fstest: validate patterns in Match, Glob 2020-10-23 14:59:03 +00:00
match_test.go path/filepath: replace os.MkdirTemp with T.TempDir 2021-04-10 08:13:32 +00:00
path.go path/filepath: fix documentation typo (was "each each") 2021-05-02 18:13:38 +00:00
path_plan9.go
path_test.go path/filepath: deflake TestEvalSymlinksAboveRoot on darwin 2021-06-30 20:03:34 +00:00
path_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
path_windows.go path/filepath: change IsAbs("NUL") to return true 2018-11-02 07:24:50 +00:00
path_windows_test.go path/filepath: replace os.MkdirTemp with T.TempDir 2021-04-10 08:13:32 +00:00
symlink.go all: update references to symbols moved from os to io/fs 2020-10-20 02:32:42 +00:00
symlink_unix.go all: go fmt std cmd (but revert vendor) 2021-02-20 03:54:50 +00:00
symlink_windows.go path/filepath: allow EvalSymlinks to work on UNC share roots on Windows 2020-10-25 07:51:58 +00:00