include: Add new debuglevel 2 for showing broken behaviours as failed

André Hentschel nerv at dawncrow.de
Sat Nov 13 15:37:02 CST 2010


---
 include/wine/test.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/wine/test.h b/include/wine/test.h
index 1a98025..4229e34 100644
--- a/include/wine/test.h
+++ b/include/wine/test.h
@@ -285,7 +285,7 @@ void winetest_set_location( const char* file, int line )
 
 int broken( int condition )
 {
-    return (strcmp(winetest_platform, "windows") == 0) && condition;
+    return (strcmp(winetest_platform, "windows") == 0) && condition && winetest_debug < 2;
 }
 
 /*
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list