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/08/14 17:01:53 UTC

svn commit: r565790 - in /harmony/enhanced/buildtest/branches/2.0/tests/vts/vm: config/exclude.file src/test/vm/jvmti/events/MethodExit/MethodExit0101/MethodExit0101.cpp

Author: gshimansky
Date: Tue Aug 14 08:01:52 2007
New Revision: 565790

URL: http://svn.apache.org/viewvc?view=rev&rev=565790
Log:
Applied patch from HARMONY-4304
[buildtest][vts] Test vm/jvmti/events/MethodExit/MethodExit0101 has large log

I also removed this test from exclude list


Modified:
    harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/config/exclude.file
    harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/src/test/vm/jvmti/events/MethodExit/MethodExit0101/MethodExit0101.cpp

Modified: harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/config/exclude.file
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/config/exclude.file?view=diff&rev=565790&r1=565789&r2=565790
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/config/exclude.file (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/config/exclude.file Tue Aug 14 08:01:52 2007
@@ -57,7 +57,6 @@
 vm/jvms/classFile/structure/accessFlags/accessFlags08/accessFlags08.xml 			# test issue 8234  - 1.4 specific test
 vm/jvms/instructions/invokeReturn/invokestatic/invokestatic11/invokestatic1102/invokestatic1102.xml 	# test issue 6890
 vm/jvms/classLLI/loading/loading08/loading08.xml 						# test issue 9867
-vm/jvmti/events/MethodExit/MethodExit0101/MethodExit0101.xml 				# test issue 10144
 vm/jvmti/events/ObjectFree/ObjectFree0101/ObjectFree0101.xml 				# test issue 10413
 vm/jvmti/events/MonitorContendedEnter/MonitorContendedEnter0101/MonitorContendedEnter0101.xml 	# test issue 10260
 vm/jvmti/funcs/SuspendThreadList/SuspendThreadList0101/SuspendThreadList0101.xml 		# test issue 9156 - intermittent failure

Modified: harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/src/test/vm/jvmti/events/MethodExit/MethodExit0101/MethodExit0101.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/src/test/vm/jvmti/events/MethodExit/MethodExit0101/MethodExit0101.cpp?view=diff&rev=565790&r1=565789&r2=565790
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/src/test/vm/jvmti/events/MethodExit/MethodExit0101/MethodExit0101.cpp (original)
+++ harmony/enhanced/buildtest/branches/2.0/tests/vts/vm/src/test/vm/jvmti/events/MethodExit/MethodExit0101/MethodExit0101.cpp Tue Aug 14 08:01:52 2007
@@ -67,7 +67,7 @@
 
 void JNICALL callbackMethodExit(prms_METHOD_EXIT)
 {
-    check_METHOD_EXIT;
+//    check_METHOD_EXIT;
 
     char* name = NULL;
     char* signature = NULL;