summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
AgeCommit message (Expand)Author
2019-05-07lib/tests: Fix test failures with meson 0.50.0Lyude Paul
2019-02-15lib: Drop IGT_EXIT_TIMEOUTDaniel Vetter
2019-02-15lib: Drop igt_child_doneDaniel Vetter
2019-01-21lib: Introduce BUILD_BUG_ON_INVALID and igt_assume()Petri Latvala
2018-11-01lib: Help static analyzers figure out the execution flowPetri Latvala
2018-08-09lib: Export igt_gettime and igt_time_elapsedPetri Latvala
2018-07-13lib/gt: Make use of dummyload library to create recursive batchAntonio Argenziano
2018-06-08igt/drv_suspend: Suspend under memory pressureChris Wilson
2018-04-27tests/kms_properties: Validate properties harderVille Syrjälä
2018-03-26lib/dummyload: Add pollable spin batchTvrtko Ursulin
2018-03-05tests/perf_pmu: Handle CPU hotplug failures betterChris Wilson
2018-02-27lib: Export kmsg()Chris Wilson
2017-10-03lib: Reduce dependency on glibPetri Latvala
2017-09-08lib: prefix frame_dump_pathDaniel Vetter
2017-09-05igt_core: Skip sync when listing subtestsTvrtko Ursulin
2017-08-14lib: Add igt_can_fail()Daniel Vetter
2017-07-19Introduce common frame dumping configuration and helpersPaul Kocialkowski
2017-07-06Make igtrc configuration common, with configurable suspend/resume delayPaul Kocialkowski
2017-06-14igt/igt_core: Provide an option to check for the log buffer contentsAbdiel Janulgue
2017-06-14lib/igt_core: Add igt_system helpersAbdiel Janulgue
2017-04-25benchmarks/gem_wsim: Command submission workload simulatorTvrtko Ursulin
2017-02-07igt/core: Return condition result from igt_warn_on*()Lyude
2017-01-03igt_core: add igt_constructorLyude
2016-11-15lib: Add missing include for sync()Petri Latvala
2016-11-07igt: Add a test for reordering execbufsChris Wilson
2016-10-13igt/gem_wait: Use explicit timersChris Wilson
2016-07-27lib: Update igt_core docsDaniel Vetter
2016-06-23Silence compiler warnings for expected and handled error conditionsChris Wilson
2016-05-27igt_core: Search "." as final fallback for igt_fopen_data()Matt Roper
2016-04-20lib: Declare loop variable as volatile before setjmpTomeu Vizoso
2016-03-19lib: Add igt_subtest_groupDaniel Vetter
2016-03-18igt/gem_softpin: Repeat tests with signal interruptionsChris Wilson
2016-03-08lib/igt_core: remove igt_disable/enable_exit_handlersDaniel Vetter
2016-02-26igt/gem_sync: Enforce a timeout of 20sChris Wilson
2015-12-21lib: Make 'extra_long_opts' constVille Syrjälä
2015-11-11lib: add a environment variable to control outputThomas Wood
2015-10-07lib/igt_core: Add igt_assert_fdDaniel Stone
2015-10-07lib/igt_core: Add igt_assert_neq_*() variantsDaniel Stone
2015-10-07lib/core: Fix docs for igt_assert_lt(e)Daniel Vetter
2015-08-14lib/igt_core: use print("%s", #expr) instead of print(#expr)Paulo Zanoni
2015-08-12lib/core: Add igt_reset_timeoutDaniel Vetter
2015-08-12lib/core: Add optional reason for timeout failureDaniel Vetter
2015-07-28igt/gem_streaming_writes: Bind into the GTT earlyChris Wilson
2015-07-02docs: various documentation fixesThomas Wood
2015-06-27lib: Add double versions of igt_assert_cmp() and igt_assert_eq()Damien Lespiau
2015-06-27docs: Add documentation for igt_assert_cmpuint()Damien Lespiau
2015-06-27docs: Add documentation for igt_assert_u32()Damien Lespiau
2015-05-15lib: Add a user data pointer to the argument parsing functionsDamien Lespiau
2015-05-08lib: Teach igt to handle signal failures gracefullyChris Wilson
2015-04-14lib: add a define for test failure exit statusThomas Wood