Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QueryR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Lopez
QueryR
Commits
78034d22
Commit
78034d22
authored
7 years ago
by
Tomas Stupka
Browse files
Options
Downloads
Patches
Plain Diff
generated test output
parent
311d0d83
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test
+137
-184
137 additions, 184 deletions
...est/src/com/oracle/truffle/r/test/ExpectedTestOutput.test
with
137 additions
and
184 deletions
com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/ExpectedTestOutput.test
+
137
−
184
View file @
78034d22
...
...
@@ -130508,7 +130508,8 @@ NULL
[6] "stringValue"
##com.oracle.truffle.r.test.library.fastr.TestInterop.testPrinting#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('$intValue\n[1] 1\n\n$longValue\n[1] 123412341234\n\n$charValue\n[1] "R"\n\n$shortValue\n[1] -100\n\n$booleanValue\n[1] TRUE\n\n$stringValue\n[1] "foo"\n\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { v <- .fastr.interop.import('testPOJO'); print(v) }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n$intValue\n[1] 1\n\n$longValue\n[1] 123412341234\n\n$charValue\n[1] "R"\n\n$shortValue\n[1] -100\n\n$booleanValue\n[1] TRUE\n\n$stringValue\n[1] "foo"\n\n') } else { v <- .fastr.interop.import('testPOJO'); print(v) }
[external object]
$intValue
[1] 1
...
...
@@ -130527,26 +130528,21 @@ $booleanValue
$stringValue
[1] "foo"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestInterop.testPrinting#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 -5 199\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { v <- .fastr.interop.import('testIntArray'); print(v) }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 -5 199\n') } else { v <- .fastr.interop.import('testIntArray'); print(v) }
[external object]
[1] 1 -5 199
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestInterop.testPrinting#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 -5 199\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { v <- .fastr.interop.import('testIntArray'); v }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 -5 199\n') } else { v <- .fastr.interop.import('testIntArray'); v }
[external object]
[1] 1 -5 199
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestInterop.testPrinting#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a" "" "foo"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { v <- .fastr.interop.import('testStringArray'); print(v) }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a" "" "foo"\n') } else { v <- .fastr.interop.import('testStringArray'); print(v) }
[external object]
[1] "a" "" "foo"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testAllTypes#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { "true127a32767214748364792233720368547758071.7976931348623157E3083.4028235E38testString" } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$allTypesMethod(TRUE,127,"a",32767,2147483647,9223372036854775807,1.7976931348623157E308,3.4028235E38,"testString") }
...
...
@@ -130557,31 +130553,31 @@ attr(,"is.truffle.object")
[1] "true127a32767214748364792233720368547758071.7976931348623157E3083.4028235E38testString"
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else {
tc
<- .fastr.java.
class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldIntArray
[1]
;
}
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else {
a
<- .fastr.java.
toArray(c(1,2,3)); a
[1] }
[1] 1
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else {
tc
<- .fastr.java.
class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldIntArray
[[1]]
;
}
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else {
a
<- .fastr.java.
toArray(c(1,2,3)); a
[[1]] }
[1] 1
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.
toArray(c(1,2,3)); a
[1] }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.
class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldIntArray
[1]
;
}
[1] 1
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.
toArray(c(1,2,3)); a
[[1]] }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 1 } else { tc <- .fastr.java.
class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldIntArray
[[1]]
;
}
[1] 1
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 123 } else {
tc
<- .fastr.java.
class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldIntArray
[1] <- 123
L
;
t$fieldIntArray
[1] }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 123 } else {
a
<- .fastr.java.
toArray(c(1,2,3)); a
[1] <- 123;
a
[1] }
[1] 123
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 123 } else {
tc
<- .fastr.java.toArray(c(1,2,3)); a[
1
] <- 123; a[
1
] }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 123 } else {
a
<- .fastr.java.toArray(c(1,2,3)); a[
[1]
] <- 123; a[
[1]
] }
[1] 123
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 123 } else { tc <- .fastr.java.
toArray(c(1,2,3)); a[
[1]
]
<- 123;
a[
[1]
]
}
#if (length(grep("FastR", R.Version()$version.string)) != 1) { 123 } else { tc <- .fastr.java.
class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldIntArray
[1] <- 123
L
;
t$fieldIntArray
[1] }
[1] 123
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
...
...
@@ -130609,16 +130605,26 @@ attr(,"is.truffle.object")
NULL
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$int2DimArray[1] }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$int2DimArray[1] }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testArrayReadWrite#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$int2DimArray[[1]] }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$int2DimArray[[1]] }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testAttributes#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { NULL } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); attributes(to) }
NULL
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testAttributes#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('Error in attr(to, "a") <- "a" : external object cannot be attributed<<<NEWLINE>>>') } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); attr(to, 'a')<-'a' }
Error in attr(to, "a") <- "a" : external object cannot be attributed
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testAttributes#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('Error in attr(to, which = "a") : external object cannot be attributed<<<NEWLINE>>>') } else { to <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); attr(to, which = 'a') }
Error in attr(to, which = "a") : external object cannot be attributed
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testClassAsParameter#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { "com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass" } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$classAsArg(tc) }
...
...
@@ -130809,112 +130815,94 @@ NULL
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] TRUE FALSE TRUE\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldBooleanArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] TRUE FALSE TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldBooleanArray }
[external object]
[1] TRUE FALSE TRUE
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] TRUE FALSE TRUE\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticBooleanArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] TRUE FALSE TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticBooleanArray }
[external object]
[1] TRUE FALSE TRUE
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a" "b" "c"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldCharArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a" "b" "c"\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldCharArray }
[external object]
[1] "a" "b" "c"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a" "b" "c"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticCharArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a" "b" "c"\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticCharArray }
[external object]
[1] "a" "b" "c"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a" "b" "c"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticStringArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a" "b" "c"\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticStringArray }
[external object]
[1] "a" "b" "c"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a" "b" "c"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStringArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a" "b" "c"\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStringArray }
[external object]
[1] "a" "b" "c"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldByteArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldByteArray }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldIntArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldIntArray }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldLongArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldLongArray }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldShortArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldShortArray }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticByteArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticByteArray }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticIntArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticIntArray }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticLongArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticLongArray }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticShortArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticShortArray }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1.1 2.1 3.1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldDoubleArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1.1 2.1 3.1\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldDoubleArray }
[external object]
[1] 1.1 2.1 3.1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1.1 2.1 3.1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldFloatArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1.1 2.1 3.1\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldFloatArray }
[external object]
[1] 1.1 2.1 3.1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1.1 2.1 3.1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticDoubleArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1.1 2.1 3.1\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticDoubleArray }
[external object]
[1] 1.1 2.1 3.1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFields#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1.1 2.1 3.1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticFloatArray }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1.1 2.1 3.1\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$fieldStaticFloatArray }
[external object]
[1] 1.1 2.1 3.1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testFromArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { "character" } else { t <- .fastr.interop.new(.fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass')); v <- .fastr.java.fromArray(t$fieldStaticCharArray); typeof(v) }
...
...
@@ -131179,28 +131167,24 @@ NULL
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testMethods#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a" "b" "c"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$methodStaticStringArray() }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a" "b" "c"\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$methodStaticStringArray() }
[external object]
[1] "a" "b" "c"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testMethods#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a" "b" "c"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$methodStringArray() }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a" "b" "c"\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$methodStringArray() }
[external object]
[1] "a" "b" "c"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testMethods#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$methodIntArray() }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$methodIntArray() }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testMethods#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2 3\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$methodStaticIntArray() }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2 3\n') } else { tc <- .fastr.java.class('com.oracle.truffle.r.test.library.fastr.TestJavaInterop$TestClass'); t <- .fastr.interop.new(tc); t$methodStaticIntArray() }
[external object]
[1] 1 2 3
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testNamesForJavaObject#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { NULL } else { cl <- .fastr.java.class('java.util.Collections'); em<-cl$EMPTY_MAP; names(em) }
...
...
@@ -131307,189 +131291,158 @@ Error: object 'java.lang.String' not found
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] TRUE FALSE\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(T, F)); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] TRUE FALSE\n') } else { a <- .fastr.java.toArray(c(T, F)); a; }
[external object]
[1] TRUE FALSE
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] TRUE FALSE\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(T, F),,T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] TRUE FALSE\n') } else { a <- .fastr.java.toArray(c(T, F),,T); a; }
[external object]
[1] TRUE FALSE
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a" "b"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c('a', 'b')); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a" "b"\n') } else { a <- .fastr.java.toArray(c('a', 'b')); a; }
[external object]
[1] "a" "b"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a" "b"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c('a', 'b'),,T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a" "b"\n') } else { a <- .fastr.java.toArray(c('a', 'b'),,T); a; }
[external object]
[1] "a" "b"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray('a'); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a"\n') } else { a <- .fastr.java.toArray('a'); a; }
[external object]
[1] "a"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] "a"\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray('a',,T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] "a"\n') } else { a <- .fastr.java.toArray('a',,T); a; }
[external object]
[1] "a"
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2))); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2))); a; }
[external object]
[1] 1 2
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2)), 'int'); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2)), 'int'); a; }
[external object]
[1] 1 2
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2)), 'java.lang.Short'); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2)), 'java.lang.Short'); a; }
[external object]
[1] 1 2
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2)), 'java.lang.Short', T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2)), 'java.lang.Short', T); a; }
[external object]
[1] 1 2
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2)),,T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2\n') } else { a <- .fastr.java.toArray(c(.fastr.interop.toShort(1), .fastr.interop.toShort(2)),,T); a; }
[external object]
[1] 1 2
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(1L, 2L)); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2\n') } else { a <- .fastr.java.toArray(c(1L, 2L)); a; }
[external object]
[1] 1 2
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1 2\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(1L, 2L),,T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1 2\n') } else { a <- .fastr.java.toArray(c(1L, 2L),,T); a; }
[external object]
[1] 1 2
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1.1 1.2\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(1.1, 1.2)); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1.1 1.2\n') } else { a <- .fastr.java.toArray(c(1.1, 1.2)); a; }
[external object]
[1] 1.1 1.2
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1.1 1.2\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(1.1, 1.2),,T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1.1 1.2\n') } else { a <- .fastr.java.toArray(c(1.1, 1.2),,T); a; }
[external object]
[1] 1.1 1.2
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1.123 2.123\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(c(1.123, 2.123), 'double'); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1.123 2.123\n') } else { a <- .fastr.java.toArray(c(1.123, 2.123), 'double'); a; }
[external object]
[1] 1.123 2.123
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1.1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(1.1); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1.1\n') } else { a <- .fastr.java.toArray(1.1); a; }
[external object]
[1] 1.1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1.1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(1.1,,T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1.1\n') } else { a <- .fastr.java.toArray(1.1,,T); a; }
[external object]
[1] 1.1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1)); .fastr.java.toArray(a); }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1)); .fastr.java.toArray(a); }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1)); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1)); a; }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1), 'double'); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1), 'double'); a; }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1), 'java.lang.Short'); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1), 'java.lang.Short'); a; }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1), 'java.lang.Short', T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1), 'java.lang.Short', T); a; }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1),,T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(.fastr.interop.toShort(1),,T); a; }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(1L); .fastr.java.toArray(a); }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(1L); .fastr.java.toArray(a); }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(1L); .fastr.java.toArray(a,,T); }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(1L); .fastr.java.toArray(a,,T); }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(1L); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(1L); a; }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#Ignored.Unimplemented#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(1L,,F); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(1L,,F); a; }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] 1\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(1L,,T); a; }
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] 1\n') } else { a <- .fastr.java.toArray(1L,,T); a; }
[external object]
[1] 1
attr(,"is.truffle.object")
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] TRUE\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(T); a; }
[1] TRUE
attr(,"is.truffle.object")
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] TRUE\n') } else { a <- .fastr.java.toArray(T); a; }
[external object]
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToArray#
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[1] TRUE\nattr(,"is.truffle.object")\n[1] TRUE\n') } else { a <- .fastr.java.toArray(T,,T); a; }
[1] TRUE
attr(,"is.truffle.object")
#if (length(grep("FastR", R.Version()$version.string)) != 1) { cat('[external object]\n[1] TRUE\n') } else { a <- .fastr.java.toArray(T,,T); a; }
[external object]
[1] TRUE
##com.oracle.truffle.r.test.library.fastr.TestJavaInterop.testToByte#
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment