1
Description: Skip browser_pluginCrashCommentAndURL.js when the crash reporter
3
Author: Chris Coulson <chris.coulson@canonical.com>
6
Index: firefox-trunk-24.0~a1~hg20130623r136205/browser/base/content/test/Makefile.in
7
===================================================================
8
--- firefox-trunk-24.0~a1~hg20130623r136205.orig/browser/base/content/test/Makefile.in 2013-06-24 11:07:46.684414428 +0100
9
+++ firefox-trunk-24.0~a1~hg20130623r136205/browser/base/content/test/Makefile.in 2013-06-24 11:08:54.980415525 +0100
11
browser_pageInfo_plugins.js \
14
- browser_pluginCrashCommentAndURL.js \
15
- pluginCrashCommentAndURL.html \
16
browser_private_no_prompt.js \
17
browser_blob-channelname.js \
18
browser_aboutHealthReport.js \
20
offlineQuotaNotification.cacheManifest \
23
+ifdef MOZ_CRASHREPORTER
24
+MOCHITEST_BROWSER_FILES += \
25
+ browser_pluginCrashCommentAndURL.js \
26
+ pluginCrashCommentAndURL.html \
30
# Disable tests on Windows due to frequent failures (bugs 825739, 841341)
31
ifneq (windows,$(MOZ_WIDGET_TOOLKIT))
32
MOCHITEST_BROWSER_FILES += \