Chromium Code Reviews| Index: gm/gmmain.cpp |
| =================================================================== |
| --- gm/gmmain.cpp (revision 8603) |
| +++ gm/gmmain.cpp (working copy) |
| @@ -1825,8 +1825,10 @@ |
| } |
| gmmain.ListErrors(FLAGS_verbose); |
| - // TODO(epoger): in a standalone CL, enable this new check. |
| -#if 0 |
| + // TODO(epoger): Enable this check for Android, too, once we resolve |
| + // https://code.google.com/p/skia/issues/detail?id=1222 |
| + // ('GM is unexpectedly skipping tests on Android') |
| +#ifndef SK_BUILD_FOR_ANDROID |
|
epoger
2013/04/11 15:24:04
That's better. Eric, you OK with me committing th
borenet
2013/04/11 15:38:41
Yes, assuming it looks like all is well on other p
|
| if (expectedNumberOfTests != gmmain.fTestsRun) { |
| gm_fprintf(stderr, "expected %d tests, but ran or skipped %d tests\n", |
| expectedNumberOfTests, gmmain.fTestsRun); |