[Intel-gfx] [PATCH 7/8] tests: Instrument gem_seqno_wrap to run in simulation

Damien Lespiau damien.lespiau at intel.com
Thu Jul 18 17:19:12 CEST 2013


Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 tests/gem_seqno_wrap.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/tests/gem_seqno_wrap.c b/tests/gem_seqno_wrap.c
index f354a52..8d94858 100644
--- a/tests/gem_seqno_wrap.c
+++ b/tests/gem_seqno_wrap.c
@@ -577,7 +577,7 @@ static void parse_options(int argc, char **argv)
 	};
 
 	strcpy(options.cmd, "");
-	options.rounds = 50;
+	options.rounds = SLOW_QUICK(50, 2);
 	options.background = 0;
 	options.dontwrap = 0;
 	options.timeout = 20;
@@ -647,8 +647,6 @@ int main(int argc, char **argv)
 	int wcount = 0;
 	int r = -1;
 
-	drmtest_skip_on_simulation();
-
 	parse_options(argc, argv);
 
 	card_index = drm_get_card(0);
-- 
1.8.3.1




More information about the Intel-gfx mailing list