[Piglit] [Bug 98486] New: piglit-util.c:583:18: error: storage size of 't' isn't known

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 28 21:07:27 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=98486

            Bug ID: 98486
           Summary: piglit-util.c:583:18: error: storage size of 't' isn't
                    known
           Product: piglit
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Keywords: bisected, regression
          Severity: normal
          Priority: medium
         Component: tests
          Assignee: piglit at lists.freedesktop.org
          Reporter: vlee at freedesktop.org
        QA Contact: piglit at lists.freedesktop.org
                CC: kenneth at whitecape.org, robert at sixbynine.org

piglit: 7360914582e6f79d0652bea660c1b652bb5335eb (master)

MinGW build error

tests/util/piglit-util.c: In function 'piglit_time_is_monotonic':
tests/util/piglit-util.c:583:18: error: storage size of 't' isn't known
  struct timespec t;
                  ^

e0048f4940f780550433da9bfc0fe2500079ae4e is the first bad commit
commit e0048f4940f780550433da9bfc0fe2500079ae4e
Author: Robert Bragg <robert at sixbynine.org>
Date:   Thu Aug 25 16:12:19 2016 +0100

    util: Add piglit_delay_ns() api

    Provides a utility for blocking the cpu for a requested time (best
    effort) and returning the actual duration blocked.

    This should e.g. be useful for comparing durations measured via arb
    timer queries vs a monotonic system clock, where it's acceptable if we
    don't achieve an exact reference delay on the cpu (say due to OS
    signalling or scheduling conditions) so long as we get told accurately
    how long the final delay ended up being.

    Signed-off-by: Robert Bragg <robert at sixbynine.org>
    Acked-by: Kenneth Graunke <kenneth at whitecape.org>

:040000 040000 7ee942a8d969a8b45e43b77eb4499b29b77eae51
6526956bf0d8d73174eb37a80ebdf86b3c34de4c M      tests
bisect run success

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20161028/83e17eb8/attachment.html>


More information about the Piglit mailing list