static void TestDrawPath(skiatest::Reporter* reporter) { test_giantaa(reporter); test_bug533(reporter); test_bigcubic(reporter); test_crbug_124652(reporter); test_crbug_140642(reporter); test_crbug_140803(reporter); test_inversepathwithclip(reporter); // why? if (false) test_crbug131181(reporter); test_infinite_dash(reporter); test_crbug_165432(reporter); }
DEF_TEST(DrawPath, reporter) { test_giantaa(); test_bug533(); test_bigcubic(); test_crbug_124652(); test_crbug_140642(); test_crbug_140803(); test_inversepathwithclip(); // why? if (false) test_crbug131181(); test_infinite_dash(reporter); test_crbug_165432(reporter); test_big_aa_rect(reporter); }