Thu, 20 Dec 2012 21:54:33 +0100Moving the read method closer to the definition of the script launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Dec 2012 21:54:33 +0100] rev 360
Moving the read method closer to the definition of the script

Thu, 20 Dec 2012 21:53:58 +0100Increasing timeout, so it can succeed on the build host machine launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Dec 2012 21:53:58 +0100] rev 359
Increasing timeout, so it can succeed on the build host machine

Thu, 20 Dec 2012 21:39:16 +0100Loaded classes need to have their static initializes invoked. Before accessing static field of a class, initializers need to be executed as well. launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Dec 2012 21:39:16 +0100] rev 358
Loaded classes need to have their static initializes invoked. Before accessing static field of a class, initializers need to be executed as well.

Thu, 20 Dec 2012 16:17:31 +0100Mojo for execution in a browser launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Dec 2012 16:17:31 +0100] rev 357
Mojo for execution in a browser

Thu, 20 Dec 2012 11:03:34 +0100Using the Console for invoking VMTests in Rhino. All tests are passing now. launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Dec 2012 11:03:34 +0100] rev 356
Using the Console for invoking VMTests in Rhino. All tests are passing now.

Thu, 20 Dec 2012 08:59:47 +0100Support for reflection on primitive types. All tests finish in the browser. launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Thu, 20 Dec 2012 08:59:47 +0100] rev 355
Support for reflection on primitive types. All tests finish in the browser.

Wed, 19 Dec 2012 16:43:37 +0100Reflective calls on methods that return int launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Wed, 19 Dec 2012 16:43:37 +0100] rev 354
Reflective calls on methods that return int

Tue, 18 Dec 2012 16:04:37 +0100Reasonable TYPE for primitive types launcher
Jaroslav Tulach <jaroslav.tulach@apidesign.org> [Tue, 18 Dec 2012 16:04:37 +0100] rev 353
Reasonable TYPE for primitive types

Wed, 19 Dec 2012 11:12:04 +0100Added tests for integer division and reminder after division. Removed JS version of String.hashCode since standard version is already correct. arithmetic
Martin Soch <Martin.Soch@oracle.com> [Wed, 19 Dec 2012 11:12:04 +0100] rev 352
Added tests for integer division and reminder after division. Removed JS version of String.hashCode since standard version is already correct.

Tue, 18 Dec 2012 20:19:11 +0100Added test for + - * operations in int32 arithmetic, updated JS generator to produce code for correct int32 arithmetic. arithmetic
Martin Soch <Martin.Soch@oracle.com> [Tue, 18 Dec 2012 20:19:11 +0100] rev 351
Added test for + - * operations in int32 arithmetic, updated JS generator to produce code for correct int32 arithmetic.