Add a test for floating point exponent overflow

This adds a test with a floating point exponent that can't fit into a
32-bit int.
This commit is contained in:
“jimihe” 2024-03-25 16:10:18 +08:00 committed by arcady-lunarg
parent d24cda64d1
commit ac5341fe91
3 changed files with 63 additions and 0 deletions

View file

@ -309,6 +309,7 @@ INSTANTIATE_TEST_SUITE_P(
"GL_EXT_draw_instanced.vert",
"overflow_underflow_toinf_0.frag",
"GL_EXT_texture_array.frag",
"positive_infinity.frag",
})),
FileNameAsCustomTestSuffix
);