1
0
mirror of https://github.com/golang/go synced 2024-10-03 14:21:22 -06:00
go/src/pkg/path/filepath
Russ Cox 5dc8c4dbfb path/filepath: fix race with other tests
Bug3486 tried to walk the entire file tree, but other tests might
be creating and removing files in that tree. In particular, package os
creates and removes files in the os directory, and issue 5863
reports failures due to seeing those files appear and then disappear.

Change the test to walk just the test tree, which should not be
changing.

Fixes #5863.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13467045
2013-09-09 16:42:18 -04:00
..
example_unix_test.go path/filepath: add examples for SplitList and Rel. 2013-02-19 10:41:35 -08:00
match_test.go path/filepath: Panic in Match when parsing invalid character range. 2013-07-31 16:58:28 +10:00
match.go path/filepath: Panic in Match when parsing invalid character range. 2013-07-31 16:58:28 +10:00
path_plan9.go path/filepath, os/exec: unquote PATH elements on Windows 2013-02-20 16:19:52 +11:00
path_test.go path/filepath: fix race with other tests 2013-09-09 16:42:18 -04:00
path_unix.go all: dragonfly support 2013-08-24 02:22:52 +10:00
path_windows_test.go path/filepath: better error reporting during TestWinSplitListTestsAreValid 2013-03-01 14:49:55 +11:00
path_windows.go path/filepath, os/exec: unquote PATH elements on Windows 2013-02-20 16:19:52 +11:00
path.go path/filepath, os/exec: unquote PATH elements on Windows 2013-02-20 16:19:52 +11:00
symlink_windows.go syscall: return EINVAL when string arguments have NUL characters 2012-08-05 17:24:32 -04:00
symlink.go path/filepath: retrieve real file name in windows EvalSymlinks 2012-03-08 10:00:25 +11:00