diff options
author | Chad Versace <[email protected]> | 2016-01-22 09:46:48 -0800 |
---|---|---|
committer | Chad Versace <[email protected]> | 2016-01-22 09:46:48 -0800 |
commit | 65f3c420c3e15c30ab8f87881ae9302a9d4f932b (patch) | |
tree | 9e0e48555cf45c580f8b656aad9abc61cb27d31c | |
parent | f9d4d0954992e367992fca3c017b5720cb213ded (diff) |
isl/tests: Give tests less cryptic names
-rw-r--r-- | src/isl/tests/isl_surf_get_image_offset_test.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/isl/tests/isl_surf_get_image_offset_test.c b/src/isl/tests/isl_surf_get_image_offset_test.c index 4b30f913183..525180ea204 100644 --- a/src/isl/tests/isl_surf_get_image_offset_test.c +++ b/src/isl/tests/isl_surf_get_image_offset_test.c @@ -120,7 +120,7 @@ t_assert_gen4_3d_layer(const struct isl_surf *surf, } static void -test_bdw_2d_r8g8b8a8_unorm_512x512_a1_s1_noaux_y0(void) +test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0(void) { bool ok; @@ -162,7 +162,7 @@ test_bdw_2d_r8g8b8a8_unorm_512x512_a1_s1_noaux_y0(void) } static void -test_bdw_2d_r8g8b8a8_unorm_1024x1024_a6_s1_noaux_y0(void) +test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0(void) { bool ok; @@ -255,7 +255,7 @@ int main(void) /* FINISHME: Add tests for npot sizes */ /* FINISHME: Add tests for 1D surfaces */ - test_bdw_2d_r8g8b8a8_unorm_512x512_a1_s1_noaux_y0(); - test_bdw_2d_r8g8b8a8_unorm_1024x1024_a6_s1_noaux_y0(); + test_bdw_2d_r8g8b8a8_unorm_512x512_array01_samples01_noaux_tiley0(); + test_bdw_2d_r8g8b8a8_unorm_1024x1024_array06_samples01_noaux_tiley0(); test_bdw_3d_r8g8b8a8_unorm_256x256x256_levels09_tiley0(); } |