[Tools] winetest: Increase the maximum allowed report size to 2 MB.

Francois Gouget fgouget at codeweavers.com
Thu May 22 05:20:46 CDT 2014


---

The size of most Linux reports is just shy of 1.5MB. For instance here 
is the size of today's Linux reports:
-rw-r--r-- 1 fgouget fgouget 1457617 mai   21 21:59 linux_ae-fedora64-heapchec.report
-rw-r--r-- 1 fgouget fgouget 1457700 mai   21 21:35 linux_ae-fedora64-heap.report
-rw-r--r-- 1 fgouget fgouget 1471818 mai   21 21:10 linux_ae-fedora64.report
-rw-r--r-- 1 fgouget fgouget 1482313 mai   22 00:13 linux_cw-gtx560-t32.report
-rw-r--r-- 1 fgouget fgouget 1505311 mai   22 00:22 linux_cw-gtx560-t64.report
-rw-r--r-- 1 fgouget fgouget 1497288 mai   22 00:41 linux_cw-gtx560-wow32.report
-rw-r--r-- 1 fgouget fgouget 1500869 mai   22 00:32 linux_cw-gtx560-wow64.report
-rw-r--r-- 1 fgouget fgouget 1545647 mai   22 00:55 linux_fg-deb64-t32.report
-rw-r--r-- 1 fgouget fgouget 1537836 mai   22 01:55 linux_fg-deb64-wow32.report


Missing are two 64-bit reports from my box (respectively 67 and 55 
KB above the limit):
-rw-r--r-- 1 fgouget fgouget 1641905 mai   22 01:15 fg-deb64-t64.report
-rw-r--r-- 1 fgouget fgouget 1629989 mai   22 01:37 fg-deb64-wow64.report

 winetest/winetest.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winetest/winetest.conf b/winetest/winetest.conf
index d229c0a..5481cdc 100644
--- a/winetest/winetest.conf
+++ b/winetest/winetest.conf
@@ -22,6 +22,6 @@ $acceptprediluvianwin = 0;
 
 # Maximum size of the report file
 # This should be in line with programs\winetest\send.c
-$maxfilesize = 1.5 * 1024 * 1024;
+$maxfilesize = 2 * 1024 * 1024;
 
 1;                              # keep require happy
-- 
2.0.0.rc0



More information about the wine-patches mailing list