summaryrefslogtreecommitdiff
path: root/tests/prime_self_import.c
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2015-08-13 12:57:22 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2015-08-14 09:26:12 -0700
commite920d719b20f3b79e2c70dc59ae3f9858b65a639 (patch)
treef0dd3e7e9e7dca4bebd0f891fc144aa1c61637f0 /tests/prime_self_import.c
parentdc9505a405cd6232f4dd6e7d7243a3df497b2f32 (diff)
tests/gem_flink, prime_self_import: mark flink and prime tests as basic v2
They're testing basic functionality and don't involve stress or race induction. v2: use gem_flink and prime_self_import tests instead (Daniel) add to .gitignore Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'tests/prime_self_import.c')
-rw-r--r--tests/prime_self_import.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/prime_self_import.c b/tests/prime_self_import.c
index 4fd372d9..f114ad09 100644
--- a/tests/prime_self_import.c
+++ b/tests/prime_self_import.c
@@ -449,14 +449,14 @@ igt_main
const char *name;
void (*fn)(void);
} tests[] = {
- { "with_one_bo", test_with_one_bo },
- { "with_one_bo_two_files", test_with_one_bo_two_files },
- { "with_two_bos", test_with_two_bos },
- { "with_fd_dup", test_with_fd_dup },
+ { "basic-with_one_bo", test_with_one_bo },
+ { "basic-with_one_bo_two_files", test_with_one_bo_two_files },
+ { "basic-with_two_bos", test_with_two_bos },
+ { "basic-with_fd_dup", test_with_fd_dup },
{ "export-vs-gem_close-race", test_export_close_race },
{ "reimport-vs-gem_close-race", test_reimport_close_race },
- { "llseek-size", test_llseek_size },
- { "llseek-bad", test_llseek_bad },
+ { "basic-llseek-size", test_llseek_size },
+ { "basic-llseek-bad", test_llseek_bad },
};
int i;