Closed
Bug 1233627
Opened 9 years ago
Closed 9 years ago
Regression in WebGL 1.0.2 conformance: conformance/textures/tex-input-validation.html
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox46 | --- | affected |
People
(Reporter: lukebenes, Assigned: ethlin)
References
(Blocks 1 open bug)
Details
(Whiteboard: webgl-conformance gfx-noted)
Steps to reproduce:
On Windows with Nvidia hardware navigate to:
https://www.khronos.org/registry/webgl/conformance-suites/1.0.2/conformance/textures/tex-input-validation.html
Results:
Checking TexImage2D: a set of inputs that are valid in GL but invalid in GLES2
FAIL getError expected: INVALID_ENUM. Was INVALID_VALUE : internalFormat: 0x1903 target: TEXTURE_2D format: 0x1903 type: UNSIGNED_BYTE border: 0
Chrome passes all the tests. Firefox used to pass, but now fails with nightly.
This "expected: INVALID_ENUM. Was INVALID_VALUE" is similar to Bug 1233625
Blocks: webgl-1.0.2
Whiteboard: webgl-conformance gfx-noted
On my laptop with Intel(R) HD Graphics 4000, I get the same error.
46.0a1 (2015-12-17)
On my laptop with Intel(R) HD Graphics 4000
43.0.1: Pass
46.0a1 (2015-12-18): Fail
On my Ubuntu laptop, nightly is also failing this test. Updated platform.
OS: Windows → All
Assignee | ||
Comment 4•9 years ago
|
||
The test was wrong. Fixed by upstream.
https://github.com/KhronosGroup/WebGL/commit/1de0d5397bd4a53167563ec59a7dd96e012751af
Assignee: nobody → ethlin
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•