~jbicha/firefox/update-dependencies

« back to all changes in this revision

Viewing changes to debian/patches/test-integration/xpcshell-disable-tests-which-need-appdir-write-access.patch

  • Committer: Chris Coulson
  • Date: 2013-09-17 11:05:10 UTC
  • mto: This revision was merged to the branch mainline in revision 1023.
  • Revision ID: chris.coulson@canonical.com-20130917110510-chob2tiw2glco8b9
* New upstream release from the beta channel (FIREFOX_25_0b1_BUILD1)
* Refresh patches
  - update d/p/test-fixes/xpcshell-docshell-no-writes-to-appdir.patch
  - update d/p/test-integration/xpcshell-write-time-for-failed-test.patch
  - update debian/patches/ubuntu-ua-string-changes.patch
  - update d/p/test-fixes/xpcshell-exthandler-no-writes-to-appdir.patch
  - update d/p/test-integration/automation-output-junit-xml.patch
  - update d/p/test-integration/mochitest-allow-test-manifest-for-browser-chrome.patch
  - update d/p/test-integration/xpcshell-disable-tests-which-need-appdir-write-access.patch
  - update debian/patches/unity-menubar.patch
* Drop patches
  - remove d/p/test-fixes/xpcshell-docshell-no-writes-to-appdir.patch
  - remove d/p/test-fixes/xpcshell-contentprefs-no-writes-to-appdir.patch
  - remove d/p/test-fixes/mochitest-browser-plugincrash-with-no-crashreporter.patch
  - update debian/patches/series
* Refactor the test results post-process script a bit so that it can use
  regular expressions in the configuration
  - update debian/testing/filter_results
  - update debian/testing/results-filter-manifest.json
  - update debian/tests/post-process
* Run mochitest-plain in 5 chunks, similar to upstream. This should fix
  some test failures we see that seem to be caused by some tests not
  cleaning up properly (seems to fix LP: #1158781 and LP: #1194448)
  - update debian/testing/run_mochitest.in
  - update debian/tests/control
  - move debian/tests/mochitest => debian/tests/mochitest-1
  - add debian/tests/mochitest-2
  - add debian/tests/mochitest-3
  - add debian/tests/mochitest-4
  - add debian/tests/mochitest-5
* Drop d/p/test-integration/test-sameoriginpolicy-debug.patch now that
  we run mochitest-plain in chunks
* Add OCSPStaplingServer binary to testsuite
  - update debian/firefox-testsuite.install.in
  - update debian/build/rules.mk
* Don't let make check failures fail the build for now, as there are some
  jit test failures
  - update debian/build/testsuite.mk
* Try to stop the buildd's from terminating the build during long links
  (use a hack based on the one for the Chromium package)
  - add debian/build/keepalive-wrapper.py
  - update debian/build/rules.mk
* Disable no_neon_on_arm.patch for now

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Author: Chris Coulson <chris.coulson@canonical.com>
4
4
Forwarded: no
5
5
 
6
 
Index: firefox-trunk-22.0~a1~hg20130301r123350/browser/components/places/tests/unit/xpcshell.ini
 
6
Index: firefox-trunk-26.0~a1~hg20130819r143051/browser/components/places/tests/unit/xpcshell.ini
7
7
===================================================================
8
 
--- firefox-trunk-22.0~a1~hg20130301r123350.orig/browser/components/places/tests/unit/xpcshell.ini      2013-03-01 12:18:24.429812101 +0000
9
 
+++ firefox-trunk-22.0~a1~hg20130301r123350/browser/components/places/tests/unit/xpcshell.ini   2013-03-01 12:18:24.421812101 +0000
 
8
--- firefox-trunk-26.0~a1~hg20130819r143051.orig/browser/components/places/tests/unit/xpcshell.ini      2013-08-19 18:44:43.687496975 +0100
 
9
+++ firefox-trunk-26.0~a1~hg20130819r143051/browser/components/places/tests/unit/xpcshell.ini   2013-08-19 18:44:43.679496975 +0100
10
10
@@ -8,6 +8,9 @@
11
11
 [test_browserGlue_corrupt_nobackup.js]
12
12
 [test_browserGlue_corrupt_nobackup_default.js]
17
17
 [test_browserGlue_migrate.js]
18
18
 [test_browserGlue_prefs.js]
19
19
 [test_browserGlue_restore.js]
20
 
Index: firefox-trunk-22.0~a1~hg20130301r123350/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini
 
20
Index: firefox-trunk-26.0~a1~hg20130819r143051/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini
21
21
===================================================================
22
 
--- firefox-trunk-22.0~a1~hg20130301r123350.orig/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini  2013-03-01 12:18:24.429812101 +0000
23
 
+++ firefox-trunk-22.0~a1~hg20130301r123350/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini       2013-03-01 12:18:24.425812101 +0000
24
 
@@ -233,7 +233,9 @@
 
22
--- firefox-trunk-26.0~a1~hg20130819r143051.orig/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini  2013-08-19 18:19:15.000000000 +0100
 
23
+++ firefox-trunk-26.0~a1~hg20130819r143051/toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini       2013-08-19 18:46:01.695497062 +0100
 
24
@@ -247,10 +247,10 @@
 
25
 run-sequentially = Uses hardcoded ports in xpi files.
25
26
 [test_update_compatmode.js]
26
27
 [test_upgrade.js]
27
 
 # Bug 676992: test consistently hangs on Android
 
28
-# Bug 676992: test consistently hangs on Android
28
29
-skip-if = os == "android"
29
30
+# This needs to write to the application directory
30
31
+skip-if = true
 
32
 run-sequentially = Uses global XCurProcD dir.
31
33
 [test_upgrade_strictcompat.js]
32
 
 # Bug 676992: test consistently hangs on Android
 
34
-# Bug 676992: test consistently hangs on Android
33
35
-skip-if = os == "android"
34
36
+# This needs to write to the application directory
35
37
+skip-if = true
 
38
 run-sequentially = Uses global XCurProcD dir.