You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2007/04/09 13:19:54 UTC

svn commit: r526713 - in /harmony/enhanced/drlvm/trunk/build/make/excludes: exclude.drlvm_smoke.linux.x86.srv exclude.drlvm_smoke.linux.x86_64.srv exclude.drlvm_smoke.windows.x86_64.srv

Author: varlax
Date: Mon Apr  9 04:19:53 2007
New Revision: 526713

URL: http://svn.apache.org/viewvc?view=rev&rev=526713
Log:
Excluded thread/ThreadInterrupt on all platforms in server mode due to HARMONY-3519

Modified:
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.srv
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv

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=526713&r1=526712&r2=526713
==============================================================================
--- 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 Mon Apr  9 04:19:53 2007
@@ -6,3 +6,6 @@
 
 # HARMONY-3495 hangs intermittently
 gc/NPE.java
+
+# HARMONY-3519
+thread/ThreadInterrupt.java

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv?view=diff&rev=526713&r1=526712&r2=526713
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.srv Mon Apr  9 04:19:53 2007
@@ -22,3 +22,6 @@
 
 # HARMONY-3495 hangs intermittently
 gc/NPE.java
+
+# HARMONY-3519
+thread/ThreadInterrupt.java

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv?view=diff&rev=526713&r1=526712&r2=526713
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv Mon Apr  9 04:19:53 2007
@@ -17,5 +17,6 @@
 
 # Server mode failures specific to Windows x86_64
 stress/Mix.java
-thread/ThreadInterrupt.java
 
+# HARMONY-3519
+thread/ThreadInterrupt.java