summaryrefslogtreecommitdiff
path: root/lib/igt_core.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-01lib/igt_core.c: disable lowmemorykiller during testsTim Gore1-2/+71
2014-09-30lib: ensure any buffers are flushed before forkThomas Wood1-0/+7
2014-09-30doc: various spelling and typo fixesThomas Wood1-11/+11
2014-09-29lib/igt_core: make single/simple tests use igt_exitTim Gore1-8/+8
2014-09-06core: Display subtest walltimeChris Wilson1-3/+19
2014-09-04igt_core: zero exit_handler_count before forkingPaulo Zanoni1-1/+10
2014-07-30core: Add all kernel log levelsChris Wilson1-1/+8
2014-07-30lib: check test options for conflictsThomas Wood1-4/+42
2014-07-30lib: avoid getopt value conflicts with testsThomas Wood1-8/+15
2014-07-25core: Inject program name into dmesgChris Wilson1-21/+24
2014-07-25core: Improve phrasing for test requirementsChris Wilson1-2/+2
2014-07-24core: Inject subtest message into dmesgChris Wilson1-5/+25
2014-07-24igt_core: Read manpages more carefully for WNOHANGChris Wilson1-5/+13
2014-07-24igt_core: Refactor igt_stop_helper() to use igt_wait_helper()Chris Wilson1-28/+17
2014-07-24core: Only use signalsafe functions inside signal handlersChris Wilson1-24/+9
2014-07-23lib: add an exit code to use when invalid options are specifiedThomas Wood1-4/+4
2014-07-23lib: add a command line option to enable debug output in testsThomas Wood1-1/+7
2014-07-23lib: always warn about unknown optionsThomas Wood1-23/+4
2014-07-23lib: don't ignore unknown options in multi-testsThomas Wood1-12/+1
2014-07-23lib: add igt_simple_init_parse_optsThomas Wood1-0/+22
2014-07-23lib: move option parsing into common_initThomas Wood1-44/+74
2014-07-23lib: warn when attempting to run an unknown subtestThomas Wood1-3/+15
2014-07-21Use SIGTERM in replace of SIGQUITChris Wilson1-4/+5
2014-07-17core: increase the exit handler limitThomas Wood1-1/+1
2014-07-14lib: Add argc/argv to igt_simple_initDaniel Vetter1-1/+3
2014-07-11lib/igt_core: Don't log when listing subtestsDaniel Vetter1-0/+6
2014-07-11Wait for any pid in order to reap failure quickerChris Wilson1-11/+31
2014-07-10core: Apply the same treatment to the in errno message in __igt_fail_assert()Damien Lespiau1-3/+9
2014-07-10core: Only display the errno message if errno is setDamien Lespiau1-4/+8
2014-07-10core: Put the requirement failure messages togetherDamien Lespiau1-6/+6
2014-06-12lib: various documentation fixesThomas Wood1-5/+5
2014-06-09Fix make distclean by fixing includes of version.hRodrigo Vivi1-1/+1
2014-05-14lib/igt_core: Fixup docs with symbolic exit codesDaniel Vetter1-3/+4
2014-05-14lib: add exit status definesThomas Wood1-12/+12
2014-05-14lib: add igt_set_timeoutThomas Wood1-3/+41
2014-05-13lib/igt_core: Fix type on igt_log docDaniel Vetter1-1/+1
2014-05-13lib/igt_core: Document testrunner interface a bitDaniel Vetter1-0/+23
2014-03-26lib/igt_core: fix igt_skip_on_simulation regressionDaniel Vetter1-1/+1
2014-03-23lib: Use @include tag for include filesDaniel Vetter1-2/+1
2014-03-23lib: s/igt_env_set/igt_check_boolean_env_varDaniel Vetter1-1/+1
2014-03-23lib: extract igt_aux.[hc]Daniel Vetter1-0/+1
2014-03-22lib: rename intel_gpu_tools.h to intel_io.hDaniel Vetter1-1/+1
2014-03-22lib: unnecessary header removal for drmtest.h, part 2Daniel Vetter1-1/+1
2014-03-22lib: add #include "foo.h" lines like in manpagesDaniel Vetter1-0/+2
2014-03-22tests|lib: remove assert.h includesDaniel Vetter1-0/+1
2014-03-22lib: allow igt_skip_on_simulation outside of fixtures.Daniel Vetter1-1/+11
2014-03-17lib/igt_core: Document library design best practicesDaniel Vetter1-0/+55
2014-03-17lib/igt_core: Small api doc fixDaniel Vetter1-1/+1
2014-03-14lib/igt_core: document the caveats of magic code blocksDaniel Vetter1-0/+32
2014-03-13lib: add igt_vlog to print varargsDaniel Vetter1-0/+27