Re: [PATCH] msxml3/tests: Fix the domdoc IObjectSafety tests for msxml3 SP8+.
On 2/26/2010 23:20, Reece Dunn wrote:
Hi,
As the following table shows, the msxml3 behaviour for IObjectSafety changed from SP7 (8.70.*) to SP8 (8.80.*):
fail? Windows MSXML MSXML Service Pack ========================================================== NO Win2003 SP1 8.70.1104.0 3.0 SP7 YES Win2003 SP2 8.80.1185.0 3.0 Post SP8 NO WinXP SP2 8.50.2162.0 3.0 SP5 YES WinXP SP3 8.100.1048.0 3.0 SP10 YES WinXP + IE8 8.100.1048.0 3.0 SP10
This patch fixes the tests on these failing platforms.
Please change our implementation too to SP8 behavior, and mark other one broken().
- Reece
On 26 February 2010 20:36, Nikolay Sivov <bunglehead(a)gmail.com> wrote:
On 2/26/2010 23:20, Reece Dunn wrote:
Hi,
As the following table shows, the msxml3 behaviour for IObjectSafety changed from SP7 (8.70.*) to SP8 (8.80.*):
fail? Windows MSXML MSXML Service Pack ========================================================== NO Win2003 SP1 8.70.1104.0 3.0 SP7 YES Win2003 SP2 8.80.1185.0 3.0 Post SP8 NO WinXP SP2 8.50.2162.0 3.0 SP5 YES WinXP SP3 8.100.1048.0 3.0 SP10 YES WinXP + IE8 8.100.1048.0 3.0 SP10
This patch fixes the tests on these failing platforms.
Please change our implementation too to SP8 behavior, and mark other one broken().
Will do. I am improving the tests as adding INTERFACE_USES_SECURITY_MANAGER to the bit-mask does not fix all of the tests and I am currently confused as to what is going on. - Reece
participants (2)
-
Nikolay Sivov -
Reece Dunn