Bug 139953

Summary: Imported WebGL tests only print PASS/FAIL
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bfulgham, dino, roger_fong
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=139955
https://bugs.webkit.org/show_bug.cgi?id=139958

Description Alexey Proskuryakov 2014-12-26 11:13:48 PST
Newly imported WebGL tests run the test in an iframe, and hide most results. So when a test fails, all we see is a FAIL.

Comparing these to older versions, it looks like we can do better. See e.g. fast/canvas/webgl/angle-instanced-arrays.html vs. webgl/1.0.3/conformance/extensions/angle-instanced-arrays.html - the former actually prints the results.