summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/webgl/compressedTexSubImage2D.html.ini
blob: 5a4db990cafbda32fbe59b48bd775ca2cd4ed19a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[compressedTexSubImage2D.html]
  type: testharness
  [compressedTexSubImage2D]
    expected:
      if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL
      if not debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
      if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86_64") and (bits == 64): FAIL
      if debug and (os == "linux") and (version == "Ubuntu 12.04") and (processor == "x86") and (bits == 32): FAIL

  [Calling function () {\n    gl.compressedTexSubImage2D(gl.TEXTURE_2D, 0, 0, 0, 10, 10, COMPRESSED_RGB_S3TC_DXT1_EXT, new Uint8Array(8));\n  } should generate a 1280 error.]
    expected: FAIL

  [Calling function () {\n    gl.compressedTexSubImage2D(gl.TEXTURE_2D, 0, 0, 0, 10, 10, COMPRESSED_RGB_S3TC_DXT1_EXT, new Uint8Array(8), null);\n  } should generate a 1280 error.]
    expected: FAIL