You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by xl...@apache.org on 2007/04/24 11:03:32 UTC

svn commit: r531843 - in /harmony/enhanced/drlvm/trunk/build/make/excludes: exclude.drlvm_smoke.windows.x86.opt exclude.drlvm_smoke.windows.x86.srv

Author: xli
Date: Tue Apr 24 02:03:31 2007
New Revision: 531843

URL: http://svn.apache.org/viewvc?view=rev&rev=531843
Log:
HARMONY-3731 : [DRLVM] FinalizeStackTest failed in opt/srv mode on Win32

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

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt?view=diff&rev=531843&r1=531842&r2=531843
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt Tue Apr 24 02:03:31 2007
@@ -7,3 +7,6 @@
 
 # HARMONY-2977
 io/Integers.java
+
+# HARMONY-3731
+exception/FinalizeStackTest.java

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv?view=diff&rev=531843&r1=531842&r2=531843
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv Tue Apr 24 02:03:31 2007
@@ -3,3 +3,6 @@
 
 # HARMONY-2977
 io/Integers.java
+
+# HARMONY-3731
+exception/FinalizeStackTest.java