[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.

This commit is contained in:
Alexander Arlt
2020-11-21 08:57:56 -05:00
parent 3a3303f24e
commit da36055449
432 changed files with 460 additions and 36 deletions
@@ -36,6 +36,7 @@ contract Child is Base {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// x() -> 0
// y() -> 0
@@ -20,6 +20,7 @@ contract Child is Base {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// x() -> 0
// y() -> 0
@@ -11,5 +11,6 @@ contract Child is Base {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// g(uint256): 4 -> 8
@@ -24,6 +24,7 @@ contract Child is Base {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// g(uint256): 4 -> 12
// h(uint256): 4 -> 16
@@ -27,6 +27,7 @@ contract Child is Base {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// g(uint256): 4 -> 8
// k(uint256): 4 -> 16
@@ -11,5 +11,6 @@ contract Child is Base {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// g(uint256): 4 -> 8
@@ -12,5 +12,6 @@ contract C is V
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// b() -> 42