Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/canvas/webgl/uninitialized-test-expected.txt

Issue 1586053002: Reland of Untouch out of bound pixels for CopyTexSubImage2D (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix layout tests Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/canvas/webgl/uninitialized-test.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Tests to check user code cannot access uninitialized data from GL resources. 1 Tests to check user code cannot access uninitialized data from GL resources.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 PASS Context created. 5 PASS Context created.
6 6
7 Reading an uninitialized texture (texImage2D) should succeed with all bytes set to 0. 7 Reading an uninitialized texture (texImage2D) should succeed with all bytes set to 0.
8 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 8 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
9 PASS All data initialized 9 PASS All data is expected
10 PASS getError was expected value: NO_ERROR : 10 PASS getError was expected value: NO_ERROR :
11 11
12 Reading an uninitialized portion of a texture (copyTexImage2D) should succeed wi th all bytes set to 0. 12 Reading an uninitialized portion of a texture (copyTexImage2D) should succeed wi th all bytes set to 0.
13 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 13 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
14 PASS getError was expected value: NO_ERROR : 14 PASS getError was expected value: NO_ERROR :
15 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 15 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
16 PASS All data initialized 16 PASS All data is expected
17 PASS getError was expected value: NO_ERROR : 17 PASS getError was expected value: NO_ERROR :
18 18
19 Reading an uninitialized portion of a texture (copyTexImage2D with negative x an d y) should succeed with all bytes set to 0. 19 Reading an uninitialized portion of a texture (copyTexImage2D with negative x an d y) should succeed with all bytes set to 0.
20 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 20 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
21 PASS getError was expected value: NO_ERROR : 21 PASS getError was expected value: NO_ERROR :
22 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 22 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
23 PASS All data initialized 23 PASS All data is expected
24 PASS getError was expected value: NO_ERROR : 24 PASS getError was expected value: NO_ERROR :
25 25
26 Reading an uninitialized portion of a texture (copyTexImage2D from WebGL interna l fbo) should succeed with all bytes set to 0. 26 Reading an uninitialized portion of a texture (copyTexImage2D from WebGL interna l fbo) should succeed with all bytes set to 0.
27 PASS getError was expected value: NO_ERROR : 27 PASS getError was expected value: NO_ERROR :
28 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 28 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
29 PASS All data initialized 29 PASS All data is expected
30 PASS getError was expected value: NO_ERROR : 30 PASS getError was expected value: NO_ERROR :
31 31
32 Reading an uninitialized portion of a texture (copyTexSubImage2D) should succeed with all bytes set to 0. 32 Reading an uninitialized portion of a texture (copyTexSubImage2D) should succeed with all bytes untouched.
33 PASS getError was expected value: NO_ERROR : 33 PASS getError was expected value: NO_ERROR :
34 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 34 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
35 PASS getError was expected value: NO_ERROR : 35 PASS getError was expected value: NO_ERROR :
36 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 36 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
37 PASS All data initialized 37 PASS All data is expected
38 PASS getError was expected value: NO_ERROR : 38 PASS getError was expected value: NO_ERROR :
39 39
40 Reading an uninitialized portion of a texture (copyTexSubImage2D with negative x and y) should succeed with all bytes set to 0. 40 Reading an uninitialized portion of a texture (copyTexSubImage2D with negative x and y) should succeed with all bytes untouched.
41 PASS getError was expected value: NO_ERROR : 41 PASS getError was expected value: NO_ERROR :
42 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 42 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
43 PASS getError was expected value: NO_ERROR : 43 PASS getError was expected value: NO_ERROR :
44 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 44 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
45 PASS All data initialized 45 PASS All data is expected
46 PASS getError was expected value: NO_ERROR : 46 PASS getError was expected value: NO_ERROR :
47 47
48 Reading an uninitialized portion of a texture (copyTexSubImage2D from WebGL inte rnal fbo) should succeed with all bytes set to 0. 48 Reading an uninitialized portion of a texture (copyTexSubImage2D from WebGL inte rnal fbo) should succeed with all bytes untouched.
49 PASS getError was expected value: NO_ERROR : 49 PASS getError was expected value: NO_ERROR :
50 PASS getError was expected value: NO_ERROR : 50 PASS getError was expected value: NO_ERROR :
51 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE 51 PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
52 PASS All data initialized 52 PASS All data is expected
53 PASS getError was expected value: NO_ERROR : 53 PASS getError was expected value: NO_ERROR :
54 54
55 PASS successfullyParsed is true 55 PASS successfullyParsed is true
56 56
57 TEST COMPLETE 57 TEST COMPLETE
58 58
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/fast/canvas/webgl/uninitialized-test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698