mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
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>
This commit is contained in:
parent
dc9505a405
commit
e920d719b2
2
tests/.gitignore
vendored
2
tests/.gitignore
vendored
@ -52,7 +52,7 @@ gem_fd_exhaustion
|
||||
gem_fence_thrash
|
||||
gem_fence_upload
|
||||
gem_fenced_exec_thrash
|
||||
gem_flink
|
||||
gem_flink_basic
|
||||
gem_flink_race
|
||||
gem_gpgpu_fill
|
||||
gem_gtt_cpu_tlb
|
||||
|
@ -32,7 +32,7 @@ TESTS_progs_M = \
|
||||
gem_fenced_exec_thrash \
|
||||
gem_fence_thrash \
|
||||
gem_fence_upload \
|
||||
gem_flink \
|
||||
gem_flink_basic \
|
||||
gem_flink_race \
|
||||
gem_linear_blits \
|
||||
gem_madvise \
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user