You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/06/08 18:35:10 UTC

svn commit: r545554 [1/13] - in /harmony/enhanced/buildtest/branches/2.0/tests/reliability: ./ run/ src/ src/java/ src/java/org/ src/java/org/apache/ src/java/org/apache/harmony/ src/java/org/apache/harmony/test/ src/java/org/apache/harmony/test/reliab...

Author: smishura
Date: Fri Jun  8 09:34:52 2007
New Revision: 545554

URL: http://svn.apache.org/viewvc?view=rev&rev=545554
Log:
HARMONY-2918 (Contribution of reliability test suite) as from JIRA (reliability_1.zip)

Added:
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/COPYRIGHT
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/LICENSE
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/NOTICE
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/README   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/build.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.io.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.kernel.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.net.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.nio.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.text.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.util.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.zip.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.normal.mode.settings.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.vm.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.xml   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/io/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/io/IOTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/io/auxiliary/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/io/auxiliary/jar_file.jar   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/io/auxiliary/java_file.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/io/auxiliary/java_file_lnx.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/io/auxiliary/zip_file.zip   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/args/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/args/AppVMCLParamTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/args/ExecEnvTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/args/VMCLPropertiesTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/exec/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/exec/ExecApplication.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/exec/RunExec.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/exec/ShutdownHookApp.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/hooks/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/hooks/AddRmPropertiesHooksTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/hooks/AddRmShtdwnHooksTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/hooks/ShtdwnHooksCornerCaseTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/management/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/management/SystemResourceOrientedTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/object/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/object/ObjectCloneTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/object/ObjectFinalizeTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/object/ObjectGetclassHashcodeTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/pckg/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/pckg/PackageGetTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/pckg/auxiliary/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/pckg/auxiliary/Test.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/pckg/auxiliary/test.jar   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/string/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/string/InsensitiveTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/string/InternTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/string/InternThreadingTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/string/StringInternTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/Calculation/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/Calculation/CalcTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ExcptHandlerTest/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ExcptHandlerTest/ExcptHandlerTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/LifeSimulationTest/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/LifeSimulationTest/Life.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/RecursiveThreadTest/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/RecursiveThreadTest/RecursiveTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/StackTraceTest/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/StackTraceTest/StackTraceTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/Synchronization/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/Synchronization/SynchroTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/Synchronization/SynchroTest2.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ThreadArrayTest/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ThreadArrayTest/ThreadArrayTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ThreadKill/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ThreadKill/ThreadKillTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ThreadLocalTest/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ThreadLocalTest/ThreadLocalTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ThreadSuspendResume/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/ThreadSuspendResume/ThreadSuspendResume.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/VolatileVariableTest/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/VolatileVariableTest/DekkerTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/VolatileVariableTest/PetersonTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/WeakReferenceandThreadTest/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/WeakReferenceandThreadTest/WeakReferenceandThreadTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/threadgroup/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/threadgroup/EnumerateTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/throwable/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/throwable/StackTraceExcptsTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/net/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/net/NetClient.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/net/auxiliary/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/net/auxiliary/Test.out
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/net/auxiliary/Test_lnx.out
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/ByteBufferCompactTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/ByteBufferPutBufferTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/ByteBufferallocateDirectTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/ByteBufferallocateTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/CharBufferSliceTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/CharBufferWrapGetTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/CharBufferWrapTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/DoubleBufferWrapGetTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/FloatBufferWrapGetTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/IntBufferWrapGetTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/LongBufferWrapGetTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/buffers/ShortBufferWrapGetTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/ChannelFIOSTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/ChannelWriteTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/CopyFilesTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/FileChannelMapTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/FileChannelThrSafetyTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/MappedByteBufferForceTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/Utils.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/auxiliary/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/channels/filechannel/auxiliary/Test.out
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/CharsetSyncCacheTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/ContainsTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/DecodingModesTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/EncDecTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/EncodingModesTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/WrongCharsetNameTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/auxiliary/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/auxiliary/Status.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/nio/charset/auxiliary/StringCreator.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/BreakIterator_AllLocales.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/CollationElementIteratorTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/CollationKeyTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/CollationKeyTest_ArrHash.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/DecimalFormat_Locales.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/Status.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/StringCr.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/StringCrC.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/getAvailableLocales_Coll.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/getAvailableLocals_RBC.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/getSentenceInstance.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/text/getSentenceInstance_check.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/util/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/util/ConcurrentTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/AdlerCRC32Test.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/GZipInOutStreamTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/InflDeflGetResetTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/ZipEntryIterateThreadingTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/ZipInOutStreamTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/ZlibDeflaterTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/ZlibDefsetDictionaryTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/ZlibTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/ZlibTestStrategyLevel.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/ZlibTestVariableLength.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/auxiliary/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/api/zip/auxiliary/Test.out
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/share/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/share/JarFilesScanner.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/share/Log.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/share/LongRunningTestStarter.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/share/ReliabilityTestStarter.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/share/Reporter.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/share/Result.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/share/Test.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/classloading/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/classloading/ClassAttributesTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/classloading/ClassMultiTestBase.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/classloading/ClassReflectionTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/classloading/ClassUnloadingTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/classloading/DelegationModelTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/classloading/MultiThreadedLoading.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/classloading/TestUnloadingClass.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/exceptions/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/exceptions/ExceptionsTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/finalization/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/finalization/ArrayElemFinalizationTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/finalization/FinalizeResourceOrientedTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/finalization/FinalizeThrowRestoreTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/gc/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/gc/GCTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/stack/
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/stack/StackFramesRestoreTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/stack/StackUnwindTest.java   (with props)
    harmony/enhanced/buildtest/branches/2.0/tests/reliability/src/java/org/apache/harmony/test/reliability/vm/stack/TestClass.java   (with props)

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/COPYRIGHT
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/COPYRIGHT?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/COPYRIGHT (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/COPYRIGHT Fri Jun  8 09:34:52 2007
@@ -0,0 +1,5 @@
+The following copyright notice(s) were affixed to portions of the  
+    code with which this file is now or was at one time distributed and  
+    are placed here unaltered.
+ 
+         (C) Copyright 2006 Intel Corporation

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/LICENSE
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/LICENSE?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/LICENSE (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/LICENSE Fri Jun  8 09:34:52 2007
@@ -0,0 +1,201 @@
+Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+ 
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+ 
+   1. Definitions.
+ 
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+ 
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+ 
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+ 
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+ 
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+ 
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+ 
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+ 
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+ 
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+ 
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+ 
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+ 
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+ 
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+ 
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+ 
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+ 
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+ 
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+ 
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+ 
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+ 
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+ 
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+ 
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+ 
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+ 
+   END OF TERMS AND CONDITIONS
+ 
+   APPENDIX: How to apply the Apache License to your work.
+ 
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+ 
+   Copyright [yyyy] [name of copyright owner]
+ 
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/NOTICE
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/NOTICE?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/NOTICE (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/NOTICE Fri Jun  8 09:34:52 2007
@@ -0,0 +1,7 @@
+This product includes software developed by The Apache Software 
+     Foundation (http://www.apache.org/).
+ 
+     Portions of Harmony were originally developed by
+     Intel Corporation and are licensed to the Apache Software
+     Foundation under the "Software Grant and Corporate Contribution 
+     License Agreement", informally known as the "Intel Harmony CLA".

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/README
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/README?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/README (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/README Fri Jun  8 09:34:52 2007
@@ -0,0 +1,252 @@
+INTEL CONTRIBUTION TO APACHE HARMONY
+          December 10, 2006
+=====================================
+
+This archive contains the contribution to the Apache 
+Harmony project from Intel. The contribution consists 
+of the following component: 
+
+    - The reliability test suite
+
+The reliability test suite tests Java* run time for 
+ability to execute test scenarios for a certain amount 
+of time. The suite contains 72 tests, which cover mainly 
+API classes interacting with JVM or invoking native code. 
+The covered classes are from java.lang, java.util.zip, 
+java.nio.charset, java.text, java.nio, java.io, java.net 
+packages. Test-framework classes execute the tests in a 
+cycle in single instance of JVM for a certain amount of 
+time to reveal runtime's thread synchronization, memory 
+leakage or other issues.
+
+
+1. ARCHIVE CONTENTS
+-------------------
+
+The archive contains test source files, the building environment and 
+test running scripts.
+
+After extracting the archive, the following directories appear under 
+<EXTRACT_DIR>/reliability, where EXTRACT_DIR is the location of the
+archive content:
+
+  src      - Source files of the tests
+  run      - Test run scripts
+  
+
+2. TOOLS AND ENVIRONMENT VARIABLES REQUIRED FOR THE BUILD
+----------------------------------------------------------
+
+To build the Java* sources contained in the <EXTRACT_DIR>/reliability/src 
+directory, install and configure the following tools in the user 
+environment:
+
++ Apache Ant 	 - Build tool: Ant 1.6.5 or higher
+                   http://ant.apache.org
+
++ J2SDK 1.5.0    - J2SE* 1.5.0 compatible SDK, for example
+                   http://java.sun.com/javase/downloads/index.jsp
+
+  NOTE: 
+       + J2SDK 1.5.0 is used to run Ant scripts and compile tests sources.
+
+
+3. BUILDING TESTS
+-----------------
+
+1. Verify the values for the following environment variables:
+
+   + PATH must contain the path to the Ant bin/ directory.
+
+   + JAVA_HOME must point to Java 2 SDK 1.5.0.
+      
+   NOTE: 
+        + All paths must be absolute. 
+
+4. Build tests.
+
+   4.1 Change the directory to <EXTRACT_DIR>/reliability. 
+  
+   4.2 Compile all tests sources by running: 
+
+       ant
+
+The build produces a set of reliability tests' class files placed 
+in the following directory tree structure:
+
+<EXTRACT_DIR>/reliability
+       |
+       +--- deploy
+                |
+                \--- classes   directory contains compiled tests classes
+       
+
+4. RUNNING TESTS
+----------------
+
+1. Verify the values for the following environment variables:
+
+   + PATH must contain the path to the Ant bin/ directory.
+
+   + JAVA_HOME must point to Java 2 SDK 1.5.0.
+      
+   NOTE: 
+        + All paths must be absolute.
+
+2. Check the following test run settings specified in 
+   the <EXTRACT_DIR>/reliability/run/run.xml file:
+
+   + jvm.under.test  - path to tested jvm executable file, for example,
+                       C:\harmony-hdk-r468731\jdk\jre\bin\java
+
+   + jvm.args        - blank space separated parameters for tested jvm, 
+                       for example, -Xmx128m, etc
+
+   + work.dir        - path to working directory where tests can store 
+                       created working files
+
+   + report.dir      - path to report directory where tests' output will 
+                       be stored in files
+
+   + test.duration   - value in seconds limiting each test execution time: 
+                       each test will be executed in a cycle for 
+                       ~ test.duration seconds
+
+   + test.timeout    - value in milliseconds limiting test's process 
+                       execution time, after the test.timeout elapsed 
+                       Ant will kill test's process and consider the test 
+                       failed. Typically, can be set to 
+                       1.5 * test.duration * 1000
+
+   + stop.after.fail - if 'false', a test failes and ant will continue 
+                       execution of other tests; if 'true', ant will stop 
+                       test execution after the first test failure
+
+   + config.file     - path to file with test-specific settings
+
+
+   NOTES:
+         + The majority of tests have one or more test-specific parameters.
+
+         + The <EXTRACT_DIR>/reliability/run/run.normal.mode.settings.xml file 
+           contains test-specific settings to execute tests in 
+           non-agressive mode, that is tests start not many threads to 
+           run in parallel, tests open/create not many files, etc.
+
+         + One can change test-specific settings to make tests more or less 
+           agressive.
+
+3. Run tests.
+
+   3.1 Change the directory to <EXTRACT_DIR>/reliability/run. 
+
+   3.2 Execute all tests by running:
+
+       ant -f run.xml
+
+   The structure of test run targets/dependencies is the following:
+
+    default
+       |
+       +--- run.api.zip                          - run all zip tests
+       |
+       +--- run.api.kernel                       - run all tests in the sub-targets:
+       |      |
+       |      +--- run.api.kernel.args           - run tests for passing 
+       |      |                                    arguments, properties, environment 
+       |      |                                    variables via exec()
+       |      +--- run.api.kernel.exec           - run Runtime.exec() test
+       |      |
+       |      +--- run.api.kernel.hooks          - run VM shutdown hooks tests
+       |      |
+       |      +--- run.api.kernel.object         - run tests for Object
+       |      |
+       |      +--- run.api.kernel.pckg           - run tests for Package
+       |      |
+       |      +--- run.api.kernel.string         - run tests for String
+       |      |
+       |      +--- run.api.kernel.thread         - run tests for Thread
+       |      |
+       |      \--- run.api.kernel.throwable      - run tests for Throwable
+       |
+       +--- run.api.text                         - run tests for java.text
+       |
+       +--- run.api.nio                          - run all tests in the sub-targets:
+       |      |
+       |      +--- run.api.nio.charset           - run tests for java.nio.Charset
+       |      |
+       |      +--- run.api.nio.channels          - run tests for java.nio.channels
+       |      |
+       |      \--- run.api.nio.buffers           - run tests for java.nio buffers
+       |       
+       +--- run.api.io                           - run test for io API
+       | 
+       +--- run.api.net                          - run test for networking API
+       |
+       \--- run.vm                               - run all tests in the sub-targets:
+              |
+              +--- run.vm.finalization           - run test Object finalization
+              |
+              \--- run.vm.exceptions             - run test for exception throwning
+
+   EXAMPLES:
+
+   + ant -f run.xml                         - runs all tests
+
+   + ant -f run.xml run.api.kernel          - runs only tests from 
+                                             <EXTRACT_DIR>/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/
+
+   + ant -f run.xml run.api.kernel.thread   - runs only tests from 
+                                             <EXTRACT_DIR>/reliability/src/java/org/apache/harmony/test/reliability/api/kernel/thread/
+
+
+5. KNOWN ISSUES
+---------------
+
+1. Some tests can fail because of Ant's process timeout, when Ant 
+   kills test's process.
+   Usually, this can happen due to one of the following reasons:
+
+   + Test's last iteration takes much more time than the previous ones.
+
+   + Ant's process timeout, which is set in test.timeout property in the 
+     <EXTRACT_DIR>/reliability/run/run.xml file, is not big enough 
+     to complete even one test iteration.
+
+   To avoid the failure, use one of the following workarounds:
+
+   + Increase test.timeout value in the <EXTRACT_DIR>/reliability/run/run.xml file.
+
+   + Change test-specific settings in the 
+     <EXTRACT_DIR>/reliability/run/run.normal.mode.settings.xml file 
+     to make the test less agressive.
+
+2. At least three tests use Java* 1.5 language features or API:
+
+   + The test api.kernel.hooks.AddRmPropertiesHooksTest uses/tests 
+     the System.clearProperty(String) method.
+
+   + The test api.nio.channels.filechannel.FileChannelThrSafetyTest 
+     uses the Thread.getId() method.
+
+   + The test api.kernel.string.InsensitiveTest uses Java* 1.5 laguage features.
+
+
+6. TODO
+-------
+
+1. Add capability to run only one or several specified tests, 
+   other than all tests under certain target.
+
+2. Add capability to exclude tests from test run, other than 
+   comment corresponding test invocation lines in 
+   the <EXTRACT_DIR>/reliability/run/run.*.xml files.
+
+3. Make test.timeout automatically calculated as 1.5 * test.duration * 1000.
+
+
+7. DISCLAIMER AND LEGAL INFORMATION
+------------------------------------
+
+*) Other brands and names are the property of their respective owners.
+

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/reliability/README
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/build.xml?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/build.xml (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/build.xml Fri Jun  8 09:34:52 2007
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<project name="build-reliability" default="build" basedir=".">
+    <description>Build reliability testsuite</description>
+
+    <property name="src.java" location="src/java" />
+    <property name="target.dir" location="deploy" />
+
+
+    <target name="build" depends="compile-java" />
+
+    <target name="clean">
+        <delete dir="${target.dir}" />
+    </target>
+
+    <target name="compile-java" depends="clean">
+        <echo message="Compiling java sources to ${target.dir}/classes" />
+
+        <mkdir dir="${target.dir}/classes" />
+
+        <javac sourcepath=""
+               srcdir="${src.java}"
+        	   nowarn="on"
+               destdir="${target.dir}/classes">
+        </javac>
+    </target>
+
+</project>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/reliability/build.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.io.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.io.xml?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.io.xml (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.io.xml Fri Jun  8 09:34:52 2007
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<project name="run.api.io.tests" default="run.api.io" basedir=".">
+
+    <description> Runs all tests from api/io </description>
+
+    <target name="run.api.io">
+
+        <run-pjava-test test="api.io.IOTest" 
+                        args="${api.io.IOTest.n_files} 
+                              ${test.source.dir}/org/apache/harmony/test/reliability/api/io/auxiliary"/>
+	</target>
+
+</project>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.io.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.kernel.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.kernel.xml?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.kernel.xml (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.kernel.xml Fri Jun  8 09:34:52 2007
@@ -0,0 +1,168 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<project name="run.api.kernel.tests" default="run.api.kernel" basedir=".">
+
+   <description> Runs all tests from api/kernel </description>
+
+
+   <target name="run.api.kernel" depends="run.api.kernel.args, run.api.kernel.exec, run.api.kernel.hooks,
+    							run.api.kernel.object, run.api.kernel.pckg, run.api.kernel.string, 
+								run.api.kernel.thread, run.api.kernel.throwable, 
+                                                                        run.api.kernel.management" />
+
+
+   <target name="run.api.kernel.args">
+
+        <run-pjava-test test="api.kernel.args.AppVMCLParamTest" args="${api.kernel.args.AppVMCLParamTest.max_n_app_params} 
+ 				       ${jvm.under.test} ${api.kernel.args.AppVMCLParamTest.vm_opts} ${test.classes.dir}" />
+
+        <run-pjava-test test="api.kernel.args.ExecEnvTest" args="${api.kernel.args.ExecEnvTest.max_n_env_vars} 
+        					${jvm.under.test} ${test.classes.dir}" />
+
+        <run-pjava-test test="api.kernel.args.VMCLPropertiesTest" 
+	                args="${api.kernel.args.VMCLPropertiesTest.max_n_properties} ${jvm.under.test} 
+	                      ${api.kernel.args.VMCLPropertiesTest.prop_test_vm_opts} ${test.classes.dir}" />
+   </target>
+
+
+   <target name="run.api.kernel.exec">
+   
+        <run-pjava-test test="api.kernel.exec.RunExec" args="${api.kernel.exec.RunExec.num_execs} 
+        					${api.kernel.exec.RunExec.num_threads} ${test.classes.dir} ${jvm.under.test}" />
+
+   </target>
+
+
+   <target name="run.api.kernel.hooks">
+
+        <run-pjava-test test="api.kernel.hooks.AddRmPropertiesHooksTest"
+                      	args="${api.kernel.hooks.AddRmPropertiesHooksTest.n_properties} 
+   	                    ${api.kernel.hooks.AddRmPropertiesHooksTest.n_hooks}"/>
+
+        <run-pjava-test test="api.kernel.hooks.AddRmShtdwnHooksTest" args="${jvm.under.test} ${test.classes.dir}" />
+
+        <run-pjava-test test="api.kernel.hooks.ShtdwnHooksCornerCaseTest" args="${jvm.under.test} ${test.classes.dir}" />
+
+   </target>
+
+
+   <target name="run.api.kernel.object">
+
+        <run-pjava-test test="api.kernel.object.ObjectCloneTest" args="${api.kernel.object.ObjectCloneTest.n_iterations}" />
+
+        <run-pjava-test test="api.kernel.object.ObjectFinalizeTest" args="${api.kernel.object.ObjectFinalizeTest.n_iterations}" />
+
+        <run-pjava-test test="api.kernel.object.ObjectGetclassHashcodeTest" args="${api.kernel.object.ObjectGetclassHashcodeTest.n_iterations}" />
+
+   </target>
+
+
+   <target name="run.api.kernel.pckg">
+
+        <run-pjava-test test="api.kernel.pckg.PackageGetTest" args="${api.kernel.pckg.PackageGetTest.n_iterations}" />
+
+   </target>
+
+
+   <target name="run.api.kernel.string">
+
+        <run-pjava-test test="api.kernel.string.InsensitiveTest"/>
+
+        <run-pjava-test test="api.kernel.string.InternTest" />
+
+        <run-pjava-test test="api.kernel.string.InternThreadingTest" />
+
+        <run-pjava-test test="api.kernel.string.StringInternTest"/>
+
+   </target>
+
+
+   <target name="run.api.kernel.management">
+
+        <run-pjava-test test="api.kernel.management.SystemResourceOrientedTest" 
+        				args="${api.kernel.management.SystemResourceOrientedTest.n_threads} 
+		                ${api.kernel.management.SystemResourceOrientedTest.n_iters} ${test.classes.dir}
+                                ${api.kernel.management.SystemResourceOrientedTest.n_loadedClasses}"/> 
+
+   </target>
+
+   <target name="run.api.kernel.thread">
+
+        <run-pjava-test test="api.kernel.thread.ExcptHandlerTest.ExcptHandlerTest" /> 
+
+        <run-pjava-test test="api.kernel.thread.ThreadLocalTest.ThreadLocalTest" /> 
+
+        <run-pjava-test test="api.kernel.thread.StackTraceTest.StackTraceTest" /> 
+        
+        <run-pjava-test test="api.kernel.threadgroup.EnumerateTest" /> 
+
+        <run-pjava-test test="api.kernel.thread.ThreadSuspendResume.ThreadSuspendResume" 
+        				args="${api.kernel.thread.ThreadSuspendResume.ThreadSuspendResume.n_threads} 
+		                ${api.kernel.thread.ThreadSuspendResume.ThreadSuspendResume.n_iters}" /> 
+
+        <run-pjava-test test="api.kernel.thread.Calculation.CalcTest" 
+        				args="${api.kernel.thread.Calculation.CalcTest.tasks} 
+		                ${api.kernel.thread.Calculation.CalcTest.depth}" /> 
+
+        <run-pjava-test test="api.kernel.thread.LifeSimulationTest.Life"
+		                args="${api.kernel.thread.LifeSimulationTest.Life.max_creatures} 
+		                ${api.kernel.thread.LifeSimulationTest.Life.max_age} 
+		                ${api.kernel.thread.LifeSimulationTest.Life.start_health} 
+		                ${api.kernel.thread.LifeSimulationTest.Life.total_food}" />
+ 
+        <run-pjava-test test="api.kernel.thread.RecursiveThreadTest.RecursiveTest"
+		                args="${api.kernel.thread.RecursiveThreadTest.RecursiveTest.recursion_depth} 
+		                ${api.kernel.thread.RecursiveThreadTest.RecursiveTest.array_size}" />
+
+        <run-pjava-test test="api.kernel.thread.Synchronization.SynchroTest" 
+                        args="${api.kernel.thread.Synchronization.SynchroTest.iterations}" />
+
+        <run-pjava-test test="api.kernel.thread.Synchronization.SynchroTest2" 
+	                    args="${api.kernel.thread.Synchronization.SynchroTest2.threads} 
+	                    ${api.kernel.thread.Synchronization.SynchroTest2.serial}" />
+
+        <run-pjava-test test="api.kernel.thread.ThreadArrayTest.ThreadArrayTest" 
+	                    args="${api.kernel.thread.ThreadArrayTest.ThreadArrayTest.threads} 
+	                    ${api.kernel.thread.ThreadArrayTest.ThreadArrayTest.starts}" />
+ 
+        <run-pjava-test test="api.kernel.thread.ThreadKill.ThreadKillTest" 
+	                    args="${api.kernel.thread.ThreadKill.ThreadKillTest.threads} 
+	                    ${api.kernel.thread.ThreadKill.ThreadKillTest.iterations}" />
+
+        <run-pjava-test test="api.kernel.thread.VolatileVariableTest.DekkerTest" 
+	                    args="${api.kernel.thread.VolatileVariableTest.DekkerTest.iterations}" />
+
+         <run-pjava-test test="api.kernel.thread.VolatileVariableTest.PetersonTest" 
+	                    args="${api.kernel.thread.VolatileVariableTest.PetersonTest.iterations}" />
+
+        <run-pjava-test test="api.kernel.thread.WeakReferenceandThreadTest.WeakReferenceandThreadTest" 
+	                    args="${api.kernel.thread.WeakReferenceandThreadTest.WeakReferenceandThreadTest.threads} 
+	                    ${api.kernel.thread.WeakReferenceandThreadTest.WeakReferenceandThreadTest.gc_attempts}" />
+
+   </target>
+
+
+   <target name="run.api.kernel.throwable">
+
+        <run-pjava-test test="api.kernel.throwable.StackTraceExcptsTest" />
+
+   </target>
+
+ 
+</project>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.kernel.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.net.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.net.xml?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.net.xml (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.net.xml Fri Jun  8 09:34:52 2007
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<project name="run.api.net.tests" default="run.api.net" basedir=".">
+
+    <description> Runs all tests from api/net </description>
+
+    <target name="run.api.net">
+
+        <run-pjava-test test="api.net.NetClient" 
+                        args="${api.net.NetClient.n_clients} 
+                              ${test.source.dir}/org/apache/harmony/test/reliability/api/net/auxiliary
+                              ${api.net.NetClient.port}
+                              ${api.net.NetClient.n_threads}
+                              Test.out"/>
+	</target>
+
+</project>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.net.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.nio.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.nio.xml?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.nio.xml (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.nio.xml Fri Jun  8 09:34:52 2007
@@ -0,0 +1,129 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<project name="run.api.nio.tests" default="run.api.nio" basedir=".">
+
+    <description> Runs all tests from api/nio </description>
+
+    <target name="run.api.nio" depends="run.api.nio.charset, run.api.nio.channels, run.api.nio.buffers"/>
+
+   	<target name="run.api.nio.charset">
+
+        <run-pjava-test test="api.nio.charset.CharsetSyncCacheTest" 
+                        args="${api.nio.charset.CharsetSyncCacheTest.n_threads} 
+                              ${api.nio.charset.CharsetSyncCacheTest.iterations}"/>
+
+        <run-pjava-test test="api.nio.charset.ContainsTest" 
+                        args="${api.nio.charset.ContainsTest.iterations}"/>
+   		
+        <run-pjava-test test="api.nio.charset.DecodingModesTest" 
+                        args="${api.nio.charset.DecodingModesTest.iterations}"/>
+   		
+        <run-pjava-test test="api.nio.charset.EncDecTest" 
+                        args="${api.nio.charset.EncDecTest.n_threads} 
+                              ${api.nio.charset.EncDecTest.iterations}"/>
+
+   		<run-pjava-test test="api.nio.charset.EncodingModesTest" 
+                        args="${api.nio.charset.EncodingModesTest.iterations}"/>
+
+   		<run-pjava-test test="api.nio.charset.WrongCharsetNameTest" 
+                        args="${api.nio.charset.WrongCharsetNameTest.iterations}"/>
+   		
+   	</target>
+
+   	<target name="run.api.nio.channels">
+   		
+        <run-pjava-test test="api.nio.channels.filechannel.ChannelFIOSTest" args="${work.dir}"/>	
+
+        <run-pjava-test test="api.nio.channels.filechannel.ChannelWriteTest" 
+        				args="${api.nio.channels.filechannel.ChannelWriteTest.n_threads}
+			        	${api.nio.channels.filechannel.ChannelWriteTest.buffer_size}
+			        	${api.nio.channels.filechannel.ChannelWriteTest.iterations}
+			        	${api.nio.channels.filechannel.ChannelWriteTest.n_buffers}"/>
+
+        <run-pjava-test test="api.nio.channels.filechannel.CopyFilesTest" args="${work.dir}"/>	
+
+        <run-pjava-test test="api.nio.channels.filechannel.FileChannelMapTest" 
+        				args="${api.nio.channels.filechannel.FileChannelMapTest.n_threads}
+			        	${test.source.dir}/org/apache/harmony/test/reliability/api/nio/channels/filechannel/auxiliary
+			        	${api.nio.channels.filechannel.FileChannelMapTest.offset}
+        				Test.out
+			        	${api.nio.channels.filechannel.FileChannelMapTest.iterations}"/>
+
+        <run-pjava-test test="api.nio.channels.filechannel.FileChannelThrSafetyTest" args="${work.dir}"/>
+
+        <run-pjava-test test="api.nio.channels.filechannel.MappedByteBufferForceTest" 
+        				args="${api.nio.channels.filechannel.MappedByteBufferForceTest.n_threads}
+			        	${test.source.dir}/org/apache/harmony/test/reliability/api/nio/channels/filechannel/auxiliary
+        				Test.out
+			        	${api.nio.channels.filechannel.MappedByteBufferForceTest.iterations}"/>
+	</target>
+
+   	<target name="run.api.nio.buffers">
+
+   		<run-pjava-test test="api.nio.buffers.ByteBufferallocateDirectTest" 
+        				args="${api.nio.buffers.ByteBufferallocateDirectTest.iterations}
+			        	${api.nio.buffers.ByteBufferallocateDirectTest.buffer_size}"/>
+
+   		<run-pjava-test test="api.nio.buffers.ByteBufferallocateTest" 
+        				args="${api.nio.buffers.ByteBufferallocateTest.iterations}
+			        	${api.nio.buffers.ByteBufferallocateTest.buffer_size}"/>
+   		
+        <run-pjava-test test="api.nio.buffers.ByteBufferCompactTest" 
+        				args="${api.nio.buffers.ByteBufferCompactTest.iterations}"/>
+
+        <run-pjava-test test="api.nio.buffers.ByteBufferPutBufferTest" 
+        				args="${api.nio.buffers.ByteBufferPutBufferTest.iterations}
+			        	${api.nio.buffers.ByteBufferPutBufferTest.buffer_size}"/>
+
+        <run-pjava-test test="api.nio.buffers.CharBufferSliceTest" 
+        				args="${api.nio.buffers.CharBufferSliceTest.iterations}"/>
+
+        <run-pjava-test test="api.nio.buffers.CharBufferWrapGetTest" 
+        				args="${api.nio.buffers.CharBufferWrapGetTest.iterations}"/>
+
+        <run-pjava-test test="api.nio.buffers.CharBufferWrapTest" 
+        				args="${api.nio.buffers.CharBufferWrapTest.iterations}"/>
+
+        <run-pjava-test test="api.nio.buffers.DoubleBufferWrapGetTest" 
+        				args="${api.nio.buffers.DoubleBufferWrapGetTest.iterations}
+			        	${api.nio.buffers.DoubleBufferWrapGetTest.buffer_size}"/>
+
+        <run-pjava-test test="api.nio.buffers.FloatBufferWrapGetTest" 
+        				args="${api.nio.buffers.FloatBufferWrapGetTest.iterations}
+			        	${api.nio.buffers.FloatBufferWrapGetTest.buffer_size}"/>
+
+        <run-pjava-test test="api.nio.buffers.IntBufferWrapGetTest" 
+        				args="${api.nio.buffers.IntBufferWrapGetTest.iterations}
+			        	${api.nio.buffers.IntBufferWrapGetTest.buffer_size}"/>
+
+        <run-pjava-test test="api.nio.buffers.LongBufferWrapGetTest" 
+        				args="${api.nio.buffers.LongBufferWrapGetTest.iterations}
+			        	${api.nio.buffers.LongBufferWrapGetTest.buffer_size}"/>
+
+        <run-pjava-test test="api.nio.buffers.ShortBufferWrapGetTest" 
+        				args="${api.nio.buffers.ShortBufferWrapGetTest.iterations}
+			        	${api.nio.buffers.ShortBufferWrapGetTest.buffer_size}"/>
+
+   	</target>
+   		
+	
+	
+</project>
+
+

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.nio.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.text.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.text.xml?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.text.xml (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.text.xml Fri Jun  8 09:34:52 2007
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<project name="run.api.text.tests" default="run.api.text" basedir=".">
+
+    <description> Runs all tests from api/text </description>
+
+    <target name="run.api.text">
+
+        <run-pjava-test test="api.text.BreakIterator_AllLocales" 
+                        args="${api.text.BreakIterator_AllLocales.iterations}"/>
+
+        <run-pjava-test test="api.text.CollationElementIteratorTest" 
+                        args="${api.text.CollationElementIteratorTest.n_threads}
+                              ${api.text.CollationElementIteratorTest.iterations}"/>
+
+        <run-pjava-test test="api.text.CollationKeyTest_ArrHash" 
+                        args="${api.text.CollationKeyTest_ArrHash.n_threads}
+                              ${api.text.CollationKeyTest_ArrHash.iterations}"/>
+
+        <run-pjava-test test="api.text.CollationKeyTest" 
+                        args="${api.text.CollationKeyTest.n_threads}
+                              ${api.text.CollationKeyTest.iterations}"/>
+                              
+        <run-pjava-test test="api.text.DecimalFormat_Locales" 
+                        args="${api.text.DecimalFormat_Locales.n_threads}
+                              ${api.text.DecimalFormat_Locales.iterations}"/>
+
+        <run-pjava-test test="api.text.getAvailableLocales_Coll" 
+                        args="${api.text.getAvailableLocales_Coll.iterations}"/>
+
+        <run-pjava-test test="api.text.getAvailableLocals_RBC" 
+                        args="${api.text.getAvailableLocals_RBC.n_threads}
+                              ${api.text.getAvailableLocals_RBC.iterations}"/>
+
+        <run-pjava-test test="api.text.getSentenceInstance_check" 
+                        args="${api.text.getSentenceInstance_check.n_threads}
+                              ${api.text.getSentenceInstance_check.iterations}"/>
+
+        <run-pjava-test test="api.text.getSentenceInstance" 
+                        args="${api.text.getSentenceInstance.n_threads}
+                              ${api.text.getSentenceInstance.iterations}"/>
+
+    </target>
+
+</project>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.text.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.util.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.util.xml?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.util.xml (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.util.xml Fri Jun  8 09:34:52 2007
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<project name="run.api.util.tests" default="run.api.util" basedir=".">
+
+    <description> Runs all tests from api/zip </description>
+
+    <target name="run.api.util">
+
+        <run-pjava-test test="api.util.ConcurrentTest" args="${api.util.ConcurrentTest.n_entries}" />
+	    
+	</target>
+	
+</project>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.util.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.zip.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.zip.xml?view=auto&rev=545554
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.zip.xml (added)
+++ harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.zip.xml Fri Jun  8 09:34:52 2007
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+<project name="run.api.zip.tests" default="run.api.zip" basedir=".">
+
+    <description> Runs all tests from api/zip </description>
+
+    <target name="run.api.zip">
+
+        <run-pjava-test test="api.zip.ZipEntryIterateThreadingTest" args="${api.zip.ZipEntryIterateThreadingTest.n_threads}"/>
+
+        <run-pjava-test test="api.zip.AdlerCRC32Test" args="${api.zip.AdlerCRC32Test.iterations} 
+     	                  ${api.zip.AdlerCRC32Test.buf_size}"/>
+
+        <run-pjava-test test="api.zip.GZipInOutStreamTest" args="${api.zip.GZipInOutStreamTest.n_entries} 
+    	                  ${work.dir}"/>
+
+        <run-pjava-test test="api.zip.InflDeflGetResetTest" args="${api.zip.InflDeflGetResetTest.iterations} 
+      	                  ${api.zip.InflDeflGetResetTest.buf_size}"/>
+	
+        <run-pjava-test test="api.zip.ZipInOutStreamTest" args="${api.zip.ZipInOutStreamTest.n_entries} 
+     						${work.dir}"/>
+
+        <run-pjava-test test="api.zip.ZlibDeflaterTest" args="${api.zip.ZlibDeflaterTest.iterations}"/>
+    	    	
+        <run-pjava-test test="api.zip.ZlibDefsetDictionaryTest" args="${api.zip.ZlibDefsetDictionaryTest.iterations}"/>
+    	
+        <run-pjava-test test="api.zip.ZlibTest" args="${api.zip.ZlibTest.n_threads}
+   		  	${test.root.dir}/src/java/org/apache/harmony/test/reliability/api/zip/auxiliary
+     		${api.zip.ZlibTest.n_bytes} Test.out ${api.zip.ZlibTest.iterations}"/>
+
+        <run-pjava-test test="api.zip.ZlibTestStrategyLevel" args="${api.zip.ZlibTestStrategyLevel.buf_size}"/>
+    	
+        <run-pjava-test test="api.zip.ZlibTestVariableLength" args="${api.zip.ZlibTestVariableLength.buf_size} 
+   					     	 ${api.zip.ZlibTestVariableLength.iterations}"/>
+	    
+	</target>
+	
+</project>

Propchange: harmony/enhanced/buildtest/branches/2.0/tests/reliability/run/run.api.zip.xml
------------------------------------------------------------------------------
    svn:eol-style = native