Aidan Kehoe writes:
Is there any option for WONTFIX in the buildbot?
You mean like not flagging a build as failed if it fails due to an error that
will not be fixed or how should the WONTFIX option work?
If not, could we try changing the buildbot to be
--without-optimizaiton?
The builds are configurable. Feel free to suggest what builds you find most
valuable and what they should contain. Both number of configurations and what
each configuration should contain can be changed.
We have now four different setups based on what once was use for
manually verifying builds. These are:
1. # Most useful debugging:
["--with-mule",
"--with-pdump",
"--with-bignum=gmp",
"--with-debug=yes",
"--with-error-checking=all",
"--with-kkcc=no",
"--with-newgc=no"]
2. # Maximum error catching:
["--with-xemacs-compiler=g++",
"--with-mule",
"--with-pdump",
"--with-error-checking=all",
"--with-debug=yes",
"--with-bignum=gmp",
"--with-xft=all",
"--with-kkcc",
"--with-newgc",
"--with-union-type",
"--with-optimization"]
3. # Maximal difference:
["--with-mule=no",
"--with-pdump",
"--with-kkcc=no",
"--with-newgc=no",
"--with-error-checking=none",
"--with-debug=no",
"--with-bignum=no",
"--with-system-malloc",
"--with-optimization"]
4. # All windows systems:
["--with-xemacs-compiler=g++",
"--with-mule",
"--with-pdump",
"--with-kkcc=no",
"--with-newgc",
"--with-debug=no",
"--with-bignum=no",
"--with-xft=all",
"--with-menubars=no",
"--with-toolbars=no",
"--with-widgets=no",
"--with-jpeg=no",
"--with-tiff=no",
"--with-xpm=no",
"--with-scrollbars=no",
"--with-dialogs=no",
"--with-gif=no",
"--with-png=no",
"--with-xface=no"]
Yours
--
%% Mats