Closed Bug 1237194 Opened 8 years ago Closed 8 years ago

[WebGL2] pass getSyncParameter in gl-object-get-calls.html

Categories

(Core :: Graphics: CanvasWebGL, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla46
Tracking Status
firefox46 --- fixed

People

(Reporter: ethlin, Assigned: ethlin)

References

()

Details

Attachments

(1 file)

Test getSyncParameter
PASS gl.getSyncParameter(sync, gl.OBJECT_TYPE) is gl.SYNC_FENCE
PASS gl.getSyncParameter(sync, gl.SYNC_STATUS) is gl.UNSIGNALED
PASS gl.getSyncParameter(sync, gl.SYNC_CONDITION) is gl.SYNC_GPU_COMMANDS_COMPLETE
PASS gl.getSyncParameter(sync, gl.SYNC_FLAGS) is 0
FAIL getSyncParameter did not generate INVALID_ENUM for invalid pname enum: NO_ERROR
After the normal case, the function should return without generating gl error.
Attachment #8704534 - Flags: review?(jgilbert)
Attachment #8704534 - Flags: review?(jgilbert) → review+
https://hg.mozilla.org/mozilla-central/rev/1b36e59457e7
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: