[cp-testresults] classpath daily snapshot 20060729 FAILED

2006-07-28 Thread Michael Koch
   ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   324. aa = aa << 3 | aa >>> -3;
  ^^
*** Semantic Caution: The shift count -3 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   326. dd = dd << 9 | dd >>> -9;
  ^^
*** Semantic Caution: The shift count -9 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   328. cc = cc << 11 | cc >>> -11;
   ^-^
*** Semantic Caution: The shift count -11 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.


   330. bb = bb << 15 | bb >>> -15;
   ^-^
*** Semantic Caution: The shift count -15 is negative; it will be masked to the 
appropriate width and behave as a positive shift count.

Issued 1 semantic warning compiling 
"../../external/sax/org/xml/sax/helpers/ParserAdapter.java":

   564. atts.addAttribute (nsSupport.XMLNS, prefix,
 ^---^
*** Semantic Warning: Accessing the class field "XMLNS" via an instance is 
discouraged because the field accessed will be the one in the variable's 
declared type, not the instance's dynamic type.

Issued 1 semantic warning compiling 
"../../javax/swing/tree/DefaultTreeCellEditor.java":

   109. public void EditorContainer()
   ^--^
*** Semantic Warning: The name of this method "EditorContainer" matches the 
name of the containing class. However, the method is not a constructor since 
its declarator is qualified with a type.

Issued 2 semantic warnings compiling 
"../../javax/swing/plaf/metal/MetalSliderUI.java":

   129.   protected final int TICK_BUFFER = 4;
  ^-^
*** Semantic Warning: Final field "TICK_BUFFER" is initialized with a constant 
expression and could be made static to save space.


   132.   protected final String SLIDER_FILL = "JSlider.isFilled";
 ^--^
*** Semantic Warning: Final field "SLIDER_FILL" is initialized with a constant 
expression and could be made static to save space.

Issued 1 semantic warning compiling 
"../../javax/swing/plaf/basic/BasicInternalFrameUI.java":

   178. protected final int RESIZE_NONE = 0;
^-^
*** Semantic Warning: Final field "RESIZE_NONE" is initialized with a constant 
expression and could be made static to save space.

Issued 1 lexical warning in 
"../../gnu/java/rmi/registry/RegistryImpl_Stub.java":

61. private static java.lang.reflect.Method $method_bind_0;
^^
*** Lexical Warning: The use of "$" in an identifier, while legal, is strongly 
discouraged, since it can conflict with compiler-generated names. If you are 
trying to access a nested type, use "." instead of "$".
touch compile-classes
if ! [ -e gnu ]; then mkdir gnu; fi
if ! [ -e gnu/java ]; then mkdir gnu/java; fi
if ! [ -e gnu/java/locale ]; then mkdir gnu/java/locale; fi
if ! [ -e gnu/javax/swing/plaf/gtk/icons ]; then mkdir -p 
gnu/javax/swing/plaf/gtk/icons; fi
touch resources
if test "/usr/bin/zip" != ""; then /usr/bin/zip -r -D glibj.zip gnu java javax 
org sun META-INF > /dev/null; fi
if test "" != ""; then  cf glibj.zip gnu java javax org sun META-INF; fi
make[2]: Leaving directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/lib'
Making all in doc
make[2]: Entering directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
Making all in api
make[3]: Entering directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/doc/api'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/doc/api'
make[3]: Entering directory 
`/home/mkoch/src/classpath/build/classpath-20060729/_build/doc'
restore=: && backupdir=".am$$" && \
am__cwd=`pwd` && cd ../../doc && \
rm -rf $backupdir && mkdir $backupdir && \
for f in ../../doc/tools.info ../../doc/tools.info-[0-9] 
../../doc/tools.info-[0-9][0-9] ../../doc/tools.i[0-9] 
../../doc/tools.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
cd "$am__cwd"; \
if /bin/sh /home/mkoch/src/classpath/build/classpath-20060729/missing --run 
makeinfo   -I ../../doc \
 -o ../../doc/tools.info ../../doc/tools.texinfo; \
then \
  rc=0; \
  cd ../../doc; \
else \
  rc=$?; \
  cd ../../doc && \
  $restore $backupdir/* `echo "./../../doc/tools.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
mkdir: cannot create directory `.am8': Permission denied
../../doc/tools.info: Permission denied
ma

[cp-testresults] FAIL: generics classpath build on Fri Jul 28 20:57:00 UTC 2006

2006-07-28 Thread cpdev
config.status: creating include/config-int.h : _CLASSPATH_INCLUDE_CONFIG_INT_H
config.status: executing gappletviewer commands
config.status: executing gjarsigner commands
config.status: executing gkeytool commands
config.status: executing gjar commands
config.status: executing gnative2ascii commands
config.status: executing gserialver commands
config.status: executing gen-classlist commands
config.status: executing copy-vmresources commands
Making all in lib
make[1]: Entering directory `/home/cpdev/Nightly/generics/build/lib'
mkdir -p ../gnu/java/locale
../../classpath/scripts/generate-locale-list.sh > 
../gnu/java/locale/LocaleData.java
true
top_builddir=.. top_srcdir=../../classpath /bin/sh ./gen-classlist.sh standard
Adding java source files from srcdir '../../classpath'.
Adding java source files from VM directory ../../classpath/vm/reference
Adding generated files in builddir '..'.
/home/cpdev/Nightly/ecj/ecj -1.5 
-warn:-deprecation,serial,typeHiding,unchecked,unused,varargsCast 
-proceedOnError -bootclasspath '' -classpath 
../../classpath/vm/reference:../../classpath:../../classpath/external/w3c_dom:../../classpath/external/sax:../../classpath/external/relaxngDatatype:../../classpath/external/jsr166:.::
 -d . @classes
Exception in thread "main" java.lang.NoClassDefFoundError: 
org.eclipse.jdt.internal.compiler.batch.Main
   at gnu.java.lang.MainThread.run() (/usr/local/lib/libgcj.so.6.0.0)
Caused by: java.lang.ClassNotFoundException: 
org.eclipse.jdt.internal.compiler.batch.Main not found in 
gnu.gcj.runtime.SystemClassLoader{urls=[file:/home/cpdev/Nightly/ecj/ecj.jar,file:./],
 parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
   at java.net.URLClassLoader.findClass(java.lang.String) 
(/usr/local/lib/libgcj.so.6.0.0)
   at java.lang.ClassLoader.loadClass(java.lang.String, boolean) 
(/usr/local/lib/libgcj.so.6.0.0)
   at java.lang.ClassLoader.loadClass(java.lang.String) 
(/usr/local/lib/libgcj.so.6.0.0)
   at java.lang.Class.forName(java.lang.String, boolean, java.lang.ClassLoader) 
(/usr/local/lib/libgcj.so.6.0.0)
   at gnu.java.lang.MainThread.run() (/usr/local/lib/libgcj.so.6.0.0)
make[1]: *** [compile-classes] Error 1
make[1]: Leaving directory `/home/cpdev/Nightly/generics/build/lib'
make: *** [all-recursive] Error 1


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: japi build on Fri Jul 28 20:58:03 UTC 2006

2006-07-28 Thread cpdev
cd src && jikes -d .. -classpath 
/home/cpdev/Nightly/classpath/jikes-install/share/classpath/glibj.zip: 
net/wuffies/japi/*.java

Found 1 system error and issued 1 warning:

*** Semantic Warning: I/O warning: "No such file or directory" while trying to 
open /home/cpdev/Nightly/classpath/jikes-install/share/classpath/glibj.zip.


*** Semantic Error: You need to modify your classpath, sourcepath, 
bootclasspath, and/or extdirs setup. Jikes could not find package "java.lang" 
in: 

/home/cpdev/Nightly/classpath/jikes-install/share/classpath/glibj.zip
.

make: *** [classes] Error 1


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: ecj built with ecj on jamvm on Fri Jul 28 20:56:14 UTC 2006

2006-07-28 Thread cpdev
xargs: jamvm: No such file or directory


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: ecj built with native-ecj on Fri Jul 28 20:56:18 UTC 2006

2006-07-28 Thread cpdev
--
1. ERROR in compiler/org/eclipse/jdt/core/compiler/CategorizedProblem.java (at 
line 1)

/***
^
The type java.lang.Object cannot be resolved. It is indirectly referenced from 
required .class files
--
1 problem (1 error)xargs: ../ecj-gcj-build/ecj: exited with status 255; aborting


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: cacao build on Fri Jul 28 20:47:21 UTC 2006

2006-07-28 Thread cpdev
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether to link CACAO statically... no
checking where CACAO's vm.zip is installed... 
/home/cpdev/Nightly/classpath/jikes-install/share/cacao/vm.zip
checking where GNU Classpath is installed... 
/home/cpdev/Nightly/classpath/jikes-install
checking where GNU Classpath's glibj.zip is installed... 
/home/cpdev/Nightly/classpath/jikes-install/share/classpath/glibj.zip
checking where GNU Classpath libraries are installed... 
/home/cpdev/Nightly/classpath/jikes-install/lib
checking where GNU Classpath headers are installed... 
/home/cpdev/Nightly/classpath/jikes-install/include
checking /home/cpdev/Nightly/classpath/jikes-install/include/jni.h usability... 
no
checking /home/cpdev/Nightly/classpath/jikes-install/include/jni.h presence... 
no
checking for /home/cpdev/Nightly/classpath/jikes-install/include/jni.h... no
configure: error: cannot find jni.h


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: jamvm build on Fri Jul 28 20:47:05 UTC 2006

2006-07-28 Thread cpdev
make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java/security'
make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/java'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java'
make[2]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/java'
Making all in gnu
make[2]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/gnu'
Making all in classpath
make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/gnu/classpath'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/gnu/classpath'
make[3]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib/gnu'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/gnu'
make[2]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib/gnu'
make[2]: Entering directory `/home/cpdev/Nightly/jamvm/build/lib'
mkdir classes
ecj -bootclasspath 
/home/cpdev/Nightly/classpath/jikes-install/share/classpath/glibj.zip -d 
classes ../../jamvm/lib/jamvm/java/lang/JarLauncher.java 
../../jamvm/lib/java/lang/VMRuntime.java 
../../jamvm/lib/java/lang/VMClassLoader.java 
../../jamvm/lib/java/lang/VMString.java ../../jamvm/lib/java/lang/VMThread.java 
../../jamvm/lib/java/lang/VMThrowable.java 
../../jamvm/lib/java/lang/reflect/Constructor.java 
../../jamvm/lib/java/lang/reflect/Field.java 
../../jamvm/lib/java/lang/reflect/Method.java 
../../jamvm/lib/java/security/VMAccessController.java 
../../jamvm/lib/gnu/classpath/VMSystemProperties.java 
../../jamvm/lib/gnu/classpath/VMStackWalker.java
--
1. ERROR in ../../jamvm/lib/jamvm/java/lang/JarLauncher.java
 (at line 1)
/*
^
The type java.lang.Object cannot be resolved. It is indirectly referenced from 
required .class files
--
1 problem (1 error)make[2]: *** [classes.zip] Error 255
make[2]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cpdev/Nightly/jamvm/build/lib'
make: *** [all-recursive] Error 1


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: classpath build with gcj (4.0) on Fri Jul 28 20:35:38 UTC 2006

2006-07-28 Thread cpdev
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:285: 
warning: unused parameter 'w'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:285: 
warning: unused parameter 'dc'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:285: 
warning: unused parameter 'data'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c: In 
function 'drag_drop_cb':
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:291: 
warning: unused parameter 'w'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:291: 
warning: unused parameter 'dc'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:291: 
warning: unused parameter 'x'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:292: 
warning: unused parameter 'y'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:292: 
warning: unused parameter 't'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:292: 
warning: unused parameter 'data'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c: In 
function 'drag_end_cb':
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:299: 
warning: unused parameter 'w'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:299: 
warning: unused parameter 'dc'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:299: 
warning: unused parameter 'data'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c: In 
function 'drag_data_received_cb':
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:305: 
warning: unused parameter 'w'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:305: 
warning: unused parameter 'dc'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:305: 
warning: unused parameter 'x'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:306: 
warning: unused parameter 'y'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:306: 
warning: unused parameter 'selection_data'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:307: 
warning: unused parameter 'info'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:307: 
warning: unused parameter 't'
../../../../classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c:307: 
warning: unused parameter 'data'
make[3]: *** [GtkDragSourceContextPeer.lo] Error 1
make[3]: Leaving directory 
`/home/cpdev/Nightly/classpath/build/native/jni/gtk-peer'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/cpdev/Nightly/classpath/build/native/jni'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/cpdev/Nightly/classpath/build/native'
make: *** [all-recursive] Error 1


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: regressions for mauve-cacao on Fri Jul 28 16:58:38 UTC 2006

2006-07-28 Thread cpdev
Baseline from: Thu Jul 27 03:22:00 UTC 2006

Regressions:
FAIL: java.util.zip.Deflater.PR27435
FAIL: javax.swing.JComboBox.ComboRobot
FAIL: javax.swing.text.GapContent.createPosition
FAIL: javax.swing.text.PlainDocument.remove

Improvements:
PASS: java.awt.Component.update
PASS: java.net.ServerSocket.ServerSocketTest
PASS: javax.swing.JTabbedPane.getInputMap
PASS: javax.swing.text.AbstractDocument.BranchElement.getStartOffset
PASS: javax.swing.text.AbstractDocument.LeafElement.getStartOffset
PASS: javax.swing.text.AbstractDocument.filterTest
PASS: javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure8
PASS: javax.swing.text.SimpleAttributeSet.EMPTY

New fails:

Totals:
PASS: 2680
XPASS: 0
FAIL: 201
XFAIL: 0


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: regressions for mauve-jamvm on Fri Jul 28 16:17:48 UTC 2006

2006-07-28 Thread cpdev
Baseline from: Thu Jul 27 02:38:45 UTC 2006

Regressions:
FAIL: gnu.java.security.jce.TestOfFormat
FAIL: gnu.java.security.jce.TestOfKeyFactory
FAIL: gnu.javax.crypto.jce.TestOfDHKeyAgreement
FAIL: javax.swing.text.GapContent.createPosition
FAIL: javax.swing.text.PlainDocument.remove

Improvements:
PASS: java.awt.Component.update
PASS: java.math.BigDecimal.setScale
PASS: javax.swing.JTabbedPane.getInputMap
PASS: javax.swing.text.AbstractDocument.BranchElement.getStartOffset
PASS: javax.swing.text.AbstractDocument.LeafElement.getStartOffset
PASS: javax.swing.text.AbstractDocument.filterTest
PASS: javax.swing.text.DefaultStyledDocument.ElementBuffer.ElementStructure8
PASS: javax.swing.text.SimpleAttributeSet.EMPTY

New fails:

Totals:
PASS: 2692
XPASS: 0
FAIL: 189
XFAIL: 0


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: regressions for mauve-cacao on Fri Jul 28 10:26:00 UTC 2006

2006-07-28 Thread cpdev
Baseline from: Thu Jul 27 03:22:00 UTC 2006

Regressions:
FAIL: javax.swing.text.GapContent.createPosition
FAIL: javax.swing.text.PlainDocument.getRootElements
FAIL: javax.swing.text.PlainDocument.remove

Improvements:
PASS: java.awt.Component.update
PASS: javax.swing.JTabbedPane.getInputMap
PASS: javax.swing.text.AbstractDocument.BranchElement.getStartOffset
PASS: javax.swing.text.AbstractDocument.LeafElement.getStartOffset
PASS: javax.swing.text.AbstractDocument.filterTest
PASS: javax.swing.text.SimpleAttributeSet.EMPTY

Totals:
PASS: 2675
XPASS: 0
FAIL: 202
XFAIL: 0


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults


[cp-testresults] FAIL: regressions for mauve-jamvm on Fri Jul 28 09:42:37 UTC 2006

2006-07-28 Thread cpdev
Baseline from: Thu Jul 27 02:38:45 UTC 2006

Regressions:
FAIL: gnu.java.security.jce.TestOfKeyFactory
FAIL: javax.swing.text.GapContent.createPosition
FAIL: javax.swing.text.PlainDocument.getRootElements
FAIL: javax.swing.text.PlainDocument.remove

Improvements:
PASS: gnu.javax.crypto.jce.TestOfCipherWrapUnwrap
PASS: gnu.javax.crypto.jce.TestOfDHKeyFactory
PASS: java.awt.Component.update
PASS: javax.swing.JTabbedPane.getInputMap
PASS: javax.swing.text.AbstractDocument.BranchElement.getStartOffset
PASS: javax.swing.text.AbstractDocument.LeafElement.getStartOffset
PASS: javax.swing.text.AbstractDocument.filterTest
PASS: javax.swing.text.SimpleAttributeSet.EMPTY

Totals:
PASS: 2689
XPASS: 0
FAIL: 188
XFAIL: 0


___
Classpath-testresults mailing list
Classpath-testresults@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-testresults