[PATCH 9/9] mmdevapi/tests: Add tests for volume control interfaces

Alexandre Julliard julliard at winehq.org
Mon May 9 05:01:32 CDT 2011


Andrew Eikum <aeikum at codeweavers.com> writes:

> ---
>  dlls/mmdevapi/tests/capture.c |  389
> ++++++++++++++++++++++++++++++++++++++
>  dlls/mmdevapi/tests/render.c  |  414
> +++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 803 insertions(+), 0 deletions(-)

It doesn't work here:

../../../tools/runtest -q -P wine -M mmdevapi.dll -T ../../.. -p mmdevapi_test.exe.so capture.c && touch capture.ok
capture.c:648: Test failed: Activation failed with 80004005
wine: Unhandled page fault on read access to 0x00000000 at address 0x68677fb5 (thread 0033), starting debugger...
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x68677fb5).
Register dump:
 CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
 EIP:68677fb5 ESP:0032fc30 EBP:0032fd38 EFLAGS:00010206(  R- --  I   - -P- )
 EAX:00000000 EBX:6868915c ECX:0032fbe0 EDX:0032fce4
 ESI:6868399a EDI:0032fcf8
Stack dump:
0x0032fc30:  00000000 686839a4 80004005 00000000
0x0032fc40:  0032fd14 00000000 00000000 00124b60
0x0032fc50:  0032fce4 7bc9ed90 0032fc78 7bc68211
0x0032fc60:  3d4ccccd 00000040 0032fca8 80004005
0x0032fc70:  9999999a 3fd99999 00000001 0032fce4
0x0032fc80:  3d4ccccd 00000017 00000000 7ffdf044
Backtrace:
=>0 0x68677fb5 func_capture+0x8a5() [/home/julliard/wine/wine/dlls/mmdevapi/tests/capture.c:650] in mmdevapi_test (0x0032fd38)
  1 0x6868287e run_test+0x14d(name="capture.c") [/home/julliard/wine/wine/dlls/mmdevapi/tests/../../../include/wine/test.h:556] in mmdevapi_test (0x0032fd88)
  2 0x68683347 main+0x156(argc=0, argv=0x68677fb5) [/home/julliard/wine/wine/dlls/mmdevapi/tests/../../../include/wine/test.h:624] in mmdevapi_test (0x0032fe48)
  3 0x6868351c __wine_spec_exe_entry+0x7b(peb=0x7ffdf000) [/home/julliard/wine/wine/dlls/winecrt0/exe_entry.c:36] in mmdevapi_test (0x0032fe90)
  4 0x7b8596cc call_process_entry+0xb() in kernel32 (0x0032fea8)
  5 0x7b85a2ff start_process+0x5e(peb=0x7ffdf000) [/home/julliard/wine/wine/dlls/kernel32/process.c:1086] in kernel32 (0x0032fee8)
  6 0x7bc73808 call_thread_func+0xb() in ntdll (0x0032fef8)
  7 0x7bc76f6e call_thread_entry_point+0x6d(entry=0x7b85a2a0, arg=0x7ffdf000) [/home/julliard/wine/wine/dlls/ntdll/signal_i386.c:2499] in ntdll (0x0032ffc8)
  8 0x7bc4c15e start_process+0x1d(kernel_start=0x7b85a2a0) [/home/julliard/wine/wine/dlls/ntdll/loader.c:2612] in ntdll (0x0032ffe8)
  9 0x6802998d wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000)
0x68677fb5 func_capture+0x8a5 [/home/julliard/wine/wine/dlls/mmdevapi/tests/capture.c:650] in mmdevapi_test: movl	0x0(%eax),%ecx
650	    hr = IAudioClient_Initialize(ac2, AUDCLNT_SHAREMODE_SHARED,

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list