summaryrefslogtreecommitdiff
path: root/tests/gem_linear_blits.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-11-17 14:46:50 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-11-17 15:12:52 +0100
commit16f99ee419f56bf7b56657c78ecaa22ccf0c2982 (patch)
treed890f3bf8895cae4ec48d4f9f160b4e3add08781 /tests/gem_linear_blits.c
parenta535cdedfbd280c5e07be1c2445e09973836509a (diff)
lib/os: Push simulation test down into intel_require_memory
This has the upside that we'll never forget to add it to thrashing tests. But we'll also never miss to move it when adding basic functionality tests to existing binaries. Chris already started this refining work in e.g. commit d77eda6614a1955717f224be023dedf74eb7735d Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Nov 14 07:45:40 2014 +0000 igt/gem_linear_blits: Require that we do the full test by moving igt_skip_on_simulation into subtests. Cc: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tests/gem_linear_blits.c')
-rw-r--r--tests/gem_linear_blits.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/gem_linear_blits.c b/tests/gem_linear_blits.c
index 78c539ae..cbd11567 100644
--- a/tests/gem_linear_blits.c
+++ b/tests/gem_linear_blits.c
@@ -264,8 +264,6 @@ int main(int argc, char **argv)
igt_subtest("normal") {
int count;
- igt_skip_on_simulation();
-
count = 3 * gem_aperture_size(fd) / (1024*1024) / 2;
igt_require(count > 1);
intel_require_memory(count, sizeof(linear), CHECK_RAM);
@@ -275,8 +273,6 @@ int main(int argc, char **argv)
igt_subtest("interruptible") {
int count;
- igt_skip_on_simulation();
-
count = 3 * gem_aperture_size(fd) / (1024*1024) / 2;
igt_require(count > 1);
intel_require_memory(count, sizeof(linear), CHECK_RAM);