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/08/29 13:32:29 UTC

svn commit: r570760 - in /harmony/enhanced/drlvm/trunk/src/test/regression: H4511/ excludes/exclude.linux.x86_64 excludes/exclude.windows.x86_64

Author: xli
Date: Wed Aug 29 04:32:27 2007
New Revision: 570760

URL: http://svn.apache.org/viewvc?rev=570760&view=rev
Log:
Harmony-4511: test case for tagged object reclamation

Added:
    harmony/enhanced/drlvm/trunk/src/test/regression/H4511/
Modified:
    harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64
    harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64

Modified: harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64?rev=570760&r1=570759&r2=570760&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 (original)
+++ harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 Wed Aug 29 04:32:27 2007
@@ -23,3 +23,5 @@
 # Exclude this test because SOE handling is not ready for x86_64 in JIT/VM yet
 H4265
 H4292
+# Exclude this test because JVMTI is not implemented for x86_64 in JIT mode yet
+H4511

Modified: harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64?rev=570760&r1=570759&r2=570760&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 (original)
+++ harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 Wed Aug 29 04:32:27 2007
@@ -21,3 +21,5 @@
 # Exclude this test because SOE handling is not ready for x86_64 in JIT/VM yet
 H4265
 H4292
+# Exclude this test because JVMTI is not implemented for x86_64 in JIT mode yet
+H4511