[Bug 51444] New: Multiple tests fails in fd app

WineHQ Bugzilla wine-bugs at winehq.org
Sat Jul 10 07:52:16 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51444

            Bug ID: 51444
           Summary: Multiple tests fails in fd app
           Product: Wine
           Version: 6.12
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: mikrutrafal at protonmail.com
      Distribution: ---

Hi,
This are steps to reproduce 
```
wget https://static.rust-lang.org/dist/rust-1.53.0-x86_64-pc-windows-gnu.msi
msiexec /i rust-1.53.0-x86_64-pc-windows-gnu.msi
git clone https://github.com/sharkdp/fd.git
cd fd
git checkout ac4ded5b2700890c75f9cf474c1838aa4368807a
wine cargo test
```
in Wine this test fails
```
    test_absolute_path
    test_empty_pattern
    test_excludes
    test_exec_with_separator
    test_follow
    test_follow_broken_symlink
    test_hidden_file_attribute
    test_list_details
    test_max_depth
    test_no_extension
    test_symlink_and_absolute_path
    test_symlink_and_full_path
    test_symlink_and_full_path_abs_path
    test_symlink_as_absolute_root
    test_symlink_as_root
    test_type
```
in Windows Server 2019 this
```
    test_exec_with_separator
    test_list_details
```

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list