log truffle/com.oracle.truffle.tck/src/com/oracle/truffle/tck/TruffleTCK.java @ 22548:6b76a24fffbd default tip

age author description
Thu, 14 Jan 2016 14:20:57 +0100 Jaroslav Tulach Use all variables: a, b, u,v and x, y default tip
Thu, 14 Jan 2016 14:13:20 +0100 Jaroslav Tulach Improving formating
Thu, 14 Jan 2016 14:12:46 +0100 Jaroslav Tulach TruffleTCK.assertDouble to give languages control over comparing doubles in their TCK subclasses
Thu, 14 Jan 2016 14:09:27 +0100 Jaroslav Tulach More tests with doubles in the TCK to verify IEEE754 compliance
Thu, 07 Jan 2016 16:06:31 +0100 Jaroslav Tulach When integer values are on input of any language, the result should be the same regardless they are stored as int or float or double
Thu, 07 Jan 2016 15:54:23 +0100 Jaroslav Tulach Making sure the values of random input variables are printed in case of failure
Wed, 06 Jan 2016 13:14:35 +0100 Jaroslav Tulach Give implementors of the TCK control over comparing doubles.
Fri, 08 Jan 2016 22:22:24 +0100 Andreas Woess fix typo
Wed, 23 Dec 2015 07:43:06 +0100 Jaroslav Tulach Moving implementation classes outside of the tck package to make the Javadoc of the TCK API cleaner
Wed, 23 Dec 2015 07:37:51 +0100 Jaroslav Tulach Including documentation for the TCK in the unified Javadoc
Tue, 22 Dec 2015 18:00:04 +0100 Jaroslav Tulach Expanding TCK to cover reading and writing of object properties with various primitive types
Mon, 14 Dec 2015 14:20:08 +0100 Matthias Grimmer Refactor and improve ComplexNumber sequence tests
Fri, 11 Dec 2015 15:20:27 +0100 Matthias Grimmer Add ComplexNumber sequence tests
Thu, 10 Dec 2015 12:18:27 +0100 Matthias Grimmer Add ComplexNumber test to TCK
Fri, 04 Dec 2015 11:33:08 +0100 Matthias Grimmer Merge
Mon, 30 Nov 2015 10:24:00 +0100 Matthias Grimmer Adopt TCK and Polyglot after changes to execute and invoke message
Tue, 01 Dec 2015 11:13:11 +0100 Jaroslav Tulach Verify that primitive data (numbers as well as String) can be passed into a language as boxed TruffleObject instances
Mon, 30 Nov 2015 15:13:33 +0100 Jaroslav Tulach Testing identity behavior for String values
Wed, 18 Nov 2015 12:41:41 +0100 Jaroslav Tulach Apply formating rules
Wed, 18 Nov 2015 12:37:32 +0100 Jaroslav Tulach Removing no longer needed imports
Wed, 18 Nov 2015 11:53:28 +0100 Jaroslav Tulach Adding parse with argument names into the API and TCK
Mon, 16 Nov 2015 15:41:29 +0100 Jaroslav Tulach Give Truffle languages access to evaluation functions of other languages.
Wed, 07 Oct 2015 13:32:25 +0200 Jaroslav Tulach PolyglotEngine.Value.as(String.class) gives the language that produced the value a chance to do its conversion to appropriate textual representation.
Tue, 06 Oct 2015 13:27:47 +0200 Jaroslav Tulach asJavaObject can work with null value
Tue, 06 Oct 2015 13:08:12 +0200 Jaroslav Tulach Simplifying the way to obtain Language.globalObject
Fri, 25 Sep 2015 16:53:27 +0200 Jaroslav Tulach Creating a TruffleObject that knows its PolyglotEngine and wrapping all values returned from the engine by it, so it is always clear into which engine context an object belongs.
Mon, 21 Sep 2015 11:21:03 +0200 Jaroslav Tulach Merging in changes in default branch
Mon, 21 Sep 2015 10:55:36 +0200 Jaroslav Tulach Replacing more TruffleVM references in comments with the new PolyglotEngine name
Mon, 21 Sep 2015 10:34:30 +0200 Jaroslav Tulach Renaming to PolyglotEngine
Mon, 14 Sep 2015 05:32:13 +0200 Jaroslav Tulach Introducing Portaal into the isolated world of each and any TruffleLanguage.
Wed, 16 Sep 2015 11:33:22 +0200 Jaroslav Tulach Using fully qualified imports
Tue, 15 Sep 2015 10:36:04 +0200 Jaroslav Tulach Replacing time out associated warnings by UnsupportedOperationException. Meaning of exception is probably more straightforward than a soft hint attempted before. Shouldn't influence the way things are build, if tests are skipped.
Mon, 14 Sep 2015 11:14:58 +0200 Jaroslav Tulach Slower increase in the timeout
Mon, 14 Sep 2015 11:02:52 +0200 Jaroslav Tulach Make sure the proper TruffleVM execution context is re-set before invoking an operation on a JavaInterop wrapper obtained via Symbol.as method.
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.
Wed, 02 Sep 2015 10:44:54 +0200 Jaroslav Tulach Asynchronous TruffleVM can be created by providing own Executor when configuring the TruffleVM.Builder
Mon, 24 Aug 2015 08:46:21 +0200 Jaroslav Tulach TruffleVM.eval and Source.withMimeType
Thu, 13 Aug 2015 09:42:06 +0200 Jaroslav Tulach Verify the two TruffleVM instances are different - otherwise the isolation cannot work
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, 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.tck/src/com/oracle/truffle/tck/TruffleTCK.java@d74068ef6297