[kaffe] CVS kaffe (robilad): Added information on running the jitter tests
Kaffe CVS
cvs-commits at kaffe.org
Wed Oct 20 01:03:00 PDT 2004
PatchSet 5313
Date: 2004/10/20 07:58:53
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Added information on running the jitter tests
2004-10-20 Timothy S. Stack <stack at cs.utah.edu>
* FAQ/FAQ.debugging: Added information for
manually running the jit tests.
Members:
ChangeLog:1.2865->1.2866
FAQ/FAQ.debugging:1.4->1.5
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2865 kaffe/ChangeLog:1.2866
--- kaffe/ChangeLog:1.2865 Tue Oct 19 17:18:23 2004
+++ kaffe/ChangeLog Wed Oct 20 07:58:53 2004
@@ -1,3 +1,8 @@
+2004-10-20 Timothy S. Stack <stack at cs.utah.edu>
+
+ * FAQ/FAQ.debugging: Added information for
+ manually running the jit tests.
+
2004-10-19 Helmer Kraemer <hkraemer at freenet.de>
* config/arm/sysdepCallMethod.h
Index: kaffe/FAQ/FAQ.debugging
diff -u kaffe/FAQ/FAQ.debugging:1.4 kaffe/FAQ/FAQ.debugging:1.5
--- kaffe/FAQ/FAQ.debugging:1.4 Wed Sep 3 14:53:11 2003
+++ kaffe/FAQ/FAQ.debugging Wed Oct 20 07:58:56 2004
@@ -69,6 +69,17 @@
TEST_CLASSES - The classes to test against.
+To run it manually, you need to do something like the following
+in sh/bash:
+
+ . ../../BUILD_ENVIRONMENT
+ export BOOTCLASSPATH=${BOOTCLASSPATH}:.
+ export TEST_CLASSES="ConstMethods.class"
+ ./jitBasic
+
+It "should" complain if it has any problems and it should print out
+a bunch of debugging info as it jits the methods. If its completely
+silent, something is probably wrong.
Regression Tests
================
More information about the kaffe
mailing list