mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 16:26:13 +00:00
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:
parent
c51c1ed776
commit
5001640718
@ -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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user