Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Test failing on Win32 #2361

Closed
Closed
@kitbellew

Description

@kitbellew
diff::workdir::submodules [C:\cygwin\home\a.meltzer\libgit2\tests\diff\workdir.c:905]
  33 != exp.lines
  33 != 35
  • Debugging suggests that submod2/just_a_dir/contents is included in the diff for some reason.

There is a couple others which seem to be specific to mounted volumes (code checkout vs CLAR_TMP location), like the Mac \psf\Home from the Parallels VM:

repo::init::extended_with_template_and_shared_mode [W:\cbs\code\cbs\qa\libgit2\tests\repo\init.c:383]
  Function call failed: (git_path_lstat(expected.ptr, &expected_st))
  error -3 - Could not find 'W:/cbs/code/cbs/qa/libgit2/tests/resources/template/hooks/link.sample' to stat: Access is denied.
  • This error occurs when the code is checked on a mounted volume which supports symlinks normally. The link.sample file indeed is missing but there is one called link.sample.lnk or something like that.
core::link::stat_junction [W:\cbs\code\cbs\qa\libgit2\tests\core\link.c:146]
  System call failed: DeviceIoControl(handle, FSCTL_SET_REPARSE_POINT, reparse_buf, reparse_buflen, NULL, 0, &ioctl_ret, NULL)
  error 0 - Returned: 0, system error code: 1: Incorrect function.
  • I didn't look into this at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions