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/12/05 17:48:27 UTC

svn commit: r601409 - in /harmony/enhanced/buildtest/branches/2.0/tests/functional: config/func_exclude.file src/test/functional/org/apache/harmony/test/func/reg/vm/btest5440/Btest5440.xml

Author: smishura
Date: Wed Dec  5 08:48:26 2007
New Revision: 601409

URL: http://svn.apache.org/viewvc?rev=601409&view=rev
Log:
Apply patch from HARMONY-4415:
([buildtest][func] test btest5440 uses incorrect package for its launcher)

and remove the test from the exclude list (tested on Linux ia32)

Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/functional/config/func_exclude.file
    harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/reg/vm/btest5440/Btest5440.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/config/func_exclude.file
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/functional/config/func_exclude.file?rev=601409&r1=601408&r2=601409&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/config/func_exclude.file (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/config/func_exclude.file Wed Dec  5 08:48:26 2007
@@ -89,8 +89,6 @@
 functional/org/apache/harmony/test/func/networking/java/net/URL/OpenStream01/openStream01.xml
 # H-4439
 functional/org/apache/harmony/test/func/api/java/io/FileOutputStream/FileOutputStreamTest.xml
-# H-4415 (Bug in test, broken package of test launcher)
-functional/org/apache/harmony/test/func/reg/vm/btest5440/Btest5440.xml
 # H-4431
 functional/org/apache/harmony/test/func/reg/vm/btest5940/Btest5940_01.xml
 functional/org/apache/harmony/test/func/reg/vm/btest5940/Btest5940_02.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/reg/vm/btest5440/Btest5440.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/reg/vm/btest5440/Btest5440.xml?rev=601409&r1=601408&r2=601409&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/reg/vm/btest5440/Btest5440.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/reg/vm/btest5440/Btest5440.xml Wed Dec  5 08:48:26 2007
@@ -41,7 +41,7 @@
     <Runner ID="Execute">
         <Param name="toRun" value="$ReferenceRuntime">
             <Option name="-cp" value="$CP"/>
-            <Option name="share.HangTest"/>
+            <Option name="org.apache.harmony.test.share.reg.HangTest"/>
             <Option name="$TestedRuntime"/>
             <Option name="~timeout=$TestTimeout"/>
             <Option name="~crashString=PASSED!"/>