Closed Bug 1380891 Opened 9 years ago Closed 9 years ago

WebGL Conformance sdk/tests/conformance/state/gl-enable-enum-test.html

Categories

(Core :: Graphics: CanvasWebGL, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla56
Tracking Status
firefox56 --- fixed

People

(Reporter: svargas, Assigned: svargas)

Details

Attachments

(1 file)

Test: https://www.khronos.org/registry/webgl/sdk/tests/conformance/state/gl-enable-enum-test.html?webglVersion=1&quiet=0 Failures: FAIL gl.getParameter(gl.SAMPLE_ALPHA_TO_COVERAGE) should be true (of type boolean). Was null (of type object). PASS gl.isEnabled(gl.SAMPLE_ALPHA_TO_COVERAGE) is false FAIL gl.getParameter(gl.SAMPLE_ALPHA_TO_COVERAGE) should be false (of type boolean). Was null (of type object). FAIL getError expected: NO_ERROR. Was INVALID_ENUM : gl.isEnabled and gl.GetParameter must not set errors when passed GL_SAMPLE_ALPHA_TO_COVERAGE PASS getError was expected value: NO_ERROR : gl.enable must succeed when passed gl.SAMPLE_COVERAGE PASS gl.isEnabled(gl.SAMPLE_COVERAGE) is true FAIL gl.getParameter(gl.SAMPLE_COVERAGE) should be true (of type boolean). Was null (of type object). PASS gl.isEnabled(gl.SAMPLE_COVERAGE) is false FAIL gl.getParameter(gl.SAMPLE_COVERAGE) should be false (of type boolean). Was null (of type object). FAIL getError expected: NO_ERROR. Was INVALID_ENUM : gl.isEnabled and gl.GetParameter must not set errors when passed These enums are missing in the WebGLContextState.cpp's getParameter function.
Attachment #8886439 - Flags: review?(jgilbert) → review+
Keywords: checkin-needed
In the future, please try to use commit messages for your patches which summarize what the patch is actually doing rather than simply restating the problem being fixed. http://mozilla-version-control-tools.readthedocs.io/en/latest/mozreview/commits.html#write-detailed-commit-messages
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/4ebb04666500 WebGL Conformance sdk/tests/conformance/state/gl-enable-enum-test.html. r=jgilbert
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: