Skip to content

Commit ce744e5

Browse files
committed
generated test output
1 parent 19d1c5f commit ce744e5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154239,6 +154239,22 @@ Error in .fastr.interop.asChar(97L, 1) :
154239154239
#if (!any(R.version$engine == "FastR")) { 32767 } else { v <- .fastr.interop.asShort(32767); v; }
154240154240
[1] 32767
154241154241

154242+
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testTranspose#
154243+
#if (!any(R.version$engine == "FastR")) { cat('Error in t.default(ta) : argument is not a matrix', '<<<NEWLINE>>>') } else { ta <- new('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestArraysClass'); t(ta) }
154244+
Error in t.default(ta) : argument is not a matrix
154245+
154246+
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testTranspose#
154247+
#if (!any(R.version$engine == "FastR")) { t(c('a', 'b', 'c')) } else { ta <- new('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestArraysClass'); t(ta$stringArray) }
154248+
[,1] [,2] [,3]
154249+
[1,] "a" "b" "c"
154250+
154251+
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testTranspose#
154252+
#if (!any(R.version$engine == "FastR")) { t(matrix(c('a', 'a', 'b', 'b', 'c', 'c'), c(2, 3))) } else { ta <- new('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestArraysClass'); t(ta$stringArray2) }
154253+
[,1] [,2]
154254+
[1,] "a" "a"
154255+
[2,] "b" "b"
154256+
[3,] "c" "c"
154257+
154242154258
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testUnlist#
154243154259
#if (!any(R.version$engine == "FastR")) { 'character' } else { ta <- new('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestArraysClass'); class(unlist(ta$charArray)) }
154244154260
[1] "character"

0 commit comments

Comments
 (0)