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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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 <[email protected]>
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 <[email protected]>
    Acked-by: Kenneth Graunke <[email protected]>

: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.
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to