Bernhard Loos bernhardloos@googlemail.com writes:
dlls/kernel32/tests/pipe.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so pipe.c && touch pipe.ok pipe.c:484: Test failed: ConnectNamedPipe pipe.c:494: Test failed: ReadFile pipe.c:497: Test failed: WriteFile pipe.c:503: Test failed: DisconnectNamedPipe Segmentation fault (core dumped) make: *** [pipe.ok] Error 139
Hello Bernhard,
Alexandre Julliard wrote:
Bernhard Loos bernhardloos@googlemail.com writes:
dlls/kernel32/tests/pipe.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so pipe.c && touch pipe.ok pipe.c:484: Test failed: ConnectNamedPipe pipe.c:494: Test failed: ReadFile pipe.c:497: Test failed: WriteFile pipe.c:503: Test failed: DisconnectNamedPipe Segmentation fault (core dumped) make: *** [pipe.ok] Error 139
as you have to resend please also fix the whitespace errors. Some of your patches have "empty" lines with spaces and/or tabs on them.
thanks bye michael