aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/amdgpu/bo_tests.c')
-rw-r--r--tests/amdgpu/bo_tests.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/amdgpu/bo_tests.c b/tests/amdgpu/bo_tests.c
index 53e76c1b..24698bcb 100644
--- a/tests/amdgpu/bo_tests.c
+++ b/tests/amdgpu/bo_tests.c
@@ -51,9 +51,7 @@ static void amdgpu_mem_fail_alloc(void);
51 51
52CU_TestInfo bo_tests[] = { 52CU_TestInfo bo_tests[] = {
53 { "Export/Import", amdgpu_bo_export_import }, 53 { "Export/Import", amdgpu_bo_export_import },
54#if 0
55 { "Metadata", amdgpu_bo_metadata }, 54 { "Metadata", amdgpu_bo_metadata },
56#endif
57 { "CPU map/unmap", amdgpu_bo_map_unmap }, 55 { "CPU map/unmap", amdgpu_bo_map_unmap },
58 { "Memory alloc Test", amdgpu_memory_alloc }, 56 { "Memory alloc Test", amdgpu_memory_alloc },
59 { "Memory fail alloc Test", amdgpu_mem_fail_alloc }, 57 { "Memory fail alloc Test", amdgpu_mem_fail_alloc },