log truffle/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java @ 22157:dc83cc1f94f2

age author description
Wed, 16 Sep 2015 11:33:22 +0200 Jaroslav Tulach Using fully qualified imports
Thu, 10 Sep 2015 16:26:31 +0200 Jaroslav Tulach Adding check of behavior of identity function into the TCK
Wed, 09 Sep 2015 19:18:44 +0200 Jaroslav Tulach Testing behavior of primitive types returned from an interop method.
Wed, 09 Sep 2015 18:53:14 +0200 Jaroslav Tulach Enhancing TCK to pass in all Java number types and see whether they result in something meaningful.
Mon, 07 Sep 2015 17:07:20 +0200 Jaroslav Tulach Implementing API for Java/Truffle interop. Based around JavaInterop.asJavaObject and JavaInterop.asTruffleObject methods. Connected to TruffleVM via Symbol.as(Class) wrapper. Verified by extended TCK.
Mon, 24 Aug 2015 08:46:21 +0200 Jaroslav Tulach TruffleVM.eval and Source.withMimeType
Wed, 05 Aug 2015 10:19:41 -0700 Tom Rodriguez Remove trailing whitespace from UPL license
Thu, 30 Jul 2015 17:36:34 +0200 Jaroslav Tulach TruffleLanguage.parse method to convert a source to CallTarget. Basic caching to make sure the code is shared among tenants in one JVM.
Thu, 16 Jul 2015 15:50:46 +0200 Gilles Duboscq Update SL copyright headers to use UPL
Thu, 18 Jun 2015 16:09:38 +0200 Jaroslav Tulach Initial test for Java Interop: Perform callback to Math.min and Math.max via TruffleObject and Message.createExecute(2).
Wed, 17 Jun 2015 10:58:08 +0200 Jaroslav Tulach Moving all sources into truffle subdirectory base graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTckTest.java@ef579ed765fa