http://bugs.winehq.org/show_bug.cgi?id=32354
--- Comment #2 from Detlef Riekenberg wine.dev@web.de 2012-12-21 07:59:40 CST --- (In reply to comment #1)
I don't see 'Test failed:' anywhere for these tests.
That's the issue. The crash is not detected by the script. winetest.exe detected the crash (See the last line): advapi32:security done (3221226356)
So the '0 failures' report seems plausible.
That's the result from the first summary line (from the slave process): security: 18 tests executed (0 marked as todo, 0 failures), 0 skipped.
The script remember the "0 failures" here and failed to detect, that the summary line (from the test.exe) before the last line is missing
A winetest.exe output for a different crash (no slave process): comdlg32:filedlg done (-1073741819)
http://test.winehq.org/data/f30c18f3d245f40a0aca8708b30431f9949ed6ee/win7_fg...
Simple asumption: Start a slave process with a test (to get a summary line) and i expect, that this crash on your machine will be undetected.