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 2006/12/22 21:54:07 UTC

svn commit: r489759 - in /harmony/enhanced/drlvm/trunk/build/make/excludes: exclude.drlvm_smoke.windows.x86.interpreter exclude.drlvm_smoke.windows.x86.jit

Author: gshimansky
Date: Fri Dec 22 12:54:07 2006
New Revision: 489759

URL: http://svn.apache.org/viewvc?view=rev&rev=489759
Log:
Excluded shutdown.TestInterrupt for windows. It hangs on exit.


Modified:
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.interpreter
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.jit

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.interpreter
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.interpreter?view=diff&rev=489759&r1=489758&r2=489759
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.interpreter (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.interpreter Fri Dec 22 12:54:07 2006
@@ -6,3 +6,4 @@
 init/ErrorInInitializer.java
 io/Integers.java
 thread/InfiniteFinalizer.java
+shutdown/TestInterrupt.java

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.jit
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.jit?view=diff&rev=489759&r1=489758&r2=489759
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.jit (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.jit Fri Dec 22 12:54:07 2006
@@ -5,3 +5,4 @@
 init/ErrorInInitializer.java
 io/Integers.java
 thread/InfiniteFinalizer.java
+shutdown/TestInterrupt.java