summaryrefslogtreecommitdiff
path: root/lib/tests
AgeCommit message (Expand)AuthorFilesLines
2017-10-02meson: Distribute meson build system filesPetri Latvala1-0/+4
2017-09-08meson: basic build system supportDaniel Vetter1-0/+34
2017-09-08build: remove _GNU_SOURCE from source filesDaniel Vetter1-1/+0
2017-09-08build: Define _GNU_SOURCE in Makefile.amDaniel Vetter1-0/+1
2017-08-14lib: Add igt_can_fail()Daniel Vetter4-0/+80
2017-06-07Android.mk: Use drm stubsArkadiusz Hiler1-2/+2
2017-04-20lib/tests: Add kmstest_edid_add_* selftestsAbdiel Janulgue3-0/+98
2016-09-01autotools/: Allow check target to be invoked w/o the need to issue a build.Marius Vlad3-90/+0
2016-09-01lib: Make igt_command_line.sh selftest standaloneChris Wilson1-7/+15
2016-08-04lib/tests/Makefile: Replace automake specific names of listings in Makefile.s...Robert Foss3-5/+8
2016-03-19lib/igt_aux: Divert ioctls for signal injectionChris Wilson1-1/+1
2016-03-19lib/tests: More igt_subtest_group checksDaniel Vetter1-0/+20
2016-03-19lib: Add igt_subtest_groupDaniel Vetter3-0/+65
2016-03-08lib: Unit test for exit handlerDaniel Vetter3-0/+130
2015-11-03lib/tests: Add igt_assert_*() self-testsDaniel Stone3-0/+175
2015-09-24lib/tests: explicitly raise SIGSEGVThomas Wood1-1/+6
2015-08-13benckmarks/Android.mk: Fix building benchmarks for AndroidDerek Morton1-1/+1
2015-08-12lib/core: Add optional reason for timeout failureDaniel Vetter1-1/+1
2015-07-19igt/stats: Fixup tests to compile after interface changesChris Wilson1-1/+2
2015-07-02build: Add DEBUG_FLAGS to tools and self-testsDamien Lespiau1-1/+1
2015-06-27stats: Exercise the reallocation pathsDamien Lespiau1-0/+24
2015-06-27stats: Spwan igt_init_with_size() from igt_init()Damien Lespiau1-10/+10
2015-06-27stats: Test we do correctly invalidate the sorted arrayDamien Lespiau1-0/+19
2015-06-27stats: Add support for the interquartile range (IQR)Damien Lespiau1-0/+2
2015-06-27stats: Add support for quartiles (and thus median)Damien Lespiau1-0/+41
2015-06-27stats: Use igt_assert_eq_double() when asserting on doublesDamien Lespiau1-6/+6
2015-06-27stats: Add igt_stats_get_range()Damien Lespiau1-0/+11
2015-06-27stats: Add functions to retrieve min/max values of the datasetDamien Lespiau1-0/+12
2015-06-27stats: Factor out a fixture to initialize statsDamien Lespiau1-13/+11
2015-06-27stats: Add a getter for the population propertyDamien Lespiau1-0/+14
2015-06-27stats: Add a way to specify if the data set is a population or a sampleDamien Lespiau1-0/+1
2015-06-27stats: Zero the whole structure at init() timeDamien Lespiau1-0/+11
2015-06-27tests/stats: Make sure we properly invalidate the cached meanDamien Lespiau1-0/+25
2015-06-27stats: Add a way to retrieve the standard deviationDamien Lespiau2-1/+34
2015-06-27tests/igt_stats: Call igt_stats_fini() to not leak the arrayDamien Lespiau1-0/+2
2015-06-27stats: Be more precise and talk about mean, not averageDamien Lespiau1-5/+5
2015-06-25lib: Add a tiny utility function to compute averagesDamien Lespiau3-0/+51
2015-06-15lib/tests/igt_segfault Add unit test to test segfault handlingDerek Morton3-0/+141
2015-05-27lib: Enable building unit tests on androidDerek Morton1-0/+41
2015-04-14tests: create a single combined test listThomas Wood1-1/+1
2015-04-14lib: use test failure status for igt_set_timeoutThomas Wood1-0/+1
2015-03-30lib/tests: add missing library flagsThomas Wood1-1/+1
2015-02-25lib/tests: update .gitignoreThomas Wood1-1/+2
2015-02-25lib: remove handled option arguments from argvThomas Wood5-9/+18
2015-02-09lib/tests: check that invalid subtest names are rejectedThomas Wood2-0/+33
2015-02-09lib/tests: verify subtest enumeration outputThomas Wood1-2/+11
2014-11-25lib: ensure subtests are not added to simple testsThomas Wood3-0/+34
2014-11-13lib/tests: add a test for igt_set_timeoutThomas Wood3-0/+11
2014-11-06lib/tests: don't use hard error status to indicate test failureThomas Wood1-4/+4
2014-11-06lib/tests: fix tests and test list locationThomas Wood2-6/+16