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:
parent
d24cda64d1
commit
ac5341fe91
3 changed files with 63 additions and 0 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue