Subject: | t/utime.t fails on ext3 |
Date: | Wed, 13 Jul 2016 16:42:15 -0700 |
To: | bug-Time-HiRes [...] rt.cpan.org, jhi [...] iki.fi |
From: | Ryan Voots <simcop2387 [...] simcop2387.info> |
The tests for t/utime.t fail when using an older filesystem on linux. I'm
using ext3 on this system and it fails to record the fractional seconds.
dist/Time-HiRes/t/utime ........................................ #
Failed test 'atime set correctly'
# at t/utime.t line 35.
# got: '1'
# expected: '1.111111111'
# Failed test 'mtime set correctly'
# at t/utime.t line 36.
# got: '2'
# expected: '2.222222222'
# Failed test 'atime set correctly'
# at t/utime.t line 44.
# got: '1'
# expected: '1.111111111'
# Failed test 'mtime set correctly'
# at t/utime.t line 45.
# got: '2'
# expected: '2.222222222'
# Failed test 'File 1 atime set correctly'
# at t/utime.t line 55.
# got: '1'
# expected: '1.111111111'
# Failed test 'File 1 mtime set correctly'
# at t/utime.t line 56.
# got: '2'
# expected: '2.222222222'
# Failed test 'File 2 atime set correctly'
# at t/utime.t line 60.
# got: '1'
# expected: '1.111111111'
# Failed test 'File 2 mtime set correctly'
# at t/utime.t line 61.
# got: '2'
# expected: '2.222222222'
# Failed test 'File 1 atime set correctly'
# at t/utime.t line 75.
# '0.328052043914795'
# <
# '0.1'
# Failed test 'File 1 mtime set correctly'
# at t/utime.t line 76.
# '0.328052043914795'
# <
# '0.1'
# Failed test 'File 2 atime set correctly'
# at t/utime.t line 80.
# '0.328052043914795'
# <
# '0.1'
# Failed test 'File 2 mtime set correctly'
# at t/utime.t line 81.
# '0.328052043914795'
# <
# '0.1'
# Looks like you failed 12 tests of 18.
FAILED at test 2
dist/XSLoader/t/XSLoader ....................................... ok