7 Oct
2025
7 Oct
'25
9:47 a.m.
Hans Leidekker (@hans) commented about dlls/rometadata/tests/rometadata.c:
+ + winetest_pop_context(); + } + + todo_wine + ok(!!guid_ctor_idx, "got guid_ctor_coded_idx %lu\n", guid_ctor_idx); + + /* Verify ITest1 has the correct GuidAttribute value. */ + for (i = 0; i < tables[TABLE_CUSTOMATTRIBUTE].exp_rows; i++) + { + const struct row_custom_attribute *attr = NULL; + + winetest_push_context("i=%lu", i); + + attr = NULL; + hr = IMetaDataTables_GetRow(md_tables, 12, i + 1, (BYTE *)&attr); 12 -> TABLE_CUSTOMATTRIBUTE
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/9094#note_117787