26 Jul
2022
26 Jul
'22
9:27 a.m.
Alistair Leslie-Hughes (@alesliehughes) commented about dlls/xactengine3_7/tests/xact3.c:
data->received = TRUE; ok(notification->type == data->type, "Unexpected notification type %u\n", notification->type); - if(notification->type == XACTNOTIFICATIONTYPE_WAVEBANKDESTROYED)
You need to explicitly check the Notification type. For example, if a CUE Notification was received, it could possible give an access volition. NOTE: Maybe not with the wavebank structure as it only contains one structure but if we expand the tests in the future it will be required. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/533#note_4958