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/03/21 11:46:20 UTC

svn commit: r520831 - in /harmony/enhanced/drlvm/trunk: build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int vm/tests/smoke/classloader/StressLoader.java

Author: varlax
Date: Wed Mar 21 03:46:20 2007
New Revision: 520831

URL: http://svn.apache.org/viewvc?view=rev&rev=520831
Log:
Applied HARMONY-3455 [drlvm][smoke tests] smoke test stress.Mix should be excluded on linux x86_64 int

Modified:
    harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int
    harmony/enhanced/drlvm/trunk/vm/tests/smoke/classloader/StressLoader.java

Modified: harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int?view=diff&rev=520831&r1=520830&r2=520831
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int (original)
+++ harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.int Wed Mar 21 03:46:20 2007
@@ -6,3 +6,6 @@
 
 # HARMONY-2977
 io/Integers.java
+
+# HARMONY-2772 fails intermittently 
+stress/Mix.java

Modified: harmony/enhanced/drlvm/trunk/vm/tests/smoke/classloader/StressLoader.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/tests/smoke/classloader/StressLoader.java?view=diff&rev=520831&r1=520830&r2=520831
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/tests/smoke/classloader/StressLoader.java (original)
+++ harmony/enhanced/drlvm/trunk/vm/tests/smoke/classloader/StressLoader.java Wed Mar 21 03:46:20 2007
@@ -22,7 +22,6 @@
 
 /**
  * Test loading from multiple threads.
- * @keyword XXX_bug_1373
  */
 public class StressLoader extends Thread {
     final static int COUNT = 250; // VM has a thread limit