Skip to content
Snippets Groups Projects
Commit d44e82d7 authored by Tomas Stupka's avatar Tomas Stupka
Browse files

generated test output

parent b72553ec
No related branches found
No related tags found
No related merge requests found
......@@ -133522,6 +133522,25 @@ NULL
#if (!any(R.version$engine == "FastR")) { TRUE } else { to <- new.external(new.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); to$fieldStaticBooleanObject }
[1] TRUE
 
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (!any(R.version$engine == "FastR")) { cat('[external object]<<<NEWLINE>>>[[1]]<<<NEWLINE>>>[1] 1<<<NEWLINE>>><<<NEWLINE>>>[[2]]<<<NEWLINE>>>[1] 2.1<<<NEWLINE>>><<<NEWLINE>>>[[3]]<<<NEWLINE>>>[1] "a"<<<NEWLINE>>><<<NEWLINE>>>[[4]]<<<NEWLINE>>>[1] TRUE<<<NEWLINE>>><<<NEWLINE>>>[[5]]<<<NEWLINE>>>NULL<<<NEWLINE>>><<<NEWLINE>>>', sep='') } else { to <- new.external(new.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); to$mixedTypesArray }
[external object]
[[1]]
[1] 1
[[2]]
[1] 2.1
[[3]]
[1] "a"
[[4]]
[1] TRUE
[[5]]
NULL
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (!any(R.version$engine == "FastR")) { cat('[external object]\n[1] TRUE FALSE TRUE\n') } else { to <- new.external(new.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); to$fieldBooleanArray }
[external object]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment