You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/12/11 15:32:14 UTC

svn commit: r485678 - in /harmony/enhanced/drlvm/trunk/vm/tests/smoke: StackTest.java exception/FinalizeStackTest.java

Author: geirm
Date: Mon Dec 11 06:32:14 2006
New Revision: 485678

URL: http://svn.apache.org/viewvc?view=rev&rev=485678
Log:
remove the annotation drek for test control


Modified:
    harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java
    harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java

Modified: harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java?view=diff&rev=485678&r1=485677&r2=485678
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java (original)
+++ harmony/enhanced/drlvm/trunk/vm/tests/smoke/StackTest.java Mon Dec 11 06:32:14 2006
@@ -15,11 +15,6 @@
  *  limitations under the License.
  */
 
-/**
- * Excluded from acceptance test set on EM64T.
- *
- * @keyword X_em64t_bug
- */
 
 public class StackTest {
 

Modified: harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java?view=diff&rev=485678&r1=485677&r2=485678
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java (original)
+++ harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java Mon Dec 11 06:32:14 2006
@@ -18,11 +18,6 @@
  * @author Pavel Afremov
  * @version $Revision: 1.0 $
  */
-/**
- * Excluded from acceptance test set on EM64T.
- *
- * @keyword X_em64t_bug
- */
 package exception;
 
 class FinalizeStackTest {