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

Unified Diff: chrome/test/gpu/webgl_conformance_test_list_autogen.h

Issue 10411065: Roll WebGL conformance tests to khronos r17874 (from r17167). (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/gpu/webgl_conformance_test_list_autogen.h
===================================================================
--- chrome/test/gpu/webgl_conformance_test_list_autogen.h (revision 138172)
+++ chrome/test/gpu/webgl_conformance_test_list_autogen.h (working copy)
@@ -71,6 +71,8 @@
"conformance/more/functions/drawElementsBadArgs.html");
CONFORMANCE_TEST(conformance_more_functions_isTests,
"conformance/more/functions/isTests.html");
+CONFORMANCE_TEST(conformance_more_functions_isTestsBadArgs,
+ "conformance/more/functions/isTestsBadArgs.html");
CONFORMANCE_TEST(conformance_more_functions_readPixels,
"conformance/more/functions/readPixels.html");
CONFORMANCE_TEST(conformance_more_functions_readPixelsBadArgs,
@@ -121,6 +123,8 @@
"conformance/attribs/gl-enable-vertex-attrib.html");
CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib_render,
"conformance/attribs/gl-vertex-attrib-render.html");
+CONFORMANCE_TEST(conformance_attribs_gl_disabled_vertex_attrib,
+ "conformance/attribs/gl-disabled-vertex-attrib.html");
CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib_zero_issues,
"conformance/attribs/gl-vertex-attrib-zero-issues.html");
CONFORMANCE_TEST(conformance_attribs_gl_vertex_attrib,
@@ -183,8 +187,18 @@
"conformance/context/premultiplyalpha-test.html");
CONFORMANCE_TEST(conformance_context_resource_sharing_test,
"conformance/context/resource-sharing-test.html");
+CONFORMANCE_TEST(conformance_extensions_get_extension,
+ "conformance/extensions/get-extension.html");
CONFORMANCE_TEST(conformance_extensions_oes_standard_derivatives,
"conformance/extensions/oes-standard-derivatives.html");
+CONFORMANCE_TEST(conformance_extensions_oes_texture_float_with_canvas,
+ "conformance/extensions/oes-texture-float-with-canvas.html");
+CONFORMANCE_TEST(conformance_extensions_oes_texture_float_with_image_data,
+ "conformance/extensions/oes-texture-float-with-image-data.html");
+CONFORMANCE_TEST(conformance_extensions_oes_texture_float_with_image,
+ "conformance/extensions/oes-texture-float-with-image.html");
+CONFORMANCE_TEST(conformance_extensions_oes_texture_float_with_video,
+ "conformance/extensions/oes-texture-float-with-video.html");
CONFORMANCE_TEST(conformance_extensions_oes_texture_float,
"conformance/extensions/oes-texture-float.html");
CONFORMANCE_TEST(conformance_extensions_oes_vertex_array_object,
@@ -257,6 +271,8 @@
"conformance/reading/read-pixels-test.html");
CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_object_attachment,
"conformance/renderbuffers/framebuffer-object-attachment.html");
+CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_state_restoration,
+ "conformance/renderbuffers/framebuffer-state-restoration.html");
CONFORMANCE_TEST(conformance_renderbuffers_framebuffer_test,
"conformance/renderbuffers/framebuffer-test.html");
CONFORMANCE_TEST(conformance_renderbuffers_renderbuffer_initialization,
@@ -307,12 +323,36 @@
"conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html");
CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas,
"conformance/textures/tex-image-and-sub-image-2d-with-canvas.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas_rgb565,
+ "conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgb565.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas_rgba4444,
+ "conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba4444.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_canvas_rgba5551,
+ "conformance/textures/tex-image-and-sub-image-2d-with-canvas-rgba5551.html");
CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data,
"conformance/textures/tex-image-and-sub-image-2d-with-image-data.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data_rgb565,
+ "conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgb565.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data_rgba4444,
+ "conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba4444.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_data_rgba5551,
+ "conformance/textures/tex-image-and-sub-image-2d-with-image-data-rgba5551.html");
CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image,
"conformance/textures/tex-image-and-sub-image-2d-with-image.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_rgb565,
+ "conformance/textures/tex-image-and-sub-image-2d-with-image-rgb565.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_rgba4444,
+ "conformance/textures/tex-image-and-sub-image-2d-with-image-rgba4444.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_image_rgba5551,
+ "conformance/textures/tex-image-and-sub-image-2d-with-image-rgba5551.html");
CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video,
"conformance/textures/tex-image-and-sub-image-2d-with-video.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video_rgb565,
+ "conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video_rgba4444,
+ "conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.html");
+CONFORMANCE_TEST(conformance_textures_tex_image_and_sub_image_2d_with_video_rgba5551,
+ "conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.html");
CONFORMANCE_TEST(conformance_textures_tex_image_and_uniform_binding_bugs,
"conformance/textures/tex-image-and-uniform-binding-bugs.html");
CONFORMANCE_TEST(conformance_textures_tex_image_with_format_and_type,
@@ -331,6 +371,8 @@
"conformance/textures/texture-active-bind-2.html");
CONFORMANCE_TEST(conformance_textures_texture_active_bind,
"conformance/textures/texture-active-bind.html");
+CONFORMANCE_TEST(conformance_textures_texture_attachment_formats,
+ "conformance/textures/texture-attachment-formats.html");
CONFORMANCE_TEST(conformance_textures_texture_clear,
"conformance/textures/texture-clear.html");
CONFORMANCE_TEST(conformance_textures_texture_complete,
@@ -721,6 +763,8 @@
"conformance/glsl/misc/struct-nesting-under-maximum.html");
CONFORMANCE_TEST(conformance_glsl_misc_uniform_location_length_limits,
"conformance/glsl/misc/uniform-location-length-limits.html");
+CONFORMANCE_TEST(conformance_glsl_misc_shader_with_short_circuiting_operators,
+ "conformance/glsl/misc/shader-with-short-circuiting-operators.html");
CONFORMANCE_TEST(conformance_glsl_reserved__webgl_field_vert,
"conformance/glsl/reserved/_webgl_field.vert.html");
CONFORMANCE_TEST(conformance_glsl_reserved__webgl_function_vert,
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698