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

Side by Side Diff: LayoutTests/fast/canvas/webgl/oes-element-index-uint-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 Tests that index validation for drawElements does not examine too many indices 1 Tests that index validation for drawElements does not examine too many indices
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 5
6 PASS WebGL context exists 6 PASS WebGL context exists
7 PASS Successfully enabled OES_element_index_uint extension 7 PASS Successfully enabled OES_element_index_uint extension
8 PASS OES_element_index_uint listed as supported and getExtension succeeded 8 PASS OES_element_index_uint listed as supported and getExtension succeeded
9 Test that draws with unsigned integer indices produce the expected results 9 Test that draws with unsigned integer indices produce the expected results
10 PASS Draw 0 passed pixel test 10 PASS Draw 0 passed pixel test
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 PASS gl.drawElements(gl.TRIANGLE_STRIP, 4, gl.UNSIGNED_INT, 0) generated expecte d GL error: INVALID_OPERATION. 53 PASS gl.drawElements(gl.TRIANGLE_STRIP, 4, gl.UNSIGNED_INT, 0) generated expecte d GL error: INVALID_OPERATION.
54 PASS gl.drawElements(gl.TRIANGLE_STRIP, 4, gl.UNSIGNED_INT, 8) generated expecte d GL error: INVALID_OPERATION. 54 PASS gl.drawElements(gl.TRIANGLE_STRIP, 4, gl.UNSIGNED_INT, 8) generated expecte d GL error: INVALID_OPERATION.
55 Verifies that the index validation code which is within bufferSubData does not c rash. 55 Verifies that the index validation code which is within bufferSubData does not c rash.
56 PASS getError was expected value: INVALID_VALUE : after attempting to update a b uffer outside of the allocated bounds 56 PASS getError was expected value: INVALID_VALUE : after attempting to update a b uffer outside of the allocated bounds
57 PASS bufferSubData, when buffer object was initialized with null, did not crash 57 PASS bufferSubData, when buffer object was initialized with null, did not crash
58 PASS getError was expected value: NO_ERROR : there should be no errors 58 PASS getError was expected value: NO_ERROR : there should be no errors
59 59
60 PASS successfullyParsed is true 60 PASS successfullyParsed is true
61 61
62 TEST COMPLETE 62 TEST COMPLETE
63 PASS successfullyParsed is true
64
65 TEST COMPLETE
63 66
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698