SkQP: relax five more tests

After discussion with Skia GPU lead, we decided to allow these changes.

b/112641048

Change-Id: Ib84bf32aedb4b1d43bba972cb6f5a251e63d7730
Reviewed-on: https://skia-review.googlesource.com/148909
Reviewed-by: Brian Salomon <bsalomon@google.com>
diff --git a/tools/skqp/gm_knowledge.cpp b/tools/skqp/gm_knowledge.cpp
index ccfcd9d..dac4575 100644
--- a/tools/skqp/gm_knowledge.cpp
+++ b/tools/skqp/gm_knowledge.cpp
@@ -52,13 +52,17 @@
         int64_t tolerance;
     } allowedBadnesses[] = {
         // These values are rounded up from failing tests reported by vendor.
-        // The failures were perceptually good.
-        { "circular_arcs_stroke_and_fill_round", 110   },
-        { "circular_arcs_weird",                 12000 },
-        { "drawTextRSXform",                     1000  },
-        { "patheffect",                          260   },
-        { "strokes_poly",                        1100  },
-        { "stroketext",                          700   },
+        { "blurroundrect-WH-100x100-unevenCorners", 360   },
+        { "circular_arcs_stroke_and_fill_round",    110   },
+        { "circular_arcs_weird",                    12000 },
+        { "complexclip2_path_aa",                   570   },
+        { "drawTextRSXform",                        1000  },
+        { "drrect",                                 410   },
+        { "patheffect",                             260   },
+        { "simpleshapes",                           200   },
+        { "skbug1719",                              920   },
+        { "strokes_poly",                           1100  },
+        { "stroketext",                             700   },
     };
     for (auto allowedBadness : allowedBadnesses) {
         if (0 == strcmp(allowedBadness.name, name)) {