Sat, 23 Jul 2011 13:48:07 +0000 vranyj1 Shorten project name (because of stupid Windoze) jk_new_structure
Wed, 20 Jul 2011 12:02:02 +0000 vranyj1 Fixes for primitive array types (uses Signed* variant of an array) jk_new_structure
Mon, 18 Jul 2011 22:35:32 +0000 vranyj1 added: jk_new_structure
Mon, 18 Jul 2011 17:25:20 +0000 vranyj1 (none) jk_new_structure
Mon, 18 Jul 2011 17:17:07 +0000 vranyj1 (none) jk_new_structure
Mon, 18 Jul 2011 17:12:03 +0000 vranyj1 (none) jk_new_structure
Mon, 18 Jul 2011 14:36:12 +0000 vranyj1 (none) jk_new_structure
Mon, 18 Jul 2011 14:28:02 +0000 vranyj1 (none) jk_new_structure
Sat, 25 Jun 2011 08:08:37 +0000 vranyj1 Few fixes for Mauve... jk_new_structure
Thu, 23 Jun 2011 21:36:25 +0000 vranyj1 Few fixes... jk_new_structure
Thu, 23 Jun 2011 08:34:19 +0000 vranyj1 JavaVM: improvements in java.lang.System.arraycopy native jk_new_structure
Wed, 22 Jun 2011 21:43:46 +0000 vranyj1 Force use JavaClassReader2 since the VM does not actually support jk_new_structure
Wed, 22 Jun 2011 12:01:42 +0000 vranyj1 Test order changed to trick the VM jk_new_structure
Tue, 21 Jun 2011 17:17:24 +0000 vranyj1 Tests reordered, hope this will workaround the segfault jk_new_structure
Tue, 21 Jun 2011 16:39:57 +0000 vranyj1 More utility methods for tests jk_new_structure
Tue, 21 Jun 2011 16:12:27 +0000 vranyj1 Common code from JUnitTestCaseProxy and TestletTestCaseProxy moved to a common superclass jk_new_structure
Tue, 21 Jun 2011 08:26:44 +0000 vranyj1 Fixes rbspec for libjava jk_new_structure
Mon, 20 Jun 2011 18:22:22 +0000 vranyj1 JavaTestsLoader: loadMauve: now returns collection of loaded classes jk_new_structure
Wed, 15 Jun 2011 08:47:24 +0000 vranyj1 JUnitTestCaseProxy: fix in selectorForHDTestRunner jk_new_structure
Tue, 14 Jun 2011 13:25:53 +0000 vranyj1 use nameForHDTestReport and selectorForHDTestReport to identify test jk_new_structure
Tue, 14 Jun 2011 10:58:40 +0000 vranyj1 Fixes for running tests in separate processes (required since VM often crash) jk_new_structure
Mon, 13 Jun 2011 16:03:23 +0000 vranyj1 TestletTestCaseProxy: added classvar to specify whether run the test in separate process jk_new_structure
Sun, 12 Jun 2011 21:16:56 +0000 vranyj1 added JavaTestsLoader>>loadMauve: pattern utility method jk_new_structure
Sat, 11 Jun 2011 22:49:33 +0000 vranyj1 Small refactoring jk_new_structure
Sat, 11 Jun 2011 16:47:43 +0000 vranyj1 Fixes in resolving methodrefs for array methods jk_new_structure
Sat, 11 Jun 2011 15:39:51 +0000 vranyj1 Fixes for Mauve test suite jk_new_structure
Sat, 11 Jun 2011 15:07:29 +0000 vranyj1 Utility methods to load relevant subset of Mauve test suite jk_new_structure
Mon, 06 Jun 2011 10:52:50 +0000 vranyj1 Fixed link to hamcrest-core.jar jk_new_structure
Sat, 04 Jun 2011 18:55:00 +0000 hlopkmar fixed bug in resolving jk_new_structure
Sat, 04 Jun 2011 18:34:48 +0000 hlopkmar added hamcrest-core.jar to JavaLibrariesResource jk_new_structure
Sat, 04 Jun 2011 18:33:37 +0000 hlopkmar added hamcrest-core.jar to libs jk_new_structure
Sat, 04 Jun 2011 18:30:41 +0000 hlopkmar another annoying output is gone (JavaNameAndType2>>updatingClassRefFrom:to:) jk_new_structure
Sat, 04 Jun 2011 16:36:02 +0000 hlopkmar sometimes I'm quite stupid - JavaLibrariesResource working again jk_new_structure
Sat, 04 Jun 2011 16:21:47 +0000 hlopkmar trying to get tests working.. jk_new_structure
Sat, 04 Jun 2011 15:53:15 +0000 hlopkmar removed annoying updating classRefs from to output jk_new_structure
Sat, 04 Jun 2011 15:30:43 +0000 hlopkmar added asm3-all.jar to JavaLibrariesResource jk_new_structure
Sat, 04 Jun 2011 15:28:20 +0000 hlopkmar added asm3-all.jar to libs jk_new_structure
Sat, 04 Jun 2011 15:23:37 +0000 hlopkmar slightly refactored exceptionTable methods and their callers.. no typechanging side effects jk_new_structure
Sat, 04 Jun 2011 15:08:01 +0000 hlopkmar fixed JavaMethod>>exceptionTable, so junit3 tests are passing now jk_new_structure
Sat, 04 Jun 2011 14:49:13 +0000 hlopkmar added asm related junit tests (expected lib location: /usr/share/java/asm3-all.jar - sudo apt-get install libasm3-java) jk_new_structure
Fri, 03 Jun 2011 19:05:28 +0000 vranyj1 stx_libjava: readded lost method #testSuite jk_new_structure
Fri, 03 Jun 2011 16:09:07 +0000 vranyj1 stx_libjava: LookupTests are excluded from standard test suite jk_new_structure
Thu, 02 Jun 2011 21:43:35 +0000 hlopkmar mauve fixes - added encoding to build.xml, fixed some tests (funny fact - javac guys say null cant be infered to Object, eclipse compiler guys say it can - so Collections.max(null) is ok in eclipse, but raises an error when compiled with javac) jk_new_structure
Thu, 02 Jun 2011 20:49:53 +0000 hlopkmar pedantic change in documentation :) jk_new_structure
Wed, 01 Jun 2011 20:50:37 +0000 vranyj1 - JavaClassReader: do not want about .class file version 50.0 jk_new_structure
Wed, 01 Jun 2011 10:10:48 +0000 vranyj1 Fixes for hudson jk_new_structure
Tue, 31 May 2011 22:15:28 +0000 vranyj1 Uses JavaClassReader2 by default jk_new_structure
Tue, 31 May 2011 15:57:56 +0000 vranyj1 - JavaVM: old-style native methods removed jk_new_structure
Tue, 31 May 2011 15:57:03 +0000 vranyj1 - TestletTestCaseProxy: debugging support improved. jk_new_structure
Tue, 31 May 2011 14:02:06 +0000 vranyj1 oom.java test disabled since it tries to crash the VM jk_new_structure
Tue, 31 May 2011 09:32:24 +0000 vranyj1 Few fixes and native methods jk_new_structure
Tue, 31 May 2011 09:28:43 +0000 vranyj1 Added Mauve test suite jk_new_structure
Mon, 30 May 2011 21:32:17 +0000 hlopkmar there's nothing I fix on the first try :) jk_new_structure
Mon, 30 May 2011 21:19:04 +0000 hlopkmar fixed (hopefully:) bug in permissions (new resolving) jk_new_structure
Sun, 29 May 2011 21:38:05 +0000 hlopkmar Mauve test integration works.. and that's the bad news, there are sooo many failures.. so back to the beginning, let's fix natives.. jk_new_structure
Tue, 24 May 2011 13:06:14 +0000 vranyj1 Static field resolving fixed jk_new_structure
Tue, 24 May 2011 08:43:44 +0000 vranyj1 JavaClass: fixed #lookupStaticFieldBy jk_new_structure
Mon, 23 May 2011 19:17:40 +0000 hlopkmar its nice to work after jv :) after writing tests I surprisedly realized, that he already implemented primitives and primitive arrays in JavaClassRef2 :) jk_new_structure
Mon, 23 May 2011 16:05:45 +0000 hlopkmar all tests fixed.. updated interfaceMethodRef to checkPermissions (which were not checked until now ehm) jk_new_structure
Mon, 23 May 2011 15:27:40 +0000 hlopkmar refactored methodRef tests.. interfaceMethodRefs to come jk_new_structure
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 tip