Closed
Bug 909903
Opened 11 years ago
Closed 6 years ago
There should be test coverage for WebGL availability on B2G
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bjacob, Unassigned)
References
Details
(Whiteboard: webgl-internal)
So last week I regressed WebGL in bug 900201, to the extent that all WebGL context creation started failing (!).
We didn't have any test coverage for that. There is a thing in
content/canvas/test/webgl/non-conf-tests/test_webgl_conformance.html
that seems to be OK with WebGL not being available on B2G. Other WebGL-using tests in content/canvas/test/crossorigin failed, but were KNOWN-FAIL anyway.
Comment 1•11 years ago
|
||
test_webgl_conformance doesn't check if it's possible to get a general webgl context, but rather a "webgl" context, as opposed to an "experimental-webgl" context.
It's easy enough to add a 'we expect to have webgl work' test, though.
Comment 2•11 years ago
|
||
IIRC, WebGL reftests are failing on B2G, as well. We would get incidental coverage that way, if they were working.
Updated•11 years ago
|
Whiteboard: webgl-internal
Comment 3•11 years ago
|
||
Are there any bugs reenabling WebGL on B2G tbpl?
Comment 4•6 years ago
|
||
Mass closing as we are no longer working on b2g/firefox os.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 5•6 years ago
|
||
Mass closing as we are no longer working on b2g/firefox os.
You need to log in
before you can comment on or make changes to this bug.
Description
•