https://bugs.winehq.org/show_bug.cgi?id=32354
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED
--- Comment #7 from François Gouget fgouget@codeweavers.com --- In the end this got fixed differently. The test result lines now contain the pid which makes it possible to distinguish the subprocess result line from that of the main process.
Here is the relevant TestBot patch:
commit 75f60f8068e640281ff4e624ebafb11bc604767a Author: Francois Gouget fgouget@codeweavers.com Date: Sat Feb 18 11:09:18 2017 +0100
testbot/WineRunTask: Better check the task report.
This makes the WineRunTask analysis match the expected results on the report test. In particular it now leverages the pid traces to detect when a test has no test summary line for its main process.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
There are other patches for stricter scanning of the test results. The test.winehq.org site also has a similar set of patches.