3
3
Author: Chris Coulson <chris.coulson@canonical.com>
6
Index: firefox-trunk-22.0~a1~hg20130301r123350/browser/base/content/test/browser_pluginCrashCommentAndURL.js
6
Index: firefox-trunk-23.0~a1~hg20130511r131518/browser/base/content/test/Makefile.in
7
7
===================================================================
8
--- firefox-trunk-22.0~a1~hg20130301r123350.orig/browser/base/content/test/browser_pluginCrashCommentAndURL.js 2013-03-01 02:07:39.000000000 +0000
9
+++ firefox-trunk-22.0~a1~hg20130301r123350/browser/base/content/test/browser_pluginCrashCommentAndURL.js 2013-03-01 16:51:12.409226666 +0000
11
const SERVER_URL = "http://example.com/browser/toolkit/crashreporter/test/browser/crashreport.sjs";
8
--- firefox-trunk-23.0~a1~hg20130511r131518.orig/browser/base/content/test/Makefile.in 2013-05-11 03:06:44.000000000 +0100
9
+++ firefox-trunk-23.0~a1~hg20130511r131518/browser/base/content/test/Makefile.in 2013-05-11 23:34:28.174256706 +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 \
19
healthreport_testRemoteCommands.html \
14
+ if (!("@mozilla.org/toolkit/crash-reporter;1" in Cc)) {
15
+ todo(false, "Crash reporting is disabled on this build");
22
+ifdef MOZ_CRASHREPORTER
24
+ browser_pluginCrashCommentAndURL.js \
25
+ pluginCrashCommentAndURL.html \
19
// Crashing the plugin takes up a lot of time, so extend the test timeout.
20
requestLongerTimeout(runs.length);
21
waitForExplicitFinish();
29
# Disable tests on Windows due to frequent failures (bugs 825739, 841341)
30
ifneq (windows,$(MOZ_WIDGET_TOOLKIT))