From 4a3717a0b7e711d60a861e8b6cd98bf6d44e795b Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Tue, 4 Oct 2016 15:25:29 -0400 Subject: run dean4 test everywhere This test got different results when run with a GCC compiler generating FMA instructions. The support for those have been dropped, so the test should no longer fail. TBR=reed@google.com BUG=skia:5508 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2935 Change-Id: I318ec8ae12c9eb489f6f89bd59b202453943d31e Reviewed-on: https://skia-review.googlesource.com/2935 Reviewed-by: Cary Clark --- tests/PathOpsSimplifyTest.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/PathOpsSimplifyTest.cpp') diff --git a/tests/PathOpsSimplifyTest.cpp b/tests/PathOpsSimplifyTest.cpp index 5a2f012cfc..56b11ae6c1 100644 --- a/tests/PathOpsSimplifyTest.cpp +++ b/tests/PathOpsSimplifyTest.cpp @@ -5091,10 +5091,6 @@ testSimplify(reporter, path, filename); } static void dean4(skiatest::Reporter* reporter, const char* filename) { -// FIXME: This fails unexpectedly when GYP_DEFINES="skia_fast=1" is set on a z840 calibre machine -#if DEBUG_UNDER_DEVELOPMENT - return; -#endif SkPath path; // start region -- cgit v1.2.3