path ops work in progress

make more skps work

remove edit files

BUG=

Review URL: https://codereview.chromium.org/23542056

git-svn-id: http://skia.googlecode.com/svn/trunk@11570 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathOpsThreadedCommon.h b/tests/PathOpsThreadedCommon.h
index e6d3bed..ee93390 100644
--- a/tests/PathOpsThreadedCommon.h
+++ b/tests/PathOpsThreadedCommon.h
@@ -7,6 +7,7 @@
 #ifndef PathOpsThreadedCommon_DEFINED
 #define PathOpsThreadedCommon_DEFINED
 
+#include "SkGraphics.h"
 #include "SkRunnable.h"
 #include "SkTDArray.h"
 
@@ -25,7 +26,7 @@
     unsigned char fD;
     char* fPathStr;
     const char* fKey;
-    char fSerialNo[64];
+    char fSerialNo[256];
     skiatest::Reporter* fReporter;
     SkBitmap* fBitmap;
 };
@@ -72,6 +73,7 @@
         fState.fBitmap = &bitmap;
         char pathStr[PATH_STR_SIZE];
         fState.fPathStr = pathStr;
+        SkGraphics::SetTLSFontCacheLimit(1 * 1024 * 1024);
         (*fTestFun)(&fState);
     }