Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libjava/mauve-libgcj

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    88JLS1.1
    99JLS1.2
     10JDBC1.0
    1011JDBC2.0
    11 
    12 # These 2 are tests that fail with JDBC2.0 but the tags don't seem to
    13 # have the right effect.
    14 !java.sql.Connection.TestJdbc10
    15 !java.sql.DatabaseMetaData.TestJdbc10
    1612
    1713# Cannot be compiled
    1814!java.text.ACIAttribute
    1915
    20 # The following tests seem to (sometimes) hang or crash the testsuite
    21 !java.io.ObjectInputOutput
     16# The following tests seem to hang or crash the testsuite.
     17# This a problem when running Mauve "standalone".
    2218!java.lang.reflect.Array.newInstance
    23 !java.util.ResourceBundle.getBundle
    24 !java.util.zip.GZIPInputStream.basic
    25 !java.net.DatagramSocket.DatagramSocketTest2
    2619
    2720# Character.unicode seems to be very broken (the test)
     
    3124# These are almost certainly buggy test cases.
    3225# The behaviour of the garbarge collector cannot be predicted.
    33 !java.lang.ref
     26# Note the . at the end so we do test java.lang.reflect
     27!java.lang.ref.
     28
     29# There are a bunch of valid tests we can't pass in
     30# this release.
     31!java.security.Signature.getInstance14
     32!java.security.Security.getProviders
     33!java.security.Security.getAlgorithms
     34!java.security.MessageDigest.getInstance14
     35!java.security.KeyPairGenerator.getInstance14
     36!java.security.KeyFactory.getInstance14
     37!java.security.AlgorithmParameters.getInstance14
     38!java.security.AlgorithmParameterGenerator.getInstance14
     39!java.net.DatagramSocket.DatagramSocketTest2
Note: See TracChangeset for help on using the changeset viewer.