Bug 33635 - RV620 : Webgl : conformance-tests : 5248/5325 , firefox 4b10
Summary: RV620 : Webgl : conformance-tests : 5248/5325 , firefox 4b10
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/Gallium/r600 (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Default DRI bug account
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-27 22:58 UTC by Alexandre Derumier
Modified: 2012-08-08 16:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alexandre Derumier 2011-01-27 22:58:23 UTC
Hi,

not sure is the good place to post result of WebGL Conformance Test Runner, but it's my results with RV620 chipset, r600g with all git from today.



Results: (5248 of 5325 passed, 3 timed out)

conformance/context-lost-restored.html(*timeout*)
conformance/gl-get-active-attribute.html (15 of 16 passed)

    failed: successfullyParsed should be true. Threw exception ReferenceError: successfullyParsed is not defined
conformance/gl-get-calls.html (72 of 75 passed)

    failed: context.getParameter(context.MAX_FRAGMENT_UNIFORM_VECTORS) >= 16 should be true. Was false.
    failed: context.getParameter(context.MAX_VARYING_VECTORS) >= 8 should be true. Was false.
    failed: context.getParameter(context.MAX_VERTEX_UNIFORM_VECTORS) >= 128 should be true. Was false.
conformance/gl-getshadersource.html (1 of 3 passed)

    failed: source should be abc//defNOTASCII. Was .
    failed: getError expected: NO_ERROR. Was INVALID_VALUE : Should be no errors.
conformance/gl-min-attribs.html (2 of 3 passed)

    failed: Should render 255,127,64,32
conformance/gl-min-uniforms.html (4 of 6 passed)

    failed: Should render 255,127,64,32
    failed: Should render 32,64,127,255
conformance/gl-uniform-arrays.html (68 of 76 passed)

    failed: value put in (15) matches value pulled out (16)
    failed: value put in (14) matches value pulled out (16)
    failed: value put in ([14, 13]) matches value pulled out ([16, 15])
    failed: value put in ([12, 11]) matches value pulled out ([16, 15])
    failed: value put in ([13, 12, 11]) matches value pulled out ([16, 15, 14])
    failed: value put in ([10, 9, 8]) matches value pulled out ([16, 15, 14])
    failed: value put in ([12, 11, 10, 9]) matches value pulled out ([16, 15, 14, 13])
    failed: value put in ([8, 7, 6, 5]) matches value pulled out ([16, 15, 14, 13])
conformance/glsl-conformance.html (102 of 104 passed)

    failed: [vshader/fshaderWith256CharacterIdentifier]: shared that uses 256 character identifier should succeed
    failed: [shaders/misc/non-ascii-comments.vert/fshader]: Non ascii comments in source should succeed
conformance/invalid-passed-params.html (50 of 74 passed)

    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.
    failed: context.getError() should be 1281. Was 0.

conformance/oes-standard-derivatives.html (7 of 8 passed)

    failed: successfullyParsed should be true. Threw exception ReferenceError: successfullyParsed is not defined
conformance/point-size.html (1 of 2 passed)

    failed: Drawing a point of size 1 touched pixels that should not be touched
conformance/read-pixels-test.html (121 of 125 passed)

    failed: getError expected: INVALID_OPERATION. Was INVALID_ENUM : Should not be able to read as RGB / UNSIGNED_BYTE
    failed: getError expected: INVALID_OPERATION. Was INVALID_ENUM : Should not be able to read as RGBA / UNSIGNED_SHORT_5_5_5_1
    failed: getError expected: INVALID_OPERATION. Was INVALID_ENUM : Should not be able to read as RGBA / UNSIGNED_SHORT_4_4_4_4
    failed: getError expected: INVALID_OPERATION. Was INVALID_ENUM : Should not be able to read as ALPHA / UNSIGNED_BYTE

conformance/tex-image-and-sub-image-2d-with-video.html(*timeout*)

conformance/texture-npot.html (25 of 26 passed)

    failed: POT cubemap with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw
conformance/uniform-location.html (24 of 25 passed)

    failed: contextA.getUniform(programS, locationArray1) should be 5. Was 4.
conformance/uninitialized-test.html (16 of 19 passed)

    failed: non-zero pixel values are wrong
    failed: non-zero pixel values are wrong
    failed: non-zero pixel values are wrong
conformance/webgl-specific.html (31 of 40 passed)

    failed: gl.stencilMaskSeparate(gl.FRONT, 1) expected: NO_ERROR. Was INVALID_OPERATION.
    failed: gl.drawArrays(gl.TRIANGLES, 0, 0) expected: INVALID_OPERATION. Was NO_ERROR.
    failed: gl.stencilMaskSeparate(gl.BACK, 1) expected: NO_ERROR. Was INVALID_OPERATION.
    failed: gl.stencilFuncSeparate(gl.BACK, gl.ALWAYS, 1, 255) expected: NO_ERROR. Was INVALID_OPERATION.
    failed: gl.drawArrays(gl.TRIANGLES, 0, 0) expected: INVALID_OPERATION. Was NO_ERROR.
    failed: gl.stencilFuncSeparate(gl.FRONT, gl.ALWAYS, 1, 255) expected: NO_ERROR. Was INVALID_OPERATION.
    failed: gl.stencilFuncSeparate(gl.BACK, gl.ALWAYS, 1, 1) expected: NO_ERROR. Was INVALID_OPERATION.
    failed: gl.drawArrays(gl.TRIANGLES, 0, 0) expected: INVALID_OPERATION. Was NO_ERROR.
    failed: gl.stencilFuncSeparate(gl.FRONT, gl.ALWAYS, 1, 1) expected: NO_ERROR. Was INVALID_OPERATION.
more/conformance/quickCheckAPI.html (0 of 1 passed)

    failed: testValidArgs

more/conformance/webGLArrays.html(*timeout*)
more/functions/copyTexImage2D.html (1 of 2 passed)

    failed: testRoundtrip
more/functions/copyTexSubImage2D.html (1 of 2 passed)

    failed: testRoundtrip
more/functions/copyTexSubImage2DBadArgs.html (0 of 1 passed)

    failed: testTexImage2D
more/functions/deleteBufferBadArgs.html (0 of 1 passed)

    failed: testDeleteBuffer
more/functions/texImage2DBadArgs.html (0 of 1 passed)

    failed: testTexImage2D
more/functions/texSubImage2DBadArgs.html (0 of 1 passed)

    failed: testTexImage2D
more/functions/texSubImage2DHTMLBadArgs.html (0 of 1 passed)

    failed: testTexImage2D
more/functions/uniformiBadArgs.html (0 of 1 passed)

    failed: testUniformf
more/functions/uniformMatrixBadArgs.html (0 of 1 passed)

    failed: testUniformf
more/functions/vertexAttribBadArgs.html (0 of 1 passed)

    failed: testVertexAttrib
Comment 1 Andreas Boll 2012-08-08 16:07:14 UTC
All those tests now passes with firefox nightly 20120808

WebGL Renderer: X.Org -- Gallium 0.4 on AMD RV770 -- 2.1 Mesa 8.1-devel (git-be42a45)

By now there is only 1 test page failing with r600g driver.
For further information see Bug 44912


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.