Message ID | 1464349838-9959-6-git-send-email-marius.c.vlad@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, May 27, 2016 at 02:50:36PM +0300, Marius Vlad wrote:
> Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
Summary and patch do not match.
But you could remove gem_storedw_loop as everything BAT about it is
tested elsewhere.
-Chris
diff --git a/tests/gem_storedw_loop.c b/tests/gem_storedw_loop.c index 317b8c6..89f0182 100644 --- a/tests/gem_storedw_loop.c +++ b/tests/gem_storedw_loop.c @@ -187,7 +187,7 @@ igt_main for (e = intel_execution_engines; e->name; e++) { igt_subtest_f("basic-%s", e->name) { check_test_requirements(fd, e->exec_id); - store_test(fd, e->exec_id | e->flags, 16*1024); + store_test(fd, e->exec_id | e->flags, 4*1024); } igt_subtest_f("long-%s", e->name) {
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com> --- tests/gem_storedw_loop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)