From 33efb139e8dfab7b03038ec82391d8cb4bdd6806 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Tue, 6 Nov 2012 22:26:56 +0000 Subject: [PATCH] Bug 701060 - Disable test_bug401046.html & test_lang.xhtml for too many intermittent failures --- content/svg/content/test/Makefile.in | 2 +- layout/style/test/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/svg/content/test/Makefile.in b/content/svg/content/test/Makefile.in index adbd5b996bba..376595a0e5d0 100644 --- a/content/svg/content/test/Makefile.in +++ b/content/svg/content/test/Makefile.in @@ -43,7 +43,7 @@ MOCHITEST_FILES = \ test_getSubStringLength.xhtml \ getSubStringLength-helper.svg \ test_isSupported.xhtml \ - test_lang.xhtml \ + $(warning test_lang.xhtml is disabled for intermittent failures. Bug 701060) \ test_nonAnimStrings.xhtml \ test_pathAnimInterpolation.xhtml \ test_pathSeg.xhtml \ diff --git a/layout/style/test/Makefile.in b/layout/style/test/Makefile.in index 544ff6c62050..40f3170169e3 100644 --- a/layout/style/test/Makefile.in +++ b/layout/style/test/Makefile.in @@ -62,7 +62,7 @@ MOCHITEST_FILES = test_acid3_test46.html \ test_bug391221.html \ test_bug397427.html \ test_bug399349.html \ - test_bug401046.html \ + $(warning test_bug401046.html is disabled for intermittent failures. Bug 701060) \ test_bug405818.html \ test_bug412901.html \ test_bug437915.html \