From 7729fd622b0eef38f441d98ba7c9c1403bbddeb6 Mon Sep 17 00:00:00 2001 From: "bzbarsky@mit.edu" Date: Wed, 5 Dec 2007 20:47:09 -0800 Subject: [PATCH] Fix up comments a dram --- content/canvas/test/Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/canvas/test/Makefile.in b/content/canvas/test/Makefile.in index 7d3d813fd4f5..759c71cb3fbc 100644 --- a/content/canvas/test/Makefile.in +++ b/content/canvas/test/Makefile.in @@ -502,14 +502,14 @@ _TEST_FILES_E = \ image_green.png \ $(NULL) -# This one test crashes Mac for now +# This one test crashes Mac for now. Bug 407104 ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa) _TEST_FILES_E += \ test_2d.gradient.empty.html \ $(NULL) endif -# Tests that fail on Mac (possibly because spec is underdefined?) +# Tests that fail on Mac (possibly because spec is underdefined?). Bug 407105 ifneq ($(MOZ_WIDGET_TOOLKIT),cocoa) _TEST_FILES_E += \ test_2d.line.cap.zerobezier.round.html \ @@ -526,7 +526,7 @@ _TEST_FILES_E += \ $(NULL) endif -# Tests that fail on non-Mac (still need bugs) +# Tests that fail on non-Mac (bug 407107) ifeq ($(MOZ_WIDGET_TOOLKIT),cocoa) _TEST_FILES_E += \ test_2d.path.rect.selfintersect.html \