thomas at parker.iz34.com
2013-Mar-23 02:05 UTC
[flac-dev] MinGW compile/test confirmation needed
Hi all, I need someone which can use git and the MinGW compiler on windows to test something for me. Specifically, this: a) Check out git head, configure using: ./autogen.sh && ./configure && make clean all and then run the test: src/test_libFLAC/test_libFLAC.exe and confirm that fails with: testing FLAC__stream_decoder_process_until_end_of_stream()... FAILED, returned false, state = 4 (FLAC__STREAM_DECODER_END_OF_STREAM) b) Check out a old revision using: git branch test-regression a606e1a7ef5b0bc0d3c4feef56233b805e8ed6c9 git checkout test-regression ./autogen.sh && ./configure && make clean all and then run the test: src/test_libFLAC/test_libFLAC.exe and confirm that it passes. For me, cross compiling from Linux to Windows and running the tests under Wine, a) fails and b) succeeds. I'd just like confirmation of that. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ flac-dev mailing list flac-dev at xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev -------------- next part -------------- A non-text attachment was scrubbed... Name: originalBody.txt Type: application/octet-stream Size: 1226 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130323/4240803f/attachment.obj
thomas at parker.iz34.com
2013-Mar-23 07:30 UTC
[flac-dev] MinGW compile/test confirmation needed
Erik de Castro Lopo wrote:> I need someone which can use git and the MinGW compiler on windows to > test something for me. Specifically, this:Thanks to Janne Hyv?rinen for running these tests. We have come to the conclusion that the bug is in Wine, not in FLAC. When cross-compiling from Linux to Windows and running the test suite under Wine, some of the tests will fail. However, when the failing test binary is copied to an actual windows machine, the test passes. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ _______________________________________________ flac-dev mailing list flac-dev at xiph.org http://lists.xiph.org/mailman/listinfo/flac-dev -------------- next part -------------- A non-text attachment was scrubbed... Name: originalBody.txt Type: application/octet-stream Size: 746 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130323/a52d31da/attachment.obj