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

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

Issue 8885003: Fix webgl conformance test list generation script. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « chrome/test/gpu/webgl_conformance_test_expectations.txt ('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 113824)
+++ chrome/test/gpu/webgl_conformance_test_list_autogen.h (working copy)
@@ -9,6 +9,21 @@
#ifndef CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
#define CHROME_TEST_GPU_WEBGL_CONFORMANCE_TEST_LIST_AUTOGEN_H_
+#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX)
+#define MAYBE_conformance_more_functions_readPixelsBadArgs FAILS_conformance_more_functions_readPixelsBadArgs
+#elif !defined(MAYBE_conformance_more_functions_readPixelsBadArgs)
+#define MAYBE_conformance_more_functions_readPixelsBadArgs conformance_more_functions_readPixelsBadArgs
+#endif
+#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX)
+#define MAYBE_conformance_more_functions_texImage2DHTML FAILS_conformance_more_functions_texImage2DHTML
+#elif !defined(MAYBE_conformance_more_functions_texImage2DHTML)
+#define MAYBE_conformance_more_functions_texImage2DHTML conformance_more_functions_texImage2DHTML
+#endif
+#if defined(OS_MACOSX) || defined(OS_WIN) || defined(OS_LINUX)
+#define MAYBE_conformance_more_functions_texSubImage2DHTML FAILS_conformance_more_functions_texSubImage2DHTML
+#elif !defined(MAYBE_conformance_more_functions_texSubImage2DHTML)
+#define MAYBE_conformance_more_functions_texSubImage2DHTML conformance_more_functions_texSubImage2DHTML
+#endif
CONFORMANCE_TEST(conformance_more_conformance_constants,
"conformance/more/conformance/constants.html");
CONFORMANCE_TEST(conformance_more_conformance_getContext,
@@ -73,13 +88,13 @@
"conformance/more/functions/isTests.html");
CONFORMANCE_TEST(conformance_more_functions_readPixels,
"conformance/more/functions/readPixels.html");
-CONFORMANCE_TEST(FAILS_conformance_more_functions_readPixelsBadArgs,
+CONFORMANCE_TEST(MAYBE_conformance_more_functions_readPixelsBadArgs,
"conformance/more/functions/readPixelsBadArgs.html");
CONFORMANCE_TEST(conformance_more_functions_texImage2D,
"conformance/more/functions/texImage2D.html");
CONFORMANCE_TEST(conformance_more_functions_texImage2DBadArgs,
"conformance/more/functions/texImage2DBadArgs.html");
-CONFORMANCE_TEST(FAILS_conformance_more_functions_texImage2DHTML,
+CONFORMANCE_TEST(MAYBE_conformance_more_functions_texImage2DHTML,
"conformance/more/functions/texImage2DHTML.html");
CONFORMANCE_TEST(conformance_more_functions_texImage2DHTMLBadArgs,
"conformance/more/functions/texImage2DHTMLBadArgs.html");
@@ -87,7 +102,7 @@
"conformance/more/functions/texSubImage2D.html");
CONFORMANCE_TEST(conformance_more_functions_texSubImage2DBadArgs,
"conformance/more/functions/texSubImage2DBadArgs.html");
-CONFORMANCE_TEST(FAILS_conformance_more_functions_texSubImage2DHTML,
+CONFORMANCE_TEST(MAYBE_conformance_more_functions_texSubImage2DHTML,
"conformance/more/functions/texSubImage2DHTML.html");
CONFORMANCE_TEST(conformance_more_functions_texSubImage2DHTMLBadArgs,
"conformance/more/functions/texSubImage2DHTMLBadArgs.html");
« 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