aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhongjun.chen <zhongjun.chen@unisoc.corp-partner.google.com>2020-06-23 18:58:11 +0800
committerzhongjun.chen <zhongjun.chen@unisoc.corp-partner.google.com>2020-06-23 19:00:25 +0800
commit25bec16283807e794c3425dcad8ee81c669faa6b (patch)
treeab335cabdda1094bf8e1e5dfcf10af600b628dc1
parente7114976e58986f7301f2241b8f62ccfb1fdd298 (diff)
downloadskqp-25bec16283807e794c3425dcad8ee81c669faa6b.tar.gz
Relax org.skia.skqp.SkQPRunner#unitTest_CCPR_busyPathandroid-r-beta-3android-r-beta-2
Decreasing the kNumBusyVerbs count in CCPRRenderingTest function,for the DDR(512M) is so weak that the phone cannot afford this testcase. Test: passed this test Bug: 156326016 Change-Id:I80a2611cb597157a4909544dbc14591e38cd7065
-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