haskell / time

A time library

Home Page:http://hackage.haskell.org/package/time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeBSD CI build failing

AshleyYakeley opened this issue · comments

    resolution
      getCurrentTime:                                                             FAIL (0.34s)
        test/main/Test/Clock/Resolution.hs:55:
        resolution
        expected: 0.00000028s
         but got: 0.000000001s
      taiClock:                                                                   FAIL (0.60s)
        test/main/Test/Clock/Resolution.hs:55:
        resolution
        expected: 0.00000028s
         but got: 0.000000001s

Clock resolution tests are failing. The reported resolutions are 280ns, while the calculated resolutions are 1ns. The FreeBSD build runs in a VM, so it could be a VM issue.

FreeBSD doesn't even have a TAI clock. That has been fixed now.