[PATCH] msxml3/tests: Fix the domdoc IObjectSafety tests for msxml3 SP8+. [try 2]

Reece Dunn msclrhd at googlemail.com
Sun Feb 28 15:37:24 CST 2010


On 28 February 2010 19:11, Paul Vriens <paul.vriens.wine at gmail.com> wrote:
> On 02/26/2010 11:07 PM, Reece Dunn wrote:
>>
>> +    todo_wine
>> +    ok(broken(supported == (INTERFACESAFE_FOR_UNTRUSTED_CALLER |
>> INTERFACESAFE_FOR_UNTRUSTED_DATA)) ||
>> +       supported == (INTERFACESAFE_FOR_UNTRUSTED_CALLER |
>> INTERFACESAFE_FOR_UNTRUSTED_DATA | INTERFACE_USES_SECURITY_MANAGER) /*
>> msxml3 SP8+ */,
>> +        "Expected (INTERFACESAFE_FOR_UNTRUSTED_CALLER |
>> INTERFACESAFE_FOR_UNTRUSTED_DATA) "
>> +        "or (INTERFACESAFE_FOR_UNTRUSTED_CALLER |
>> INTERFACESAFE_FOR_UNTRUSTED_DATA | INTERFACE_USES_SECURITY_MANAGER), "
>
> Hi Reece,
>
> We usually don't add the broken() possibility as one of the expected
> outcomes in the ok-message.

I have applied your comment to the tests I have been working on and
submitting that as the fix for the failing tests, as I have reworked
the tests to extend the coverage.

Thanks,
- Reece



More information about the wine-devel mailing list