You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ap...@apache.org on 2007/12/10 12:24:50 UTC

svn commit: r602865 - in /harmony/enhanced/buildtest/branches/2.0/tests/functional: config/func_exclude.file src/test/functional/org/apache/harmony/test/func/reg/jit/btest5704/Btest5704.xml

Author: apavlenko
Date: Mon Dec 10 03:24:18 2007
New Revision: 602865

URL: http://svn.apache.org/viewvc?rev=602865&view=rev
Log:
Corrected line number

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/jit/btest5704/Btest5704.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=602865&r1=602864&r2=602865&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 Mon Dec 10 03:24:18 2007
@@ -259,7 +259,6 @@
 # Invalid tests. Fail both on RI and Harmony.
 functional/org/apache/harmony/test/func/api/java/io/FileOutputStream/FileOutputStreamThreadTest.xml
 functional/src/test/functional/org/apache/harmony/test/func/api/java/security/cert/F_CertificateFactoryTest_03/F_CertificateFactoryTest_03.xml
-functional/src/test/functional/org/apache/harmony/test/func/reg/jit/btest5704/Btest5704.xml
 
 # Intermittently fails in concurrent mode
 functional/org/apache/harmony/test/func/jit/HLO/lazyexc/IO2/IO2.xml

Modified: harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/reg/jit/btest5704/Btest5704.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/reg/jit/btest5704/Btest5704.xml?rev=602865&r1=602864&r2=602865&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/reg/jit/btest5704/Btest5704.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/functional/src/test/functional/org/apache/harmony/test/func/reg/jit/btest5704/Btest5704.xml Mon Dec 10 03:24:18 2007
@@ -42,7 +42,7 @@
     <Runner ID="ExecuteRegression">
         <Param name="toRun" value="negCrash">
             <Option name="~opt"/>
-            <Option name="~crashString=5704.java:30"/>
+            <Option name="~crashString=5704.java:32"/>
             <Option name="~testName=org.apache.harmony.test.func.reg.jit.btest5704.Btest5704"/>
         </Param>
     </Runner>