From 732d3acfe603568eafb78eff1194250e3f4c127e Mon Sep 17 00:00:00 2001 From: Tomas Stupka <tomas.stupka@oracle.com> Date: Fri, 2 Jun 2017 17:34:27 +0200 Subject: [PATCH] generated test output --- .../truffle/r/test/ExpectedTestOutput.test | 299 ++++++++++++++---- 1 file changed, 246 insertions(+), 53 deletions(-) diff --git a/com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test b/com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test index 5a21cdda8a..a4a69155ca 100644 --- a/com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test +++ b/com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test @@ -131076,25 +131076,228 @@ NULL NULL -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIdentical# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { b1 <- .fastr.interop.toByte(1); b2 <- .fastr.interop.toByte(1); identical(b1, b2) } +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 'a' } else { tc <- .fastr.java.class('java.lang.Character'); t <- .fastr.interop.new(tc, .fastr.interop.toChar(97)); t } +[1] "a" + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 'abc' } else { tc <- .fastr.java.class('java.lang.String'); t <- .fastr.interop.new(tc, 'abc'); t } +[1] "abc" + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 'truffle.object' } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestNullClass'); t <- .fastr.interop.new(tc, NULL); class(t) } +[1] "truffle.object" + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.class('java.lang.Byte'); t <- .fastr.interop.new(tc, .fastr.interop.toByte(1)); t } +[1] 1 + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.class('java.lang.Integer'); t <- .fastr.interop.new(tc, 1L); t } +[1] 1 + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.class('java.lang.Long'); t <- .fastr.interop.new(tc, .fastr.interop.toLong(1)); t } +[1] 1 + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.class('java.lang.Short'); t <- .fastr.interop.new(tc, .fastr.interop.toShort(1)); t } +[1] 1 + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1.1 } else { tc <- .fastr.java.class('java.lang.Double'); t <- .fastr.interop.new(tc, 1.1); t } +[1] 1.1 + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1.1 } else { tc <- .fastr.java.class('java.lang.Float'); t <- .fastr.interop.new(tc, .fastr.interop.toFloat(1.1)); t } +[1] 1.1 + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { TRUE } else { tc <- .fastr.java.class('java.lang.Boolean'); t <- .fastr.interop.new(tc, TRUE); t } +[1] TRUE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testInteroptNew# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { TRUE } else { tc <- .fastr.java.class('java/lang/Boolean'); t <- new(tc, TRUE); t } +[1] TRUE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.array(to) } [1] FALSE -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIdentical# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { b1 <- .fastr.interop.toByte(1); s1 <- .fastr.interop.toShort(1); identical(b1, s1) } +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.atomic(to) } [1] FALSE -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIdentical# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { ll <- .fastr.interop.new(.fastr.java.class('java.util.LinkedList')); al <- .fastr.interop.new(.fastr.java.class('java.util.ArrayList')); identical(al, ll) } +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.call(to) } [1] FALSE -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIdentical# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { TRUE } else { al <- .fastr.interop.new(.fastr.java.class('java.util.ArrayList')); identical(t, t) } -[1] TRUE +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.character(to) } +[1] FALSE -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIdentical# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { TRUE } else { b1 <- .fastr.interop.toByte(1); identical(b1, b1) } -[1] TRUE +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.complex(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.data.frame(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.double(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.environment(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.expression(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.factor(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.function(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.integer(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.language(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.logical(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.matrix(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.mts(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.na(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.name(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.null(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.numeric(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.numeric.Date(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.numeric.POSIXt(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.numeric.difftime(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.numeric_version(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.object(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.ordered(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.package_version(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.pairlist(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.primitive(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.qr(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.raster(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.raw(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.recursive(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.relistable(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.stepfun(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.symbol(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.table(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.ts(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.tskernel(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.unsorted(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { FALSE } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.vector(to) } +[1] FALSE + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('Error in is.finite(to) : ', '<<<NEWLINE>>>', ' default method not implemented for type \'external object\'<<<NEWLINE>>>', sep='') } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.finite(to) } +Error in is.finite(to) : + default method not implemented for type 'external object' + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('Error in is.infinite(to) : ', '<<<NEWLINE>>>', ' default method not implemented for type \'external object\'<<<NEWLINE>>>', sep='') } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.infinite(to) } +Error in is.infinite(to) : + default method not implemented for type 'external object' + +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testIsXXXForForeignObject# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('Error in is.nan(to) : ', '<<<NEWLINE>>>', ' default method not implemented for type \'external object\'<<<NEWLINE>>>', sep='') } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); is.nan(to) } +Error in is.nan(to) : + default method not implemented for type 'external object' ##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testMethods# #if (length(grep("FastR", R.Version()$version.string)) != 1) { "a string" } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$methodStaticStringObject() } @@ -131260,77 +131463,67 @@ NULL [external object] [1] 1 2 3 -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForJavaObject# +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForForeignObject# #if (length(grep("FastR", R.Version()$version.string)) != 1) { NULL } else { cl <- .fastr.java.class('java.util.Collections'); em<-cl$EMPTY_MAP; names(em) } NULL -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForJavaObject# +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForForeignObject# #if (length(grep("FastR", R.Version()$version.string)) != 1) { NULL } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestNamesClass'); names(tc$staticField) } NULL -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForJavaObject# +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForForeignObject# #if (length(grep("FastR", R.Version()$version.string)) != 1) { NULL } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestNamesClass'); names(tc$staticMethod) } NULL -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForJavaObject# +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForForeignObject# #if (length(grep("FastR", R.Version()$version.string)) != 1) { NULL } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestNamesClassNoMembers'); t <- .fastr.interop.new(tc); names(t) } NULL -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForJavaObject# +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForForeignObject# #if (length(grep("FastR", R.Version()$version.string)) != 1) { NULL } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestNamesClassNoPublicMembers'); t <- .fastr.interop.new(tc); names(t) } NULL -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForJavaObject# +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForForeignObject# #if (length(grep("FastR", R.Version()$version.string)) != 1) { c('field', 'method', 'staticField', 'staticMethod') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestNamesClass'); t <- .fastr.interop.new(tc); sort(names(t)) } [1] "field" "method" "staticField" "staticMethod" -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForJavaObject# +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForForeignObject# #if (length(grep("FastR", R.Version()$version.string)) != 1) { c('one', 'two') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestNamesClassMap'); t <- .fastr.interop.new(tc); sort(names(t$m())) } [1] "one" "two" -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForJavaObject# +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForForeignObject# #if (length(grep("FastR", R.Version()$version.string)) != 1) { c('staticField', 'staticMethod') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestNamesClass'); sort(names(tc)) } [1] "staticField" "staticMethod" -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { 'a' } else { tc <- .fastr.java.class('java.lang.Character'); t <- .fastr.interop.new(tc, .fastr.interop.toChar(97)); t } -[1] "a" - -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { 'abc' } else { tc <- .fastr.java.class('java.lang.String'); t <- .fastr.interop.new(tc, 'abc'); t } -[1] "abc" - -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { 'truffle.object' } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestNullClass'); t <- .fastr.interop.new(tc, NULL); class(t) } -[1] "truffle.object" - -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.class('java.lang.Byte'); t <- .fastr.interop.new(tc, .fastr.interop.toByte(1)); t } -[1] 1 +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNewWithJavaClass# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 2147483647 } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); to <- new(tc); to$fieldInteger } +[1] 2147483647 -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.class('java.lang.Integer'); t <- .fastr.interop.new(tc, 1L); t } -[1] 1 +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNewWithJavaClass# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { 2147483647 } else { to <- new('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); to$fieldStaticInteger } +[1] 2147483647 -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.class('java.lang.Long'); t <- .fastr.interop.new(tc, .fastr.interop.toLong(1)); t } -[1] 1 +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNewWithJavaClass# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { TRUE } else { tc <- .fastr.java.class('java.lang.Boolean'); to <- new(tc, TRUE); to } +[1] TRUE -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.class('java.lang.Short'); t <- .fastr.interop.new(tc, .fastr.interop.toShort(1)); t } -[1] 1 +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNewWithJavaClass# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { TRUE } else { to <- new('java.lang.Boolean', TRUE); to } +[1] TRUE -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1.1 } else { tc <- .fastr.java.class('java.lang.Double'); t <- .fastr.interop.new(tc, 1.1); t } -[1] 1.1 +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNewWithJavaClass# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { TRUE } else { to <- new('java/lang/Boolean', TRUE); to } +[1] TRUE -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1.1 } else { tc <- .fastr.java.class('java.lang.Float'); t <- .fastr.interop.new(tc, .fastr.interop.toFloat(1.1)); t } -[1] 1.1 +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNewWithJavaClass# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('Error in .fastr.interop.new(Class, ...) : ', '<<<NEWLINE>>>', ' error during Java object instantiation<<<NEWLINE>>>', sep='') } else { to <- new('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); new(to) } +Error in .fastr.interop.new(Class, ...) : + error during Java object instantiation -##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNew# -#if (length(grep("FastR", R.Version()$version.string)) != 1) { TRUE } else { tc <- .fastr.java.class('java.lang.Boolean'); t <- .fastr.interop.new(tc, TRUE); t } -[1] TRUE +##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNewWithJavaClass# +#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('Error in getClass(Class, where = topenv(parent.frame())) : ', '<<<NEWLINE>>>', ' “__bogus_class_name__†is not a defined class<<<NEWLINE>>>', sep='') } else { to <- new('__bogus_class_name__'); } +Error in getClass(Class, where = topenv(parent.frame())) : + “__bogus_class_name__†is not a defined class ##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNonPrimitiveParameter# #if (length(grep("FastR", R.Version()$version.string)) != 1) { TRUE } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$equals(t) } -- GitLab