1 Verify limits on the lengths of uniform locations.
2 Test uniform location underneath the length limit
3 PASS gl.getProgramParameter(program, gl.LINK_STATUS) is true
4 PASS uniformLoc is non-null.
5 PASS getError was expected value: NO_ERROR :
6 Test uniform location exactly at the length limit
7 PASS gl.getProgramParameter(program, gl.LINK_STATUS) is true
8 PASS uniformLoc is non-null.
9 PASS getError was expected value: NO_ERROR :
10 Test uniform location over the length limit
11 PASS getError was expected value: NO_ERROR :
12 PASS gl.getProgramParameter(program, gl.LINK_STATUS) is true
13 PASS getError was expected value: INVALID_VALUE :
14 PASS uniformLoc is null
15 PASS successfullyParsed is true