Bug 150978 - fast/canvas/webgl/oes-texture-half-float-linear.html flaky on Mac
Summary: fast/canvas/webgl/oes-texture-half-float-linear.html flaky on Mac
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: WebKit Nightly Build
Hardware: Mac Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-06 12:57 PST by Ryan Haddad
Modified: 2015-11-06 12:59 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2015-11-06 12:57:31 PST
fast/canvas/webgl/oes-texture-half-float-linear.html flaky on Mac

--- /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/fast/canvas/webgl/oes-texture-half-float-linear-expected.txt
+++ /Volumes/Data/slave/elcapitan-debug-tests-wk2/build/layout-test-results/fast/canvas/webgl/oes-texture-half-float-linear-actual.txt
@@ -212,7 +212,8 @@
 
 testing target: TEXTURE_CUBE_MAP, testing format: RGBA, magFilter is: LINEAR, minFilter is: LINEAR_MIPMAP_NEAREST, OES_texture_half_float_linear is enabled
 PASS getError was expected value: NO_ERROR : OES_texture_half_float texture with Linear filter should succeed with NO_ERROR if OES_texture_half_float is enabled
-PASS should be 255,255,255,255
+FAIL should be 255,255,255,255
+at (0, 0) expected: 255,255,255,255 was 0,0,0,0
 
 testing target: TEXTURE_CUBE_MAP, testing format: RGBA, magFilter is: LINEAR, minFilter is: LINEAR_MIPMAP_LINEAR, OES_texture_half_float_linear is enabled
 PASS getError was expected value: NO_ERROR : OES_texture_half_float texture with Linear filter should succeed with NO_ERROR if OES_texture_half_float is enabled

Flakiness dashboard:
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcanvas%2Fwebgl%2Foes-texture-half-float-linear.html>

Run:
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fcanvas%2Fwebgl%2Foes-texture-half-float-linear.html>
Results:
<https://build.webkit.org/results/Apple%20El%20Capitan%20Debug%20WK2%20(Tests)/r192111%20(938)/results.html>
Comment 1 Ryan Haddad 2015-11-06 12:59:26 PST
Marked as flaky on mac in <https://trac.webkit.org/r192119>