From: Chad Versace Date: Fri, 22 Jan 2016 17:46:48 +0000 (-0800) Subject: isl/tests: Give tests less cryptic names X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=65f3c420c3e15c30ab8f87881ae9302a9d4f932b;p=mesa.git isl/tests: Give tests less cryptic names --- 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(); }