summaryrefslogtreecommitdiff
path: root/lib/tests
AgeCommit message (Expand)Author
2019-05-10lib/tests/igt_subtest_group: Operate within defined behaviorArkadiusz Hiler
2019-02-21lib/tests: Use ARRAY_SIZEDaniel Vetter
2019-02-20lib/tests: Add testcase for nonexisting subtest nameDaniel Vetter
2019-02-20lib/tests: Convert no_exit tests into positive testsDaniel Vetter
2019-02-20lib/tests: add internal_assert_wexited/wsignaledDaniel Vetter
2019-02-20lib/tests: Add header for common helpersDaniel Vetter
2019-02-15lib: Make sure we leak no child processesDaniel Vetter
2019-02-15tests/i915_missed_irq: Don't leave the hang detector hangingDaniel Vetter
2019-02-15lib/tests: make sure igt_skip in igt_fork is forbiddenDaniel Vetter
2019-02-15lib/tests: Check that igt_assert forwards correctly through igt_forkDaniel Vetter
2019-02-15lib/tests: Drop NIH exit status handlingDaniel Vetter
2019-02-11lib/tests: Drop automake supportDaniel Vetter
2019-01-29automake: Ditch all EXTRA_DIST directivesDaniel Vetter
2018-07-25build: provide include for missing syscallsLucas De Marchi
2017-12-21meson: Don't install selfcheck binariesPetri Latvala
2017-12-08debugger/overlay/tools: make sure to include embedded drm-uapi headersLionel Landwerlin
2017-11-29igt: Remove Android supportArkadiusz Hiler
2017-10-02meson: Distribute meson build system filesPetri Latvala
2017-09-08meson: basic build system supportDaniel Vetter
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter
2017-09-08build: Define _GNU_SOURCE in Makefile.amDaniel Vetter
2017-08-14lib: Add igt_can_fail()Daniel Vetter
2017-06-07Android.mk: Use drm stubsArkadiusz Hiler
2017-04-20lib/tests: Add kmstest_edid_add_* selftestsAbdiel Janulgue
2016-09-01autotools/: Allow check target to be invoked w/o the need to issue a build.Marius Vlad
2016-09-01lib: Make igt_command_line.sh selftest standaloneChris Wilson
2016-08-04lib/tests/Makefile: Replace automake specific names of listings in Makefile.s...Robert Foss
2016-03-19lib/igt_aux: Divert ioctls for signal injectionChris Wilson
2016-03-19lib/tests: More igt_subtest_group checksDaniel Vetter
2016-03-19lib: Add igt_subtest_groupDaniel Vetter
2016-03-08lib: Unit test for exit handlerDaniel Vetter
2015-11-03lib/tests: Add igt_assert_*() self-testsDaniel Stone
2015-09-24lib/tests: explicitly raise SIGSEGVThomas Wood
2015-08-13benckmarks/Android.mk: Fix building benchmarks for AndroidDerek Morton
2015-08-12lib/core: Add optional reason for timeout failureDaniel Vetter
2015-07-19igt/stats: Fixup tests to compile after interface changesChris Wilson
2015-07-02build: Add DEBUG_FLAGS to tools and self-testsDamien Lespiau
2015-06-27stats: Exercise the reallocation pathsDamien Lespiau
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau
2015-06-27stats: Test we do correctly invalidate the sorted arrayDamien Lespiau
2015-06-27stats: Add support for the interquartile range (IQR)Damien Lespiau
2015-06-27stats: Add support for quartiles (and thus median)Damien Lespiau
2015-06-27stats: Use igt_assert_eq_double() when asserting on doublesDamien Lespiau
2015-06-27stats: Add igt_stats_get_range()Damien Lespiau
2015-06-27stats: Add functions to retrieve min/max values of the datasetDamien Lespiau
2015-06-27stats: Factor out a fixture to initialize statsDamien Lespiau
2015-06-27stats: Add a getter for the population propertyDamien Lespiau
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau
2015-06-27stats: Zero the whole structure at init() timeDamien Lespiau
2015-06-27tests/stats: Make sure we properly invalidate the cached meanDamien Lespiau