Nikolay Sivov (@nsivov) commented about dlls/msxml3/tests/domdoc.c:
+{
- const validate_on_parse_test_t *entry = validate_on_parse_tests;
- int i = 0;
- while (entry->guid)
- {
IXMLDOMDocument2 *doc, *doc_clone;IXMLDOMNode *node_clone;VARIANT var, var_clone;VARIANT_BOOL b;HRESULT hr;i++;if (!is_clsid_supported(entry->guid, &IID_IXMLDOMDocument2)){skip("IXMLDOMDocument2 is not supported by %s.\n", entry->clsid);
We could probably remove the skip. If you think we need it, it should be a win_skip() instead.