tests/gem_pread/pwrite: mark normal tests as basic

These should always pass.

Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
Jesse Barnes 2015-08-13 13:08:52 -07:00
parent c51c1ed776
commit 5001640718
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ int main(int argc, char **argv)
src = malloc(object_size); src = malloc(object_size);
} }
igt_subtest("normal") { igt_subtest("basic") {
for (count = 1; count <= 1<<17; count <<= 1) { for (count = 1; count <= 1<<17; count <<= 1) {
struct timeval start, end; struct timeval start, end;

View File

@ -169,7 +169,7 @@ int main(int argc, char **argv)
src = malloc(object_size); src = malloc(object_size);
} }
igt_subtest("normal") { igt_subtest("basic") {
for (count = 1; count <= 1<<17; count <<= 1) { for (count = 1; count <= 1<<17; count <<= 1) {
struct timeval start, end; struct timeval start, end;