Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1002)

Unified Diff: tests/AAClipTest.cpp

Issue 656473004: interesct path bounds with clip bounds before initializing supersampler (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: enable test Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/core/SkScan_AntiPath.cpp ('K') | « src/core/SkScan_AntiPath.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/AAClipTest.cpp
diff --git a/tests/AAClipTest.cpp b/tests/AAClipTest.cpp
index 605656514931b285db643b13847c37de699e0da2..693becba382b394590869b7412cb326a0bfaf8a5 100644
--- a/tests/AAClipTest.cpp
+++ b/tests/AAClipTest.cpp
@@ -429,12 +429,10 @@ static void test_regressions() {
// Before the fix, the following code would assert in debug builds.
//
static void test_crbug_422693(skiatest::Reporter* reporter) {
-#if 0
SkRasterClip rc(SkIRect::MakeLTRB(-25000, -25000, 25000, 25000));
SkPath path;
path.addCircle(50, 50, 50);
rc.op(path, rc.getBounds().size(), SkRegion::kIntersect_Op, true);
-#endif
}
DEF_TEST(AAClip, reporter) {
« src/core/SkScan_AntiPath.cpp ('K') | « src/core/SkScan_AntiPath.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698