log graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SLTestRunner.java @ 21890:894f82515e38

age author description
Tue, 09 Jun 2015 15:20:30 -0700 Michael Van De Vanter Truffle/APIs and Debugging: Evolutionary steps to integrating debugging and tool support with TruffleVM APIs
Wed, 27 May 2015 13:32:18 +0200 Doug Simon Merge.
Tue, 26 May 2015 23:21:15 +0200 Doug Simon renamed com.oracle.graal.[debug|options|hotspotvmconfig]* modules to com.oracle.jvmci.[debug|options|hotspotvmconfig]* modules (JBS:GRAAL-53)
Tue, 26 May 2015 19:11:36 +0200 Jaroslav Tulach Introducing standard I/O and error into Env and using TruffleVM to execute SL test cases. Adding SLTckTest to verify SL language interop.
Fri, 22 May 2015 18:12:01 +0200 Jaroslav Tulach Replacing PrintStream with PrintWriter in the simple language
Fri, 22 May 2015 13:41:10 +0200 Jaroslav Tulach Introducing TruffleVM - a central place to invoke code in any registered TruffleLanguage.
Sun, 23 Nov 2014 16:07:23 -0800 Michael Van De Vanter Truffle Instrumentation: major API revision, based around the Probe and Instrument classes; add Instrumentable API for language implementors, with most details automated; reimplemented to handle AST splitting automatically; more JUnit tests.
Mon, 01 Sep 2014 20:08:19 +0200 Christian Humer Truffle: added new infrastructure for graal truffle runtime tests using SL.
Mon, 01 Sep 2014 20:08:18 +0200 Christian Humer SL: added internal APIs to SL for the Graal runtime tests.
Mon, 04 Aug 2014 18:53:21 -0700 Michael Van De Vanter SL/SourceAttribution: restore some attribution fixes that were lost in a tussle with hg; turn off tracing code in SL tests.
Fri, 01 Aug 2014 16:30:22 -0700 Michael Van De Vanter SL/SourceAttribution: correct some omissions, and in particular add new node SLParenExpressionNode to represent a parenthesized expression; this is semantically neutral of course, but needed to account correctly for the text of such an expression (as opposed to its contents).
Fri, 06 Jun 2014 17:51:47 -0700 Michael Van De Vanter Truffle/Source: major API revision
Sat, 24 May 2014 10:34:43 -0700 Michael Van De Vanter Truffle: SourceManager renamed to SourceFactory
Sat, 15 Feb 2014 08:00:16 -0800 Christian Wimmer SL: Run test as part of "mx unittest"
Wed, 29 Jan 2014 20:45:43 -0800 Christian Wimmer Documentation and more refactoring of Simple Language
Tue, 28 Jan 2014 19:37:26 +0100 Christian Humer SL: added junit integration for external tests.
Fri, 24 Jan 2014 19:19:16 -0800 Christian Wimmer Fix SL unit test directory
Fri, 24 Jan 2014 18:18:49 -0800 Christian Wimmer Use source and expected output files to test Simple Language, instead of individual JUnit tests with the source and expected output as strings