From a14bc8b4d69eaca189665de505e6b10cbfbb7730 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 28 Jun 2018 21:48:06 +0100 Subject: tests: Drop drm_vma_limiter* These tests exercise an obscure piece of libdrm_intel API to keep the number of VMA opened in a process under a certain limit (only ever used by UXA as once upon a time we ran into the limit with many, many 1x1 pixmaps or something like that). The tests are not exercising kernel API (or ABI) and need to check their resource requirements first. However, since they are only testing libdrm_intel, remove them from igt as they would better belong in a libdrm_intel test suite. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106010 Signed-off-by: Chris Wilson Cc: Martin Peres Reviewed-by: Antonio Argenziano --- tests/Makefile.sources | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/Makefile.sources') diff --git a/tests/Makefile.sources b/tests/Makefile.sources index ad62611f..54b4a3c2 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -33,10 +33,6 @@ TESTS_progs = \ drm_import_export \ drm_mm \ drm_read \ - drm_vma_limiter \ - drm_vma_limiter_cached \ - drm_vma_limiter_cpu \ - drm_vma_limiter_gtt \ drv_getparams_basic \ drv_hangman \ drv_missed_irq \ -- cgit v1.2.3