[Bug 16969] New: utime/stat not accurate enough (truncation to integer occurring?)

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jan 17 04:22:21 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=16969

           Summary: utime/stat not accurate enough (truncation to integer
                    occurring?)
           Product: Wine
           Version: unspecified
          Platform: Other
        OS/Version: other
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: lkcl at lkcl.net


this is again from the python regression tests, test_os.py.
the result is that os.stat.st_mtime returns 1159195039.00

        if get_file_system(test_support.TESTFN) == "NTFS":
            def test_1565150(self):
                t1 = 1159195039.25
                os.utime(self.fname, (t1, t1))
                self.assertEquals(os.stat(self.fname).st_mtime, t1)


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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