|
|
Line 116: |
Line 116: |
| ====Update Verify==== | | ====Update Verify==== |
| * linux - no problems. | | * linux - no problems. |
| * mac - expected failure on gu-IN for 3.0b1...3.0b5. Otherwise, no problems. | | * mac - no problems. |
| * win32 - first run timed out because the updater tries to elevate its access rights on windows - the OS throws up a modal RunAs dialog when we try to run the updater which blocks any progress. Probably fallout from {{bug|437349}} in Fx3.0.2. This patch fixes it up: | | * win32 - {{bug|452128}} was fixed in 3.0.4, so that 3.0.4 -> 3.0.5 updates expected to work... and they did! |
| Index: check_updates.sh | | * a second win32 run failed with the usual complaint that freebl3.chk and softokn3.chk differ ({{bug|404340}}), which is a pass in reality. However, worth noting that there were the following extra messages: |
| =================================================================== | | |
| RCS file: /cvsroot/mozilla/testing/release/common/check_updates.sh,v
| | ... |
| retrieving revision 1.11
| | Binary files source/bin/freebl3.chk and target/bin/freebl3.chk differ |
| diff -u -r1.11 check_updates.sh | | Binary files source/bin/softokn3.chk and target/bin/softokn3.chk differ |
| --- check_updates.sh 21 Mar 2008 21:06:21 -0000 1.11 | | FAIL: binary files found in diff |
| +++ check_updates.sh 3 Nov 2008 20:42:16 -0000
| | FAIL: check_updates returned failure for WINNT_x86-msvc downloads/Firefox Setup 3.0.4.exe vs. downloads/firefox-3.0.5.be.win32.installer.exe: 1 |
| @@ -41,7 +41,7 @@
| | Using https://aus2.mozilla.org/update/1/Firefox/3.0.4/2008102920/WINNT_x86-msvc/be/betatest/update.xml |
| if [ -d source/$platform_dirname ]; then
| | |
| cd source/$platform_dirname;
| | Dont understand - should the above really be comparing FF3.0.4 vs FF3.0.5? |
| cp $updater ../../update
| |
| - ../../update/updater ../../update 0
| |
| + ../../update/updater ../../update 0 .
| |
| cd ../..
| |
| else
| |
| echo "FAIL: no dir in source/$platform_dirname"
| |
| This should be fixed by {{bug|452128}} in 3.0.4, so that 3.0.4 -> 3.0.5 updates work without the patch
| |
| * a second win32 run failed with the usual complaint that freebl3.chk and softokn3.chk differ ({{bug|404340}}), which is a pass in reality
| |
|
| |
|
| ====Stage==== | | ====Stage==== |