https://bugs.winehq.org/show_bug.cgi?id=42179
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- This is fixed. If a non-C file is patched, all the tests in that directory are re-run.
commit 049ee751f8e742f2488de2b1a2bed438d47500c9 Author: Francois Gouget fgouget@codeweavers.com Date: Thu May 18 06:58:29 2017 +0200
testbot/WineRunReconfig: Don't update the TestList if the Reconfig failed.
If we failed to update/rebuild Wine then we will stick with the old Wine and we should still use the old test list.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 2e7a90c1568a9d77d5bca80c7342e537e732a22b Author: Francois Gouget fgouget@codeweavers.com Date: Mon Apr 3 01:50:27 2017 +0200
testbot: Don't rerun the tests if only the makefile was modified.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
commit 83dc05b3eb3244bd6de4ce41d46834ccd73f2edf Author: Francois Gouget fgouget@codeweavers.com Date: Mon Apr 3 01:50:23 2017 +0200
testbot: Rerun all of a module's test units when a non-C file is modified.
This typically happens when a resource file is modified or a test unit is deleted.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org