These should always pass.

Signed-off-by: Jesse Barnes <jbar...@virtuousgeek.org>
---
 tests/gem_pread.c  | 2 +-
 tests/gem_pwrite.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/gem_pread.c b/tests/gem_pread.c
index cc83948..3ec5fb1 100644
--- a/tests/gem_pread.c
+++ b/tests/gem_pread.c
@@ -108,7 +108,7 @@ int main(int argc, char **argv)
                src = malloc(object_size);
        }
 
-       igt_subtest("normal") {
+       igt_subtest("basic") {
                for (count = 1; count <= 1<<17; count <<= 1) {
                        struct timeval start, end;
 
diff --git a/tests/gem_pwrite.c b/tests/gem_pwrite.c
index 5b6a77f..1d867e7 100644
--- a/tests/gem_pwrite.c
+++ b/tests/gem_pwrite.c
@@ -169,7 +169,7 @@ int main(int argc, char **argv)
                src = malloc(object_size);
        }
 
-       igt_subtest("normal") {
+       igt_subtest("basic") {
                for (count = 1; count <= 1<<17; count <<= 1) {
                        struct timeval start, end;
 
-- 
1.9.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to