in reply to Re^4: Perl release v5.40.1 on a 32-bit box showing failed tests for atime and ctime in Time::HiRes
in thread Perl release v5.40.1 on a 32-bit box showing failed tests for atime and ctime in Time::HiRes
I don't know.
The only other test I can think of is to modify the test script to display the filename (around line 156) and additionally run stat on it
is $got_mtime, $mtime, "mtime set correctly"; # added lines follow note "File $filename"; system "stat $filename"; system "stat -f $filename"; # added lines before this };
The most obvious cause could be that the APIs aren't detected properly, but utime.t checks that the APIs have been found before running these tests.
You may want to open a ticket at https://github.com/Perl/perl5/issues
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Perl release v5.40.1 on a 32-bit box showing failed tests for atime and ctime in Time::HiRes
by Intrepid (Curate) on Mar 13, 2025 at 19:02 UTC |