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 11:26:22 +0000
commit317648fc9951cf74a46ba7b3b2a5a9a1f4918d6d (patch)
tree40319cee628c7f2df00bd16c452f47642970e07e
parenteef3f22ed8973b6e48032f4517974938a01cfb38 (diff)
downloadskqp-android10-tests-dev.tar.gz
Relax org.skia.skqp.SkQPRunner#unitTest_CCPR_busyPathandroid10-tests-dev
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