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/08/03 16:06:31 UTC

svn commit: r562470 - in /harmony/enhanced/drlvm/trunk/build/make/excludes: exclude.drlvm_smoke.linux.x86.int exclude.drlvm_smoke.linux.x86.jet exclude.drlvm_smoke.linux.x86.jit exclude.drlvm_smoke.linux.x86.opt exclude.drlvm_smoke.linux.x86.srv

Author: gshimansky
Date: Fri Aug  3 07:06:31 2007
New Revision: 562470

URL: http://svn.apache.org/viewvc?view=rev&rev=562470
Log:
Excluded thread.SmallStackThreadTest because of HARMONY-4601


Modified:
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int?view=diff&rev=562470&r1=562469&r2=562470
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.int Fri Aug  3 07:06:31 2007
@@ -21,3 +21,5 @@
 # This stress test is very slow on interpreter
 stress/Intern.java
 
+# HARMONY-4601
+thread/SmallStackThreadTest.java

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet?view=diff&rev=562470&r1=562469&r2=562470
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jet Fri Aug  3 07:06:31 2007
@@ -14,3 +14,5 @@
 # HARMONY-3639
 thread/ManyThreadsTest.java
 
+# HARMONY-4601
+thread/SmallStackThreadTest.java

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit?view=diff&rev=562470&r1=562469&r2=562470
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.jit Fri Aug  3 07:06:31 2007
@@ -14,3 +14,5 @@
 # HARMONY-3639
 thread/ManyThreadsTest.java
 
+# HARMONY-4601
+thread/SmallStackThreadTest.java

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt?view=diff&rev=562470&r1=562469&r2=562470
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt Fri Aug  3 07:06:31 2007
@@ -14,3 +14,5 @@
 # HARMONY-3639
 thread/ManyThreadsTest.java
 
+# HARMONY-4601
+thread/SmallStackThreadTest.java

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv?view=diff&rev=562470&r1=562469&r2=562470
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv Fri Aug  3 07:06:31 2007
@@ -17,3 +17,5 @@
 # HARMONY-3639
 thread/ManyThreadsTest.java
 
+# HARMONY-4601
+thread/SmallStackThreadTest.java