summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
AgeCommit message (Expand)Author
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
2015-01-06Need to #include <libgen.h> for basename() on SolarisAlan Coopersmith
2015-01-06Use pthread calls instead of raw syscalls on non-Linux systemsAlan Coopersmith
2015-01-05lib/core: Fix compile error from rebasingChris Wilson
2015-01-05lib/core: Show the exitcode in kmsg as wellChris Wilson
2014-12-12lib: fix a few documentation warningsThomas Wood
2014-12-11lib: add optional log domain filteringThomas Wood
2014-12-11lib: introduce log domainsThomas Wood
2014-12-04docs: add a glossary of test name termsThomas Wood
2014-11-25lib: ensure subtests are not added to simple testsThomas Wood
2014-11-13lib: only skip subsequent tests if a timeout occurs outside of a subtestThomas Wood
2014-11-06lib: add the ability to include a description with a testThomas Wood
2014-10-01lib/igt_core.c: disable lowmemorykiller during testsTim Gore
2014-09-30lib: ensure any buffers are flushed before forkThomas Wood
2014-09-30doc: various spelling and typo fixesThomas Wood
2014-09-29lib/igt_core: make single/simple tests use igt_exitTim Gore
2014-09-06core: Display subtest walltimeChris Wilson
2014-09-04igt_core: zero exit_handler_count before forkingPaulo Zanoni
2014-07-30core: Add all kernel log levelsChris Wilson
2014-07-30lib: check test options for conflictsThomas Wood
2014-07-30lib: avoid getopt value conflicts with testsThomas Wood
2014-07-25core: Inject program name into dmesgChris Wilson
2014-07-25core: Improve phrasing for test requirementsChris Wilson
2014-07-24core: Inject subtest message into dmesgChris Wilson
2014-07-24igt_core: Read manpages more carefully for WNOHANGChris Wilson
2014-07-24igt_core: Refactor igt_stop_helper() to use igt_wait_helper()Chris Wilson
2014-07-24core: Only use signalsafe functions inside signal handlersChris Wilson
2014-07-23lib: add an exit code to use when invalid options are specifiedThomas Wood
2014-07-23lib: add a command line option to enable debug output in testsThomas Wood
2014-07-23lib: always warn about unknown optionsThomas Wood
2014-07-23lib: don't ignore unknown options in multi-testsThomas Wood
2014-07-23lib: add igt_simple_init_parse_optsThomas Wood