bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/34579] New: The 1.5 test should not rely on the class lib


From: gnu_andrew at member dot fsf dot org
Subject: [Bug classpath/34579] New: The 1.5 test should not rely on the class library using generics
Date: 25 Dec 2007 01:32:36 -0000

At present our 1.5 configure test relies on java.util.List having a generic
type parameter.  We should be testing the language rather than the class
library.  A better test would be:

public enum Colour { RED, ORANGE, YELLOW, GREEN, BLUE, INDIGO, VIOLET; }

which doesn't rely on any existing class library.  It should be compiled with
the -bootclasspath '' option used in the build.


-- 
           Summary: The 1.5 test should not rely on the class library using
                    generics
           Product: classpath
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: classpath
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: gnu_andrew at member dot fsf dot org
OtherBugsDependingO 34578
             nThis:


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34579





reply via email to

[Prev in Thread] Current Thread [Next in Thread]