----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-04-01/excalibur-compatibility.html>
----------------------------------------------------

Buildfile: build.xml

dependencies:

compile:
    [mkdir] Created dir: 
/home/rubys/jakarta/avalon-excalibur/compatibility/build/classes
    [javac] Compiling 43 source files to 
/home/rubys/jakarta/avalon-excalibur/compatibility/build/classes

prepare-conf:
    [mkdir] Created dir: /home/rubys/jakarta/avalon-excalibur/compatibility/build/conf
     [copy] Copying 1 file to 
/home/rubys/jakarta/avalon-excalibur/compatibility/build/conf

jar:
    [mkdir] Created dir: /home/rubys/jakarta/avalon-excalibur/compatibility/build/lib
      [jar] Building jar: 
/home/rubys/jakarta/avalon-excalibur/compatibility/build/lib/excalibur-compatibility-20030401.jar

dist-jar:
    [mkdir] Created dir: /home/rubys/jakarta/avalon-excalibur/compatibility/dist
     [copy] Copying 1 file to /home/rubys/jakarta/avalon-excalibur/compatibility/dist

dependencies-test:

compile-test:
    [mkdir] Created dir: 
/home/rubys/jakarta/avalon-excalibur/compatibility/build/testsrc
     [copy] Copying 12 files to 
/home/rubys/jakarta/avalon-excalibur/compatibility/build/testsrc
    [mkdir] Created dir: 
/home/rubys/jakarta/avalon-excalibur/compatibility/build/testclasses
    [javac] Compiling 12 source files to 
/home/rubys/jakarta/avalon-excalibur/compatibility/build/testclasses
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.

test:
     [echo] Performing Unit Tests
    [mkdir] Created dir: /home/rubys/jakarta/avalon-excalibur/compatibility/build/tests
    [junit] Running org.apache.avalon.excalibur.io.test.DemuxTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.369 sec
    [junit] Testsuite: org.apache.avalon.excalibur.io.test.DemuxTestCase
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.369 sec

    [junit] Testcase: testOutputStream took 0.486 sec
    [junit] Testcase: testInputStream took 0.305 sec
    [junit] Running org.apache.avalon.excalibur.io.test.FileUtilTestCase
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.589 sec
    [junit] Testsuite: org.apache.avalon.excalibur.io.test.FileUtilTestCase
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.589 sec

    [junit] Testcase: testCopyFile1 took 0.046 sec
    [junit] Testcase: testCopyFile2 took 0.002 sec
    [junit] Testcase: testForceDeleteAFile1 took 0.008 sec
    [junit] Testcase: testForceDeleteAFile2 took 0.001 sec
    [junit] Testcase: testCopyFile1ToDir took 0.001 sec
    [junit] Testcase: testCopyFile2ToDir took 0.001 sec
    [junit] Testcase: testForceDeleteDir took 0.003 sec
    [junit] Testcase: testResolveFileDotDot took 0.001 sec
    [junit] Testcase: testResolveFileDot took 0.001 sec
    [junit] Testcase: testNormalize took 0.001 sec
    [junit] Testcase: testCatPath took 0 sec
    [junit] Running org.apache.avalon.excalibur.io.test.IOUtilTestCase
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.757 sec
    [junit] Testsuite: org.apache.avalon.excalibur.io.test.IOUtilTestCase
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.757 sec

    [junit] Testcase: testInputStreamToOutputStream took 0.033 sec
    [junit] Testcase: testInputStreamToWriter took 0.008 sec
    [junit] Testcase: testInputStreamToString took 0.006 sec
    [junit] Testcase: testReaderToOutputStream took 0.005 sec
    [junit] Testcase: testReaderToWriter took 0.003 sec
    [junit] Testcase: testReaderToString took 0.002 sec
    [junit] Testcase: testStringToOutputStream took 0.004 sec
    [junit] Testcase: testStringToWriter took 0.019 sec
    [junit] Testcase: testInputStreamToByteArray took 0.033 sec
    [junit] Testcase: testStringToByteArray took 0.003 sec
    [junit] Testcase: testByteArrayToWriter took 0.007 sec
    [junit] Testcase: testByteArrayToString took 0.002 sec
    [junit] Testcase: testByteArrayToOutputStream took 0.003 sec
    [junit] Running org.apache.avalon.excalibur.concurrent.test.ReadWriteLockTestCase
    [junit] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 2.665 sec
    [junit] Testsuite: 
org.apache.avalon.excalibur.concurrent.test.ReadWriteLockTestCase
    [junit] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 2.665 sec
    [junit] ------------- Standard Output ---------------
    [junit] m_numReadLocksHeld = 1
    [junit] m_numWaitingForWrite = 2
    [junit] m_numReadLocksHeld = -1
    [junit] m_numWaitingForWrite = 1
    [junit] m_numReadLocksHeld = -1
    [junit] m_numWaitingForWrite = 0
    [junit] testDeadLock():
    [junit] m_numReadLocksHeld = -1
    [junit] m_numWaitingForWrite = 0
    [junit] ------------- ---------------- ---------------

    [junit] Testcase: testRWLock took 0.463 sec
    [junit] Testcase: testIllegalState took 0 sec
    [junit] Testcase: testMultipleWriters took 0.758 sec
    [junit] Testcase: testMultipleReaders took 0.436 sec
    [junit] Testcase: testTrying took 0.109 sec
    [junit] Testcase: testDeadLock took 0.34 sec
    [junit]     FAILED
    [junit] null
    [junit] junit.framework.AssertionFailedError
    [junit]     at 
org.apache.avalon.excalibur.concurrent.test.ReadWriteLockTestCase.testDeadLock(ReadWriteLockTestCase.java:407)
    [junit]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit]     at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit]     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    [junit] Testcase: testDeadLock

BUILD FAILED
/home/rubys/jakarta/avalon-excalibur/compatibility/build.xml:169: Test 
org.apache.avalon.excalibur.concurrent.test.ReadWriteLockTestCase failed

Total time: 15 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to