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

Unified Diff: gm/gm_error.h

Issue 13663003: gm: record IntentionallySkipped tests (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: sync_to_r8579 Created 7 years, 8 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 | « no previous file | gm/gmmain.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/gm_error.h
===================================================================
--- gm/gm_error.h (revision 8579)
+++ gm/gm_error.h (working copy)
@@ -26,6 +26,7 @@
// or off (as long as the number of these errors is 0).
kNoGpuContext_ErrorType,
+ kIntentionallySkipped_ErrorType,
kRenderModeMismatch_ErrorType,
kExpectationsMismatch_ErrorType,
kMissingExpectations_ErrorType,
@@ -40,6 +41,8 @@
switch(type) {
case kNoGpuContext_ErrorType:
return "NoGpuContext";
+ case kIntentionallySkipped_ErrorType:
+ return "IntentionallySkipped";
case kRenderModeMismatch_ErrorType:
return "RenderModeMismatch";
case kExpectationsMismatch_ErrorType:
« no previous file with comments | « no previous file | gm/gmmain.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698