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/30 15:15:43 UTC

svn commit: r524068 - /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv

Author: gshimansky
Date: Fri Mar 30 06:15:42 2007
New Revision: 524068

URL: http://svn.apache.org/viewvc?view=rev&rev=524068
Log:
Excluded stress.Mix and thread.ThreadInterrupt on windows x86_64 in server mode. These tests hang sometimes for an unknown reason.


Modified:
    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.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=524068&r1=524067&r2=524068
==============================================================================
--- 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 Fri Mar 30 06:15:42 2007
@@ -15,3 +15,7 @@
 exception/FinalizeStackTest.java
 stress/Stack.java
 
+# Server mode failures specific to Windows x86_64
+stress/Mix.java
+thread/ThreadInterrupt.java
+