This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Analysis of Mauve failures - The final chapter


>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:

Mark> Small numbers {100,200} -> OK.
Mark> Big numbers {10000, 16000} -> Out of swap space, kernel kill.
Mark> Huge numbers {2000000000, 1000} -> OutOfMemoryError
Mark> Almost MAXINT {Integer.MAX_VALUE-1, Integer.MAX_VALUE} -> SEGV.
Mark> MAXINT number {Integer.MAX_VALUE, Intger.MAX_VALUE} -> Silent failure.

This isn't really a regression.  I think we've always had problems
with this; at least when those Mauve tests were changed I remember
running into problems.  Please file a PR for this.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]