aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhongjun.chen <zhongjun.chen@unisoc.corp-partner.google.com>2020-06-30 19:17:48 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-06-30 19:17:48 +0000
commit671129d47a9bf2e36183bacfd1d88cf511efe8f7 (patch)
treeb1f31bb5eda932ee1b4c03227812b6f82148173f
parente0b58675d5f10e2e4c78549fdc0769c293ea035b (diff)
parent6c0bc1cd9ff99e3c90a4bdcaa1fb237c90f868a6 (diff)
downloadplatform_external_skqp-671129d47a9bf2e36183bacfd1d88cf511efe8f7.tar.gz
platform_external_skqp-671129d47a9bf2e36183bacfd1d88cf511efe8f7.tar.bz2
platform_external_skqp-671129d47a9bf2e36183bacfd1d88cf511efe8f7.zip
Relax org.skia.skqp.SkQPRunner#unitTest_CCPR_busyPath am: 25bec16283 am: 6c0bc1cd9f
Original change: https://android-review.googlesource.com/c/platform/external/skqp/+/1347403 Change-Id: I351000b81430c58bde24de7de6e401a18ef29f56
-rw-r--r--tests/GrCCPRTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GrCCPRTest.cpp b/tests/GrCCPRTest.cpp
index 9c84717d34..c4bf58973a 100644
--- a/tests/GrCCPRTest.cpp
+++ b/tests/GrCCPRTest.cpp
@@ -883,7 +883,7 @@ protected:
class CCPR_busyPath : public CCPRRenderingTest {
void onRun(skiatest::Reporter* reporter, const CCPRPathDrawer& ccpr) const override {
- static constexpr int kNumBusyVerbs = 1 << 17;
+ static constexpr int kNumBusyVerbs = 1 << 14;
ccpr.clear();
SkPath busyPath;
busyPath.moveTo(0, 0); // top left