You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/11/17 20:19:53 UTC

svn commit: r476263 - in /incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke: StackTest.java exception/FinalizeStackTest.java gc/LOS.java

Author: geirm
Date: Fri Nov 17 11:19:52 2006
New Revision: 476263

URL: http://svn.apache.org/viewvc?view=rev&rev=476263
Log:
HARMONY-2224

Failed tests to exclude : 

x86_64 - StackTest and FinalizeStackTest
windows - LOS



Modified:
    incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java
    incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java
    incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/gc/LOS.java

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java?view=diff&rev=476263&r1=476262&r2=476263
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java Fri Nov 17 11:19:52 2006
@@ -15,6 +15,12 @@
  *  limitations under the License.
  */
 
+/**
+ * Excluded from acceptance test set on EM64T.
+ *
+ * @keyword X_em64t_bug
+ */
+
 public class StackTest {
 
     static int depth = 0;

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java?view=diff&rev=476263&r1=476262&r2=476263
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java Fri Nov 17 11:19:52 2006
@@ -18,6 +18,11 @@
  * @author Pavel Afremov
  * @version $Revision: 1.0 $
  */
+/**
+ * Excluded from acceptance test set on EM64T.
+ *
+ * @keyword X_em64t_bug
+ */
 package exception;
 
 class FinalizeStackTest {

Modified: incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/gc/LOS.java
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/gc/LOS.java?view=diff&rev=476263&r1=476262&r2=476263
==============================================================================
--- incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/gc/LOS.java (original)
+++ incubator/harmony/enhanced/drlvm/trunk/vm/tests/smoke/gc/LOS.java Fri Nov 17 11:19:52 2006
@@ -18,6 +18,11 @@
  * @author Salikh Zakirov
  * @version $Revision: 1.4.12.2.4.4 $
  */  
+/**
+ * Excluded from acceptance test set on Windows.
+ *
+ * @keyword X_Windows_bug
+ */
 package gc;
 
 import java.util.ArrayList;