Skip to content
Snippets Groups Projects
Commit 2db96bbc authored by Mick Jordan's avatar Mick Jordan
Browse files

Merge

parents e162a105 0018832e
Branches
No related tags found
No related merge requests found
...@@ -196,4 +196,19 @@ public class FastRTckTest extends TruffleTCK { ...@@ -196,4 +196,19 @@ public class FastRTckTest extends TruffleTCK {
public void testNullCanBeCastToAnything() throws Exception { public void testNullCanBeCastToAnything() throws Exception {
// TODO support // TODO support
} }
@Override
public void multiplyTwoVariables() throws Exception {
// TODO support
}
@Override
public void testEvaluateSource() throws Exception {
// TODO support
}
@Override
public String multiplyCode(String firstName, String secondName) {
return firstName + '*' + secondName;
}
} }
...@@ -27,7 +27,7 @@ suite = { ...@@ -27,7 +27,7 @@ suite = {
"suites" : [ "suites" : [
{ {
"name" : "graal", "name" : "graal",
"version" : "795ada9208d8f35991b98bb934f624c70b8a0183", "version" : "cc904fd7b454f8da2bc09cecad8c95583dbb1a7f",
"urls" : [{"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-compiler", "kind" : "hg"}] "urls" : [{"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-compiler", "kind" : "hg"}]
}, },
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment