From 365e1b4218f001737dafacfee0e54ca66d67fd31 Mon Sep 17 00:00:00 2001 From: Josh Aas Date: Mon, 18 Oct 2010 16:11:49 -0400 Subject: [PATCH] Bug 599087: Re-enable plugin crash tests on Mac OS X. a=test --- modules/plugin/test/mochitest/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/plugin/test/mochitest/Makefile.in b/modules/plugin/test/mochitest/Makefile.in index 9894afb44847..0652bc97248a 100644 --- a/modules/plugin/test/mochitest/Makefile.in +++ b/modules/plugin/test/mochitest/Makefile.in @@ -113,8 +113,6 @@ _MOCHICHROME_FILES = \ # Temporarily disable the tests on Linux, see bug 573290 and bug 583591. ifneq ($(OS_ARCH),Linux) -# Temporarily disable the tests on Mac OS X, see bug 599087. -ifneq (cocoa,$(MOZ_WIDGET_TOOLKIT)) ifdef MOZ_CRASHREPORTER _MOCHICHROME_FILES += \ test_crash_notify.xul \ @@ -123,7 +121,6 @@ _MOCHICHROME_FILES += \ $(NULL) endif endif -endif ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT)) _MOCHICHROME_FILES += \