summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
AgeCommit message (Expand)Author
2022-05-25lib/igt_core: use print_backtrace() on internal_assert()Mauro Carvalho Chehab
2022-05-18lib/igt_core: export kill_children() functionMauro Carvalho Chehab
2022-05-16lib: Add missing newline in igt_fopen_data's loggingPetri Latvala
2022-03-11lib/i915/gem_create: Introduce gem-pool bo cacheZbigniew Kempczyński
2022-02-22lib: Use safe wrappers around libpciaccess initialization functionsJanusz Krzysztofik
2022-02-02lib/intel_batchbuffer: add tracking and reset for allocatorKamil Konieczny
2021-12-16lib/igt_core: Ensure subtest result is skip if all dynamic subtests skipPetri Latvala
2021-04-19lib: Fix option parsingVille Syrjälä
2021-04-19lib: Document that we have --trace-on-oopsVille Syrjälä
2021-04-13lib/intel_allocator: Add intel_allocator coreZbigniew Kempczyński
2021-04-13lib/igt_core: Track child process pid and tidZbigniew Kempczyński
2021-01-30meson: Turn on -WerrorAshutosh Dixit
2021-01-01lib: Avoid freeing an uninitialised variableChris Wilson
2020-11-04lib/igt_core: Don't return too early in common_init_configPetri Latvala
2020-10-02lib/igt_core: Reinitialize print mutex in child processZbigniew Kempczyński
2020-06-22igt/core: Disallow igt_require/skip in non-main threadsArkadiusz Hiler
2020-06-22lib/core: Handle asserts in threadsArkadiusz Hiler
2020-06-22lib/core: Print thread:tid with igt_log for non-main threadsArkadiusz Hiler
2020-06-04lib/igt_core: Don't kill the world after a failed forkArkadiusz Hiler
2020-05-05lib/igt_core: Disallow nesting of igt_dynamic inside igt_dynamicArkadiusz Hiler
2020-05-05lib/igt_core: Make assert on invalid magic blocks nesting more verboseArkadiusz Hiler
2020-05-05lib: Support multiple filtersArkadiusz Hiler
2020-04-17igt_core: Add --versionPetri Latvala
2020-03-23lib: Make it possible to abort the whole execution from inside of a testArkadiusz Hiler
2020-03-17lib/igt_core: Make igt_subtest_jmpbuf/igt_dynamic_jmpbuf externLyude Paul
2020-02-05lib: Kill residual children at the end of a subtestChris Wilson
2020-01-28lib: Report wait() failuresChris Wilson
2020-01-27lib/igt_core: Detect gdb harderVille Syrjälä
2020-01-16lib: Don't dump log buffer when dynamic subtest failure is inheritedPetri Latvala
2019-12-04Add device selection in IGTZbigniew Kempczyński
2019-11-19Rename dynamic subtest blocksPetri Latvala
2019-11-18igt: Stop requesting ftrace dumps on oops by defaultChris Wilson
2019-11-15lib: Introduce dynamic subsubtestsPetri Latvala
2019-11-12lib/igt_list: Update, clean-up and document igt_listArkadiusz Hiler
2019-10-18lib: Add igt_trace()Ville Syrjälä
2019-09-17lib: Export a function for loading igtrcPetri Latvala
2019-07-08lib/igt_core: Add support for subtest descriptionsArkadiusz Hiler
2019-07-03lib: Add --skip-crc-compare optionMatt Roper
2019-06-06lib/igt_core: add -h to usageLucas De Marchi
2019-06-06lib/igt_core: 0 is a valid val for long optionsLucas De Marchi
2019-06-06lib/igt_core: reserve long options for individual testsLucas De Marchi
2019-05-27lib: Document igt_opt_handler_t semanticsPetri Latvala
2019-05-23i915/gem_exec_fence: Replace open-coded recursive batch with igt_spin_tChris Wilson
2019-05-23lib/igt_core: Rework extra options conflicts handlingArkadiusz Hiler
2019-05-07lib/igt_core: Just use igt_can_fail() in __igt_run_subtest()Lyude Paul
2019-05-07Use gettid() wrapper everywhereLyude Paul
2019-04-18lib/igt_dummyload: Get rid of 'batch' on spinner accessorsMika Kuoppala
2019-04-10lib: Reset errno to 0 after isattyArkadiusz Hiler
2019-02-21lib: disallow fixtures/subtest groups in simple testsDaniel Vetter
2019-02-15lib: Drop IGT_EXIT_TIMEOUTDaniel Vetter