summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
AgeCommit message (Expand)Author
2016-02-26igt/gem_sync: Enforce a timeout of 20sChris Wilson
2016-02-17lib/igt_core.c: Expand --run-subtest functionality.Derek Morton
2016-01-06igt_core: Fix logging to display extended lineDerek Morton
2015-12-21lib: Make 'extra_long_opts' constVille Syrjälä
2015-11-24lib/igt_core: Prefer CLOCK_MONOTONIC_RAWJoonas Lahtinen
2015-11-11lib: add a environment variable to control outputThomas Wood
2015-11-11lib: highlight subtest results on terminalsThomas Wood
2015-11-11Add missing noreturn attribute to various functionsThomas Wood
2015-09-17lib: allow wildcard matching when specifying subtestsThomas Wood
2015-09-08lib: various documentation fixesThomas Wood
2015-08-12lib/core: Add igt_reset_timeoutDaniel Vetter
2015-08-12lib/core: Add optional reason for timeout failureDaniel Vetter
2015-07-20lib: exit immediately if igt_fail is called in an exit handlerThomas Wood
2015-07-02docs: various documentation fixesThomas Wood
2015-06-27doc: Remove i-g-t/intel prefixes and capitalize section titlesDamien Lespiau
2015-06-26lib/igt_core: fflush stdout after printing subtest resultsPaulo Zanoni
2015-06-24lib: Enable locale dependent output to a terminalChris Wilson
2015-05-28lib/igt_core.c: Flag the test as failing after a segfaultDerek Morton
2015-05-15lib: Add a user data pointer to the argument parsing functionsDamien Lespiau
2015-05-10lib/core: Limit fatal signal CRASH reporting to the fatal signalsChris Wilson
2015-05-08lib: Teach igt to handle signal failures gracefullyChris Wilson
2015-05-01lib/igt_core.c : only disable low mem killer onceTim Gore
2015-04-21docs: avoid escaping characters in documentation commentsThomas Wood
2015-04-14lib: use a critical warning when unable to open a data fileThomas Wood
2015-04-14lib: use test failure status for igt_set_timeoutThomas Wood
2015-04-14lib: add a define for test failure exit statusThomas Wood
2015-04-02tests: install test programs to libexecJoonas Lahtinen
2015-03-26igt.cocci: check the return values of various functionsThomas Wood
2015-03-26lib: print a stack trace when a test assertion failsThomas Wood
2015-03-26igt/gem_concurrent_blit: Separate out the combinatorial explosionChris Wilson
2015-03-26lib/core: Silence internally used signalsChris Wilson
2015-03-23lib/core: add interactive debug point to igt_failDaniel Vetter
2015-03-12lib: move igt_interactive_debug into igt_core.cThomas Wood
2015-03-06lib/core: Make the start of the debug output more clearChris Wilson
2015-02-27lib/igt_core: don't add newlines in logging functionsDaniel Vetter
2015-02-25lib: print the signal name to stderr when handling a signalThomas Wood
2015-02-25lib: remove handled option arguments from argvThomas Wood
2015-02-25lib: use defines for igt_simple_init and igt_subtest_initThomas Wood
2015-02-17lib: print recent log messages to stderr when a test or subtest failsThomas Wood
2015-02-17lib: add a ring buffer for log entriesThomas Wood
2015-02-09lib: add exit status message to simple testsThomas Wood
2015-02-09lib: add subtest start and exit status code messages to debug outputThomas Wood
2015-02-09lib: validate subtest namesThomas Wood
2015-02-09lib: print warning and critical messages when listing subtestsThomas Wood
2015-02-09lib: warning messages should be sent to stderrThomas Wood
2015-01-20lib: s/IGT_DEBUG_INTERACTIVE/--interactive-debug=varRodrigo Vivi
2015-01-16lib: use critical log level for assertion failure messagesThomas Wood
2015-01-16lib: add a critical warning levelThomas Wood
2015-01-06Don't try to use CLOCK_MONOTONIC_COARSE on OS'es that don't support itAlan Coopersmith
2015-01-06Provide sighandler_t fallback for non-GNU-libc platformsAlan Coopersmith