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:
parent
37a7a19d50
commit
bae2cb0894
@ -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",
|
||||
|
@ -1,7 +0,0 @@
|
||||
void main() {
|
||||
sk_FragColor = half4(3.41e+38);
|
||||
}
|
||||
|
||||
/*%%*
|
||||
floating-point value is too large:
|
||||
*%%*/
|
@ -1,4 +0,0 @@
|
||||
### Compilation failed:
|
||||
|
||||
error: 2: floating-point value is too large: 3.41e+38
|
||||
1 error
|
Loading…
Reference in New Issue
Block a user