You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2007/03/23 14:03:34 UTC

svn commit: r521712 - in /harmony/enhanced/drlvm/trunk/build/make/excludes: exclude.drlvm_kernel.windows.x86_64.int exclude.drlvm_kernel.windows.x86_64.jit exclude.drlvm_kernel.windows.x86_64.opt

Author: gshimansky
Date: Fri Mar 23 06:03:34 2007
New Revision: 521712

URL: http://svn.apache.org/viewvc?view=rev&rev=521712
Log:
Add exclude lists for windows x86_64 for kernel tests


Added:
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.jit   (with props)
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.opt   (with props)
Modified:
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.int

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.int
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.int?view=diff&rev=521712&r1=521711&r2=521712
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.int (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.int Fri Mar 23 06:03:34 2007
@@ -8,3 +8,6 @@
 # HARMONY-2453
 java/lang/SystemTest.java
 
+# unreported winx64-specific failure
+java.lang.RuntimeTest2
+

Added: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.jit
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.jit?view=auto&rev=521712
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.jit (added)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.jit Fri Mar 23 06:03:34 2007
@@ -0,0 +1,13 @@
+## These tests are too slow
+java/lang/RuntimeAdditionalTest*.java
+
+# HARMONY-3110
+java/lang/reflect/FieldTest.java
+org/apache/harmony/lang/annotation/AllTypesTest.java
+
+# HARMONY-2453
+java/lang/SystemTest.java
+
+## following are tests that fail due to unknown bugs
+java/lang/ClassAnnotationsTest.java
+

Propchange: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.jit
------------------------------------------------------------------------------
    svn:eol-style = native

Added: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.opt
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.opt?view=auto&rev=521712
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.opt (added)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.opt Fri Mar 23 06:03:34 2007
@@ -0,0 +1,13 @@
+## These tests are too slow
+java/lang/RuntimeAdditionalTest*.java
+
+# HARMONY-3110
+java/lang/reflect/FieldTest.java
+org/apache/harmony/lang/annotation/AllTypesTest.java
+
+# HARMONY-2453
+java/lang/SystemTest.java
+
+## following are tests that fail due to unknown bugs
+java/lang/ClassAnnotationsTest.java
+

Propchange: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86_64.opt
------------------------------------------------------------------------------
    svn:eol-style = native