First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 187624
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Petteri Räty <betelgeuse@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
emerge.info emerge --info text/plain Christian Faulhammer 2007-08-14 08:18 0000 11.68 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 187624 depends on: 188797 Show dependency tree
Bug 187624 blocks: 177362
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-08-03 16:50 0000
*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 From Christian Faulhammer 2007-08-14 08:18:54 0000 -------
Created an attachment (id=128020) [edit]
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 From Petteri Räty 2007-08-14 08:31:55 0000 -------
(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 From Christian Faulhammer 2007-08-14 08:52:31 0000 -------
(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 From Petteri Räty 2007-08-14 10:35:37 0000 -------
(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 From Petteri Räty 2007-08-14 10:44:25 0000 -------
Works fine with 1.4 too. Really need more info about your failures. For example
which VM were you running them with.

------- Comment #6 From Christian Faulhammer 2007-08-14 11:08:16 0000 -------
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 From Christian Faulhammer 2007-08-24 06:57:46 0000 -------
(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 From Petteri Räty 2007-08-24 09:09:52 0000 -------
(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 From Christian Faulhammer 2007-08-25 12:04:36 0000 -------
(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 From Vlastimil Babka (Caster) 2007-09-21 17:34:06 0000 -------
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 From Christian Faulhammer 2007-09-21 17:47:30 0000 -------
x86 stable, good we talked about it Caster...

------- Comment #12 From Tobias Scherbaum 2007-10-06 15:07:43 0000 -------
ppc stable

First Last Prev Next    No search results available      Search page      Enter new bug