mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[ewasm] Polyfill: calldataload & calldatacopy: Enable Tests.
This commit is contained in:
@@ -20,5 +20,6 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// basic() -> true
|
||||
|
||||
@@ -234,6 +234,7 @@ contract test {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// intMinA() -> true
|
||||
// intMinB() -> true
|
||||
|
||||
@@ -7,5 +7,6 @@ contract test {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// run(uint256,uint256,uint256): 0x1000, 0x10000, 0x100000 -> 0x121121
|
||||
|
||||
@@ -5,5 +5,6 @@ contract test {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// run() -> 200
|
||||
|
||||
@@ -233,6 +233,7 @@ contract test {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// uintMinA() -> true
|
||||
// uintMinB() -> true
|
||||
|
||||
Reference in New Issue
Block a user