Skip to content
Snippets Groups Projects
Commit beee4721 authored by Adam Welc's avatar Adam Welc
Browse files

Regenerated tests.

parent fcbaa982
Branches
No related tags found
No related merge requests found
......@@ -17738,6 +17738,12 @@ NULL
[1] "JJ" "sm[, 1]" "sm[, 3] - 0.5"
 
 
##com.oracle.truffle.r.test.builtins.TestBuiltin_dimnamesassign.testDimnamesAssign
#{ x<-data.frame(c(1,2),c(3,4)); dimnames(x) <- list(c("A", "B"), c("C", "D")); x }
C D
A 1 3
B 2 4
##com.oracle.truffle.r.test.builtins.TestBuiltin_dimnamesassign.testdimnamesassign1
#argv <- list(structure(c(300, 3000, 400, 4000), .Dim = c(2L, 2L, 1L), .Dimnames = list(c('happy', 'sad'), NULL, '')), value = list(c('happy', 'sad'), NULL, ''));`dimnames<-`(argv[[1]],argv[[2]]);
, ,
......@@ -40291,6 +40297,12 @@ z 8 9
b c
v 1 2
 
##com.oracle.truffle.r.test.builtins.TestBuiltin_rbind.testRbind
#{ x<-data.frame(c(1,2),c(3,4)); dimnames(x) <- list(c("A", "B"), c("C", "D")); rbind(x) }
C D
A 1 3
B 2 4
##com.oracle.truffle.r.test.builtins.TestBuiltin_rbind.testRbind
#{ x<-list(a=7, b=NULL, c=42); y<-as.data.frame(do.call(rbind,x)); y }
V1
......@@ -108399,6 +108411,23 @@ a b c d e
[1] FALSE FALSE
 
 
##com.oracle.truffle.r.test.library.fastr.TestChannels.runRSourceTests
#{ source("com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/channels/R/channels14.R") }
[1] 42 7
##com.oracle.truffle.r.test.library.fastr.TestChannels.runRSourceTests
#{ source("com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/channels/R/channels15.R") }
[[1]]
[1] "baz" "bar"
[[2]]
[1] "foo" "bar"
##com.oracle.truffle.r.test.library.fastr.TestChannels.runRSourceTests
#{ source("com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/channels/R/channels16.R") }
[1] 7 7
##com.oracle.truffle.r.test.library.fastr.TestChannels.runRSourceTests
#{ source("com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/channels/R/channels2.R") }
[[1]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment