From 04cd457d91028076e2dc380438aad57c4daa5ce6 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Tue, 17 Feb 2015 12:25:15 -0800 Subject: [PATCH] Make tests/clipping/canvas-rounded-corners.sky actually run. Because we dump dart errors to LOG(ERROR) (stderr) instead of console.log / stdout, tests with dart errors just "pass" and we don't notice they're not running. This was the case with canvas-rounded-corners.sky. I don't think this test actually passes yet, despite it claiming to, but I at least have made it run and not crash. Required me commenting out a ton of CanvasRenderingContext2D, but that's fine, it wasn't actually working and it's better to have it be compiling valid dart. R=abarth@chromium.org, ojan@chromium.org BUG= Review URL: https://codereview.chromium.org/936563002 --- engine/src/flutter/tests/clipping/canvas-rounded-corners.sky | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/src/flutter/tests/clipping/canvas-rounded-corners.sky b/engine/src/flutter/tests/clipping/canvas-rounded-corners.sky index d527ef0bc1d..80e9838d2b6 100644 --- a/engine/src/flutter/tests/clipping/canvas-rounded-corners.sky +++ b/engine/src/flutter/tests/clipping/canvas-rounded-corners.sky @@ -16,11 +16,13 @@