summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
AgeCommit message (Expand)Author
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
2019-02-15lib: Drop igt_child_doneDaniel Vetter
2019-02-15lib: Make sure we leak no child processesDaniel Vetter
2019-02-15lib: Don't leak children in igt_waitchildren_timeoutDaniel Vetter
2019-01-30lib: Skip unused fork helpersChris Wilson
2019-01-21lib/igt_core: Initialize fds in igt_system_quietPetri Latvala
2019-01-21lib/igt_core: Handle all failures to read .igtrcPetri Latvala
2019-01-21lib/igt_core: Assert that optarg is presentPetri Latvala
2019-01-21lib: Avoid memcpying 0 bytes from NULLPetri Latvala
2018-12-20Add support for forcing a specific driverPetri Latvala
2018-11-27lib: Show stacktrace when terminated by runnerChris Wilson
2018-11-05docs: Remove incorrect reference to i915Petri Latvala
2018-08-30lib/core: Use libdw to decode stack trace with debugging symbols, v2.Maarten Lankhorst
2018-08-09lib: Export igt_gettime and igt_time_elapsedPetri Latvala
2018-08-09lib: Print subtest starting/ending line to stderr tooPetri Latvala
2018-07-27lib/igt_core: Fix typoGwan-gyeong Mun
2018-07-12lib/igt_core: fix check for running under gdbLucas De Marchi
2018-07-11Remove parameter aliases with another argumentRodrigo Siqueira
2018-06-25Make GLib mandatoryPetri Latvala
2018-06-08igt/drv_suspend: Suspend under memory pressureChris Wilson
2018-03-05lib/sysfs: s/kick_fbcon/bind_fbcon/Ville Syrjälä
2018-03-05tests/perf_pmu: Handle CPU hotplug failures betterChris Wilson
2018-02-27lib: Export kmsg()Chris Wilson
2017-12-13lib/core: Don't leak dummyloads between subtestsChris Wilson
2017-12-05lib: avoid < in gtkdoc commentsDaniel Vetter
2017-12-04igt: Make dependency on libunwind mandatoryArkadiusz Hiler
2017-11-29igt: Remove Android supportArkadiusz Hiler
2017-11-24lib/igt_core: Move write_stderr out of LIBUNWIND ifdefArkadiusz Hiler
2017-11-22lib/core: Avoid unused result in backtrace printingTvrtko Ursulin
2017-11-09lib: Always enable ftrace-dump-on-oopsChris Wilson
2017-10-16aux: Suspend signal helper for shell commandsImre Deak
2017-10-03lib: Reduce dependency on glibPetri Latvala
2017-09-25igt_core: Rework igt_system()Petri Latvala
2017-09-08lib: prefix frame_dump_pathDaniel Vetter
2017-09-08build: use HAVE_LIBGEN_H consistentlyDaniel Vetter
2017-09-05igt_core: Skip sync when listing subtestsTvrtko Ursulin
2017-08-28lib/igt_core: Use HTML character for documentation comment in examplePaul Kocialkowski
2017-08-24lib/core: Use igt_info instead of printfDaniel Vetter
2017-08-14lib: Add igt_can_fail()Daniel Vetter
2017-07-20lib/igt_core: Split out env-related handling to common_init_envPaul Kocialkowski
2017-07-20lib/igt_core: Move all config-related parsing to common_init_configPaul Kocialkowski
2017-07-20lib/igt_core: Handle glib errors correctly to avoid stderr spewPaul Kocialkowski
2017-07-19igt_core: Add the rest of Paul's patch I forgot by accidentLyude
2017-07-19Introduce common frame dumping configuration and helpersPaul Kocialkowski
2017-07-06Make igtrc configuration common, with configurable suspend/resume delayPaul Kocialkowski