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

Side by Side Diff: chrome/test/gpu/webgl_conformance_test_list_autogen.h

Issue 8669016: Mark conformance_textures_tex_image_and_sub_image_2d_with_video as FLAKY (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « chrome/test/gpu/webgl_conformance_test_expectations.txt ('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 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // DO NOT EDIT! This file is auto-generated by 5 // DO NOT EDIT! This file is auto-generated by
6 // generate_webgl_conformance_test_list.py 6 // generate_webgl_conformance_test_list.py
7 // It is included by webgl_conformance_tests.cc 7 // It is included by webgl_conformance_tests.cc
8 8
9 #ifndef CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ 9 #ifndef CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
10 #define CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ 10 #define CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 CONFORMANCE_TEST(conformance_textures_origin_clean_conformance, 274 CONFORMANCE_TEST(conformance_textures_origin_clean_conformance,
275 "conformance/textures/origin-clean-conformance.html"); 275 "conformance/textures/origin-clean-conformance.html");
276 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_array_buff er_view, 276 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_array_buff er_view,
277 "conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html") ; 277 "conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html") ;
278 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas, 278 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas,
279 "conformance/textures/tex-image-and-sub-image-2d-with-canvas.html"); 279 "conformance/textures/tex-image-and-sub-image-2d-with-canvas.html");
280 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data , 280 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data ,
281 "conformance/textures/tex-image-and-sub-image-2d-with-image-data.html"); 281 "conformance/textures/tex-image-and-sub-image-2d-with-image-data.html");
282 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image, 282 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image,
283 "conformance/textures/tex-image-and-sub-image-2d-with-image.html"); 283 "conformance/textures/tex-image-and-sub-image-2d-with-image.html");
284 CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video, 284 CONFORMANCE_TEST(FLAKY_conformance_textures_tex_image_and_sub_image_2d_with_vide o,
285 "conformance/textures/tex-image-and-sub-image-2d-with-video.html"); 285 "conformance/textures/tex-image-and-sub-image-2d-with-video.html");
286 CONFORMANCE_TEST(conformance_textures_tex_image_and_uniform_binding_bugs, 286 CONFORMANCE_TEST(conformance_textures_tex_image_and_uniform_binding_bugs,
287 "conformance/textures/tex-image-and-uniform-binding-bugs.html"); 287 "conformance/textures/tex-image-and-uniform-binding-bugs.html");
288 CONFORMANCE_TEST(conformance_textures_tex_image_with_format_and_type, 288 CONFORMANCE_TEST(conformance_textures_tex_image_with_format_and_type,
289 "conformance/textures/tex-image-with-format-and-type.html"); 289 "conformance/textures/tex-image-with-format-and-type.html");
290 CONFORMANCE_TEST(conformance_textures_tex_image_with_invalid_data, 290 CONFORMANCE_TEST(conformance_textures_tex_image_with_invalid_data,
291 "conformance/textures/tex-image-with-invalid-data.html"); 291 "conformance/textures/tex-image-with-invalid-data.html");
292 CONFORMANCE_TEST(DISABLED_conformance_textures_tex_input_validation, 292 CONFORMANCE_TEST(DISABLED_conformance_textures_tex_input_validation,
293 "conformance/textures/tex-input-validation.html"); 293 "conformance/textures/tex-input-validation.html");
294 CONFORMANCE_TEST(conformance_textures_tex_sub_image_2d_bad_args, 294 CONFORMANCE_TEST(conformance_textures_tex_sub_image_2d_bad_args,
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 "conformance/glsl/reserved/webgl_variable.vert.html"); 643 "conformance/glsl/reserved/webgl_variable.vert.html");
644 CONFORMANCE_TEST(conformance_glsl_variables_gl_fragcoord, 644 CONFORMANCE_TEST(conformance_glsl_variables_gl_fragcoord,
645 "conformance/glsl/variables/gl-fragcoord.html"); 645 "conformance/glsl/variables/gl-fragcoord.html");
646 CONFORMANCE_TEST(conformance_glsl_variables_gl_frontfacing, 646 CONFORMANCE_TEST(conformance_glsl_variables_gl_frontfacing,
647 "conformance/glsl/variables/gl-frontfacing.html"); 647 "conformance/glsl/variables/gl-frontfacing.html");
648 CONFORMANCE_TEST(conformance_glsl_variables_gl_pointcoord, 648 CONFORMANCE_TEST(conformance_glsl_variables_gl_pointcoord,
649 "conformance/glsl/variables/gl-pointcoord.html"); 649 "conformance/glsl/variables/gl-pointcoord.html");
650 650
651 #endif // CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_ 651 #endif // CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
652 652
OLDNEW
« no previous file with comments | « chrome/test/gpu/webgl_conformance_test_expectations.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698