|
Bugzilla – Full Text Bug Listing |
| Summary: | Add test checking that getProgramInfoLog returns a string | ||
|---|---|---|---|
| Product: | WebGL | Reporter: | Benoit Jacob <bjacob> |
| Component: | Conformance Tests | Assignee: | 3dweb Working Group email alias <3dweb> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | gman, kbr, zmo |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Check that the infolog is a string | ||
|
Description
Benoit Jacob
2012-01-25 08:30:13 PST
Created attachment 98 [details]
Check that the infolog is a string
We should also check if similar tests are needed for other string-returning functions such as getShaderInfoLog.
Hm, Chromium does pass this test here (does return empty strings). I wonder how to hit the case in http://code.google.com/codesearch#OAMlx_jo-ck/src/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc&exact_package=chromium&type=cs&l=796 (In reply to comment #3) > Hm, Chromium does pass this test here (does return empty strings). I wonder how > to hit the case in > > http://code.google.com/codesearch#OAMlx_jo-ck/src/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.cc&exact_package=chromium&type=cs&l=796 I'm told that this is because I'm on Linux and this bug only occurs on Windows and Mac. Fixed in r16739, r16741, r16742. |