1 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
2 PASS getError was expected value: INVALID_VALUE : gl.texImage2D with NPOT texture with level > 0 should return INVALID_VALUE
3 PASS getError was expected value: NO_ERROR : gl.texImage2D with NPOT texture at level 0 should succeed
4 PASS getError was expected value: INVALID_OPERATION : gl.generateMipmap with NPOT texture should return INVALID_OPERATION
5 PASS NPOT texture with TEXTURE_WRAP set to REPEAT should draw with 0,0,0,255
6 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
7 PASS NPOT texture with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw with 0,0,0,255
8 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
9 PASS NPOT texture with TEXTURE_MIN_FILTER set to LINEAR should draw.
10 PASS getError was expected value: INVALID_VALUE : copyTexImage2D with NPOT texture with level > 0 should return INVALID_VALUE.
11 PASS getError was expected value: NO_ERROR : gl.texImage2D and gl.generateMipmap with POT texture at level 0 should succeed
12 PASS POT texture with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw.
13 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
16 PASS getError was expected value: INVALID_VALUE : gl.texImage2D with NPOT texture with level > 0 should return INVALID_VALUE
17 PASS getError was expected value: NO_ERROR : gl.texImage2D with NPOT texture at level 0 should succeed
18 PASS getError was expected value: INVALID_OPERATION : gl.generateMipmap with NPOT texture should return INVALID_OPERATION
19 PASS NPOT cubemap with TEXTURE_WRAP set to REPEAT should draw with 0,0,0,255
20 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
21 PASS NPOT cubemap with TEXTURE_MIN_FILTER not NEAREST or LINEAR should draw with 0,0,0,255
22 PASS getError was expected value: NO_ERROR : Should be no errors from setup.
23 PASS NPOT cubemap with TEXTURE_MIN_FILTER set to LINEAR should draw.
24 PASS getError was expected value: NO_ERROR : gl.texImage2D with POT texture at level 0 should succeed
25 PASS POT cubemap with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR but no mips draw with 0,0,0,255
26 PASS getError was expected value: NO_ERROR : gl.generateMipmap with POT texture should return succeed
27 PASS POT cubemap with TEXTURE_MIN_FILTER set to LINEAR_MIPMAP_LINEAR should draw.
28 PASS successfullyParsed is true