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@winehq.org Reporter: mikrutrafal@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 ```
https://bugs.winehq.org/show_bug.cgi?id=51444
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- With the exception of symlinks, which are broadly covered by bug 12401, these are probably all separate problems. Can you please create a separate report for each failing test?