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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc

Issue 2477673005: fix conformance2/textures/misc/tex-image-with-bad-args.html (Closed)
Patch Set: fix test CopyTexImage2DUnsizedInternalFormatES3 Created 4 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 side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
index 4392f9e8b4b141a53dfaf653e5404cadee6e4eaf..a784de8f2708ee126eec94c0af88801debc077a6 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc
@@ -844,8 +844,7 @@ TEST_P(GLES2DecoderManualInitTest, CopyTexImage2DUnsizedInternalFormatES3) {
GLenum sized;
};
UnsizedSizedInternalFormat kUnsizedInternalFormats[] = {
- {GL_RED, GL_R8},
- {GL_RG, GL_RG8},
+ // GL_RED and GL_RG should not work.
{GL_RGB, GL_RGB8},
{GL_RGBA, GL_RGBA8},
{GL_BGRA_EXT, GL_RGBA8},
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | gpu/command_buffer/service/texture_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698