[Intel-gfx] [PATCH 10/18] tests/gem_pread/pwrite: mark normal tests as basic
Jesse Barnes
jbarnes at virtuousgeek.org
Thu Aug 13 13:31:33 PDT 2015
These should always pass.
Signed-off-by: Jesse Barnes <jbarnes at 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
More information about the Intel-gfx
mailing list