Skip to content

Tests fail on Windows with Go 1.20 #8778

@calmh

Description

@calmh

Due to the change in parsing of UNC paths;

--- FAIL: TestWindowsPaths (0.00s)
    basicfs_windows_test.go:34: root "\\\\?\\e:\\\\" != "\\\\?\\e:\\"
    basicfs_windows_test.go:37: uri "e:\\\\" != "e:\\"
    basicfs_windows_test.go:34: root "\\\\?\\e:\\\\" != "\\\\?\\e:\\"
    basicfs_windows_test.go:37: uri "e:\\\\" != "e:\\"

We should investigate whether the new behavior is correct or if we need to adjust our side to retain the old behaviour.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugA problem with current functionality, as opposed to missing functionality (enhancement)buildIssues caused by or requiring changes to the build system (scripts or Docker image)frozen-due-to-ageIssues closed and untouched for a long time, together with being locked for discussion

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions