Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/net/webdav: TestWalkFS fails #10517

Closed
alexbrainman opened this issue Apr 21, 2015 · 1 comment
Closed

x/net/webdav: TestWalkFS fails #10517

alexbrainman opened this issue Apr 21, 2015 · 1 comment

Comments

@alexbrainman
Copy link
Member

From windows-amd64-2003kardianos builder http://build.golang.org/log/5ca1ae4998cd61be669e01052931b9654ce6c577

--- FAIL: TestWalkFS (0.02s)
    file_test.go:1009: infinite walk from root:
        got  ["/" "\\a" "\\e" "\\f"]
        want ["/" "/a" "/a/b" "/a/b/c" "/a/d" "/e" "/f"]
    file_test.go:1009: infinite walk from subdir:
        got  ["/a" "\\a\\b" "\\a\\d"]
        want ["/a" "/a/b" "/a/b/c" "/a/d"]
    file_test.go:1009: depth 1 walk from root:
        got  ["/" "\\a" "\\e" "\\f"]
        want ["/" "/a" "/e" "/f"]
    file_test.go:1009: depth 1 walk from subdir:
        got  ["/a/b" "\\a\\b\\c" "\\a\\b\\g"]
        want ["/a/b" "/a/b/c" "/a/b/g"]
    file_test.go:1009: infinite walk with skipped subdir:
        got  ["/" "\\a"]
        want ["/" "/a" "/a/b" "/a/b/c" "/a/b/z"]
FAIL
FAIL    golang.org/x/net/webdav 0.219s

Alex

@alexbrainman
Copy link
Member Author

The fix https://go-review.googlesource.com/9193

Alex

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants