Re: [PATCH v2 0/9] MR895: msxml3/tests: Filter attributes tests by version.
26 Apr
2023
26 Apr
'23
11:22 a.m.
Nikolay Sivov (@nsivov) commented about dlls/msxml3/tests/domdoc.c:
}
test = tests; - while (test->xml) { + while (test->xml) + { + if (test->versions && !(entry->ver & test->versions)) + { + test++; + continue; + }
I don't see "versions" field set anywhere? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/895#note_31210
968
Age (days ago)
968
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov (@nsivov)