https://bugs.winehq.org/show_bug.cgi?id=43880 --- Comment #7 from François Gouget <fgouget(a)codeweavers.com> --- (In reply to parkerjbarker from comment #2) [...]
How do I tell which ones are failing? I'm not sure where the report that gets sent to you all is saved on my computer while the tests are running.
You can get the report that the website rejected by going to the URL below in the following days: https://test.winehq.org/data/errors.html However the best approach is to run the WineTest from the console and to tell it where to save the report: winetest.exe -c -t YOUR-TAG-HERE -m YOUR-EMAIL-HERE -o winetest.report \ 2>winetest.log The report will be in winetest.report. Look for the "tests executed" lines that have a non-zero number of failures. You can also look for the places where the number of failures change on the "Running tests" lines in winetest.log. See also winetest.exe --help for further details. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.