An ancient driver might support another time format, e.g. TIME_SMPTE. However, test shows recent Windows only supports TIME_BYTES and TIME_SAMPLES.
Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com --- dlls/winmm/tests/wave.c | 65 ++++++++++------------------------------- 1 file changed, 15 insertions(+), 50 deletions(-)
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=84200
Your paranoid android.
=== w1064v1809 (32 bit report) ===
winmm: wave.c:495: Test failed: waveOutGetPosition(WAVE_MAPPER): returned 1377 bytes, should be 13230 wave.c:505: Test failed: waveOutGetPosition(WAVE_MAPPER): returned 1377 samples (1377 bytes), should be 13230 (13230 bytes)
=== w10pro64_zh_CN (64 bit report) ===
winmm: wave.c:495: Test failed: waveOutGetPosition(WAVE_MAPPER): returned 2238 bytes, should be 13230 wave.c:505: Test failed: waveOutGetPosition(WAVE_MAPPER): returned 2238 samples (2238 bytes), should be 13230 (13230 bytes)