mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Amend test expectations.
This commit is contained in:
parent
1bfa45f236
commit
03b3d677f0
43 changed files with 2033 additions and 444 deletions
|
@ -1,2 +1,31 @@
|
|||
[copy-texture-image-same-texture.html]
|
||||
expected: CRASH
|
||||
[WebGL test #2: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #3: checkFramebufferStatus expects [FRAMEBUFFER_INCOMPLETE_ATTACHMENT\], was FRAMEBUFFER_COMPLETE]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #6: getError expected: NO_ERROR. Was INVALID_ENUM : Check texture level color should generate no GL errors.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #8: should be 0,0,0,0\nat (0, 32) expected: 0,0,0,0 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #9: getError expected: NO_ERROR. Was INVALID_ENUM : Check texture level color should generate no GL errors.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #11: should be 0,0,0,0\nat (32, 32) expected: 0,0,0,0 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #12: getError expected: NO_ERROR. Was INVALID_ENUM : Check texture level color should generate no GL errors.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #16: checkFramebufferStatus expects [FRAMEBUFFER_INCOMPLETE_ATTACHMENT\], was FRAMEBUFFER_COMPLETE]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #18: should be 255,255,255,255\nat (0, 0) expected: 255,255,255,255 was 255,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #19: getError expected: NO_ERROR. Was INVALID_ENUM : Check texture level color should generate no GL errors.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +1,205 @@
|
|||
[copy-texture-image.html]
|
||||
expected: CRASH
|
||||
[WebGL test #22: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat R8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #24: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat R8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #26: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat RG8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #28: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat RG8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #30: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat RGB8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #32: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat RGB8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #34: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat RGBA8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #36: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat RGBA8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #46: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat SRGB8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #48: getError expected: NO_ERROR. Was INVALID_OPERATION : copyTexImage2D should succeed for good internalformat SRGB8_ALPHA8]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #49: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #50: getError expected: NO_ERROR. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should succeed for good internalformat R32I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #51: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #52: getError expected: NO_ERROR. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should succeed for good internalformat RG32I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #53: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #54: getError expected: NO_ERROR. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should succeed for good internalformat RGBA32I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #55: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #56: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes R8I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #57: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #58: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes R16I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #59: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #60: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes RG8I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #61: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #62: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes RG16I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #63: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #64: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes RGBA8I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #65: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #66: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes RGBA16I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #67: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #68: getError expected: NO_ERROR. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should succeed for good internalformat R32UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #69: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #70: getError expected: NO_ERROR. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should succeed for good internalformat RG32UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #71: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #72: getError expected: NO_ERROR. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should succeed for good internalformat RGBA32UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #73: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #74: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes R8UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #75: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #76: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes R16UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #77: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #78: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes RG8UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #79: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #80: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes RG16UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #81: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #82: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes RGB10_A2UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #83: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #84: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes RGBA8UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #85: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #86: getError expected: INVALID_OPERATION. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for good internalformat with unmatched component sizes RGBA16UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #88: getError expected: INVALID_ENUM. Was INVALID_OPERATION : copyTexImage2D should fail for bad internalformat R8_SNORM]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #90: getError expected: INVALID_ENUM. Was INVALID_OPERATION : copyTexImage2D should fail for bad internalformat RG8_SNORM]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #92: getError expected: INVALID_ENUM. Was INVALID_OPERATION : copyTexImage2D should fail for bad internalformat RGB8_SNORM]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #94: getError expected: INVALID_ENUM. Was INVALID_OPERATION : copyTexImage2D should fail for bad internalformat RGBA8_SNORM]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #95: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #96: getError expected: INVALID_ENUM. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for bad internalformat RGB8I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #97: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #98: getError expected: INVALID_ENUM. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for bad internalformat RGB16I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #99: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #100: getError expected: INVALID_ENUM. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for bad internalformat RGB32I]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #101: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #102: getError expected: INVALID_ENUM. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for bad internalformat RGB8UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #103: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #104: getError expected: INVALID_ENUM. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for bad internalformat RGB16UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #105: checkFramebufferStatus expects [FRAMEBUFFER_COMPLETE\], was FRAMEBUFFER_INCOMPLETE_ATTACHMENT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #106: getError expected: INVALID_ENUM. Was INVALID_FRAMEBUFFER_OPERATION : copyTexImage2D should fail for bad internalformat RGB32UI]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #108: getError expected: INVALID_ENUM. Was INVALID_OPERATION : copyTexImage2D should fail for bad internalformat DEPTH_COMPONENT16]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #110: getError expected: INVALID_ENUM. Was INVALID_OPERATION : copyTexImage2D should fail for bad internalformat DEPTH_COMPONENT24]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #112: getError expected: INVALID_ENUM. Was INVALID_OPERATION : copyTexImage2D should fail for bad internalformat DEPTH_COMPONENT32F]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #114: getError expected: INVALID_ENUM. Was INVALID_OPERATION : copyTexImage2D should fail for bad internalformat DEPTH24_STENCIL8]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[tex-image-with-bad-args.html]
|
||||
expected: CRASH
|
||||
[WebGL test #5: getError expected: INVALID_OPERATION. Was INVALID_ENUM : TexImage2D taking LUMINANCE_ALPHA/LUMINANCE_ALPHA/HALF_FLOAT]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -12,3 +11,9 @@
|
|||
[WebGL test #6: getError expected: INVALID_VALUE. Was INVALID_ENUM : TexImage2D taking 0x822a/RED/UNSIGNED_SHORT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #2: getError expected: INVALID_OPERATION. Was NO_ERROR : TexImage2D taking RGBA/RGBA/FLOAT]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #4: getError expected: INVALID_OPERATION. Was NO_ERROR : TexImage2D taking LUMINANCE/LUMINANCE/FLOAT]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,2 +1,88 @@
|
|||
[texture-npot.html]
|
||||
expected: CRASH
|
||||
[WebGL test #1: getError expected: NO_ERROR. Was INVALID_VALUE : gl.texImage2D with NPOT texture with level > 0 should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #3: getError expected: NO_ERROR. Was INVALID_OPERATION : gl.generateMipmap with NPOT texture should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #6: NPOT texture with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw\nat (0, 0) expected: 192,0,128,64 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #9: getError expected: NO_ERROR. Was INVALID_VALUE : copyTexImage2D with NPOT texture with level > 0 should succeed.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #13: getError expected: NO_ERROR. Was INVALID_VALUE : gl.texImage2D with NPOT texture with level > 0 should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #15: getError expected: NO_ERROR. Was INVALID_OPERATION : gl.generateMipmap with NPOT texture should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #18: NPOT texture with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw\nat (0, 0) expected: 192,0,128,255 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #21: getError expected: NO_ERROR. Was INVALID_VALUE : copyTexImage2D with NPOT texture with level > 0 should succeed.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #25: getError expected: NO_ERROR. Was INVALID_VALUE : gl.texImage2D with NPOT texture with level > 0 should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #27: getError expected: NO_ERROR. Was INVALID_OPERATION : gl.generateMipmap with NPOT texture should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #28: NPOT texture with TEXTURE_WRAP set to REPEAT should draw\nat (0, 0) expected: 192,192,192,255 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #30: NPOT texture with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw\nat (0, 0) expected: 192,192,192,255 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #32: NPOT texture with TEXTURE_MIN_FILTER set to LINEAR should draw.\nat (0, 0) expected: 192,192,192,255 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #33: getError expected: NO_ERROR. Was INVALID_VALUE : copyTexImage2D with NPOT texture with level > 0 should succeed.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #35: POT texture with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw.\nat (0, 0) expected: 192,192,192,255 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #37: getError expected: NO_ERROR. Was INVALID_VALUE : gl.texImage2D with NPOT texture with level > 0 should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #39: getError expected: NO_ERROR. Was INVALID_OPERATION : gl.generateMipmap with NPOT texture should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #40: NPOT texture with TEXTURE_WRAP set to REPEAT should draw\nat (0, 0) expected: 0,0,0,64 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #42: NPOT texture with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw\nat (0, 0) expected: 0,0,0,64 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #44: NPOT texture with TEXTURE_MIN_FILTER set to LINEAR should draw.\nat (0, 0) expected: 0,0,0,64 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #45: getError expected: NO_ERROR. Was INVALID_VALUE : copyTexImage2D with NPOT texture with level > 0 should succeed.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #47: POT texture with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw.\nat (0, 0) expected: 0,0,0,64 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #49: getError expected: NO_ERROR. Was INVALID_VALUE : gl.texImage2D with NPOT texture with level > 0 should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #51: getError expected: NO_ERROR. Was INVALID_OPERATION : gl.generateMipmap with NPOT texture should succeed]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #52: NPOT texture with TEXTURE_WRAP set to REPEAT should draw\nat (0, 0) expected: 192,192,192,64 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #54: NPOT texture with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw\nat (0, 0) expected: 192,192,192,64 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #56: NPOT texture with TEXTURE_MIN_FILTER set to LINEAR should draw.\nat (0, 0) expected: 192,192,192,64 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #57: getError expected: NO_ERROR. Was INVALID_VALUE : copyTexImage2D with NPOT texture with level > 0 should succeed.]
|
||||
expected: FAIL
|
||||
|
||||
[WebGL test #59: POT texture with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw.\nat (0, 0) expected: 192,192,192,64 was 0,0,0,255]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue