mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Disable some ewasm tests.
This commit is contained in:
parent
84f3530e71
commit
bbef792568
@ -15,6 +15,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// test() ->
|
||||
|
@ -13,7 +13,6 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// foo(bool,bool): true, true -> false
|
||||
// foo(bool,bool): true, false -> true
|
||||
|
@ -17,6 +17,5 @@ contract C {
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// test() -> 42
|
||||
|
@ -17,6 +17,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// secondItem() -> 0x22
|
||||
|
@ -13,6 +13,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// sum(bytes2,bytes2): left(0x1100), left(0x0022) -> left(0x1122)
|
||||
|
@ -18,6 +18,5 @@ contract C {
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// test(uint256): 5 -> 10
|
||||
|
@ -13,6 +13,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// foo(uint256,uint256): 8, 42 -> 50
|
||||
|
@ -18,6 +18,5 @@ contract C {
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// test() -> 42
|
||||
|
@ -18,6 +18,5 @@ contract C {
|
||||
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// test(uint256): 5 -> 10
|
||||
|
@ -14,6 +14,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// secondChar() -> 98
|
||||
|
@ -23,6 +23,5 @@ contract C {
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// compileToEwasm: also
|
||||
// ----
|
||||
// g() -> 7, 7
|
||||
|
Loading…
Reference in New Issue
Block a user