Remove OverflowFloatLiteral error test temporarily.

This breaks on OS X 10.12: http://screen/7A9bumDr8Z4ihcy

Debugging is difficult via a trybot. This CL can be reverted once the
root cause is discovered and fixed.

Change-Id: Ibbfadc9fbe39eb8d1755e6f382b806d1d648a6fe
Bug: skia:12928
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/505803
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
This commit is contained in:
John Stiles 2022-02-08 18:27:40 -05:00 committed by SkCQ
parent 37a7a19d50
commit bae2cb0894
3 changed files with 0 additions and 12 deletions

View File

@ -127,7 +127,6 @@ sksl_error_tests = [
"/sksl/errors/Ossfuzz40479.sksl",
"/sksl/errors/Ossfuzz40660.sksl",
"/sksl/errors/Ossfuzz44045.sksl",
"/sksl/errors/OverflowFloatLiteral.sksl",
"/sksl/errors/OverflowInlinedLiteral.sksl",
"/sksl/errors/OverflowIntLiteral.sksl",
"/sksl/errors/OverflowInt64Literal.sksl",

View File

@ -1,7 +0,0 @@
void main() {
sk_FragColor = half4(3.41e+38);
}
/*%%*
floating-point value is too large:
*%%*/

View File

@ -1,4 +0,0 @@
### Compilation failed:
error: 2: floating-point value is too large: 3.41e+38
1 error