Nightly failured java/util tests
Vladimir Kozlov
vladimir.kozlov at oracle.com
Mon Oct 4 13:03:28 PDT 2010
Sorry if it is known issue.
A lot of new java/util tests failed like this during compilation (javac):
/export/local/common/testbase/jtreg/7/JT_JDK/test/java/util/Calendar/WeekDateTest.java:88: cannot find symbol
cal.setWeekDate(weekDate[0], weekDate[1], dayOfWeek);
^
symbol: method setWeekDate(int,int,int)
location: class GregorianCalendar
The test used new methods from jdk7b112 which are not defined in jdk7b107 we used for testing.
Can we exclude these tests until we switch to newest JDK?
% /java/re/jdk/7/promoted/all/b111/binaries/solaris-i586/bin/javac WeekDateTest.java
WeekDateTest.java:88: cannot find symbol
cal.setWeekDate(weekDate[0], weekDate[1], dayOfWeek);
^
symbol: method setWeekDate(int,int,int)
location: class GregorianCalendar
...
% /java/re/jdk/7/promoted/all/b112/binaries/solaris-i586/bin/javac WeekDateTest.java
%
Thanks,
Vladimir
More information about the hotspot-dev
mailing list