summaryrefslogtreecommitdiff
path: root/tests/drm_mm.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-03-13 15:00:33 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-03-13 15:04:06 +0000
commit7a805c2f30da1d5738ff111355073286049ec903 (patch)
tree7fc8f551fe101ea75d9b7774486e1853da853db2 /tests/drm_mm.c
parentbb97a0542adf2ae2adab946b2e3fee396d54063a (diff)
Revert "Always expose IGT subtests for known kernel selftests"
This reverts commit 7ab5c97924bf971a348ff4a1768da624ba2f564c.
Diffstat (limited to 'tests/drm_mm.c')
-rw-r--r--tests/drm_mm.c17
1 files changed, 1 insertions, 16 deletions
diff --git a/tests/drm_mm.c b/tests/drm_mm.c
index 2a3212e8..2052b115 100644
--- a/tests/drm_mm.c
+++ b/tests/drm_mm.c
@@ -28,20 +28,5 @@ IGT_TEST_DESCRIPTION("Basic sanity check of DRM's range manager (struct drm_mm)"
igt_main
{
- /*
- * Set of subtest names that are always exposed by IGT,
- * regardless of the running kernel's capabilities. Selftests
- * that the kernel has but are not on these lists are also
- * exposed. This is a known intentional violation of the
- * general rule that subtest enumeration must not change
- * depending on the runtime environment.
- */
- struct igt_kselftest_mockentry drm_mm_testlist[] = {
-#define selftest(n, x) { .name = #n, .do_mock = true },
-#include "drm_mm_selftests.h"
-#undef selftest
- { NULL, false }
- };
-
- igt_kselftests("test-drm_mm", NULL, NULL, NULL, drm_mm_testlist);
+ igt_kselftests("test-drm_mm", NULL, NULL, NULL);
}