Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187624 - Stable request for dev-util/pmd-3.9
Summary: Stable request for dev-util/pmd-3.9
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL: http://overlays.gentoo.org/proj/java/...
Whiteboard:
Keywords: STABLEREQ
Depends on: 188797
Blocks: 177362
  Show dependency tree
 
Reported: 2007-08-03 16:50 UTC by Petteri Räty (RETIRED)
Modified: 2008-01-04 19:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,11.68 KB, text/plain)
2007-08-14 08:18 UTC, Christian Faulhammer (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2007-08-03 16:50:04 UTC
*pmd-3.9 (09 May 2007)

  09 May 2007; Vlastimil Babka <caster@gentoo.org>
  +files/pmd-3.9-build.xml.patch, +files/pmd-3.9-launcher-pre-commands,
  +pmd-3.9.ebuild:
  Version bump, bug #170603. Initially worked on in java-overlay by Miroslav
  Šulc <fordfrog@gentoo.org> and Petteri Räty <betelgeuse@gentoo.org>.
  Migrated to split-ant, no longer installs symlink to
  /usr/share/ant-core/lib.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2007-08-14 08:18:54 UTC
Created attachment 128020 [details]
emerge --info

dev-java/backport-util-concurrent has test failures but does not die:

 [java] Time: 180.484
     [java] There were 2 failures:
     [java] 1) testTimedInvokeAll6(ScheduledExecutorTest)junit.framework.AssertionFailedError
     [java]     at ScheduledExecutorTest.testTimedInvokeAll6(ScheduledExecutorTest.java:1140)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java] 2) testTimedInvokeAll6(ThreadPoolExecutorSubclassTest)junit.framework.AssertionFailedError
     [java]     at ThreadPoolExecutorSubclassTest.testTimedInvokeAll6(ThreadPoolExecutorSubclassTest.java:1649)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     [java]
     [java] FAILURES!!!
     [java] Tests run: 1859,  Failures: 2,  Errors: 0
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2007-08-14 08:31:55 UTC
(In reply to comment #1)
> Created an attachment (id=128020) [edit]
> emerge --info
> 
> dev-java/backport-util-concurrent has test failures but does not die:
> 

Do they work with 3.0?
Comment 3 Christian Faulhammer (RETIRED) gentoo-dev 2007-08-14 08:52:31 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > Created an attachment (id=128020) [edit]
> > emerge --info
> > 
> > dev-java/backport-util-concurrent has test failures but does not die:
> Do they work with 3.0?

 3.0 is hard-dep of pmd-3.9, so...no.  asm-3.0 is another dep that has to go stable, I tested them all together, so no real need to file individual bugs I think.
Comment 4 Petteri Räty (RETIRED) gentoo-dev 2007-08-14 10:35:37 UTC
(In reply to comment #1)
> 
> dev-java/backport-util-concurrent has test failures but does not die:
> 

On my server with java5 use flag and sun-jdk-1.5:

     [java] Time: 156.555
     [java]
     [java] OK (1859 tests)
     [java]
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2007-08-14 10:44:25 UTC
Works fine with 1.4 too. Really need more info about your failures. For example which VM were you running them with.
Comment 6 Christian Faulhammer (RETIRED) gentoo-dev 2007-08-14 11:08:16 UTC
USE=test Using: sun-jdk-1.4: failure (see above)
USE="java5 test" Using: sun-jdk-1.5: failure, but different, only one failure)

There was 1 failure:
     [java] 1) testAwaitLockCount(ReentrantLockTest)junit.framework.AssertionFailedError
     [java]     at ReentrantLockTest.testAwaitLockCount(ReentrantLockTest.java:1119)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     [java]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

Comment 7 Christian Faulhammer (RETIRED) gentoo-dev 2007-08-24 06:57:46 UTC
(In reply to comment #5)
> Works fine with 1.4 too. Really need more info about your failures. For example
> which VM were you running them with.

 Do you need anything more?  Are there any prerequisites for the tests? 

Comment 8 Petteri Räty (RETIRED) gentoo-dev 2007-08-24 09:09:52 UTC
(In reply to comment #7)
> (In reply to comment #5)
> > Works fine with 1.4 too. Really need more info about your failures. For example
> > which VM were you running them with.
> 
>  Do you need anything more?  Are there any prerequisites for the tests? 
> 

The junit output files would be nice.
Comment 9 Christian Faulhammer (RETIRED) gentoo-dev 2007-08-25 12:04:36 UTC
(In reply to comment #8)
> The junit output files would be nice.

 Without FEATURES=userpriv it runs well.  Have a look at http://dev.gentoo.org/~opfer/backport-util-concurrent-3.0-test.tar.bz2
Comment 10 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-09-21 17:34:06 UTC
For the record, cannot reproduce the failures even with/without userpriv, the tarball has no outputs and we can't even remember if it was result of good or bad run. The tests are most probably timing stuff and such can fail with different CPU usage etc. It doesn't die on them, so can be stabilized.
Comment 11 Christian Faulhammer (RETIRED) gentoo-dev 2007-09-21 17:47:30 UTC
x86 stable, good we talked about it Caster...
Comment 12 Tobias Scherbaum (RETIRED) gentoo-dev 2007-10-06 15:07:43 UTC
ppc stable