Disable some ewasm tests.

This commit is contained in:
Alexander Arlt 2021-01-04 16:00:38 -05:00 committed by chriseth
parent 84f3530e71
commit bbef792568
11 changed files with 0 additions and 11 deletions

View File

@ -15,6 +15,5 @@ contract C {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// test() ->

View File

@ -13,7 +13,6 @@ contract C {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// foo(bool,bool): true, true -> false
// foo(bool,bool): true, false -> true

View File

@ -17,6 +17,5 @@ contract C {
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// test() -> 42

View File

@ -17,6 +17,5 @@ contract C {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// secondItem() -> 0x22

View File

@ -13,6 +13,5 @@ contract C {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// sum(bytes2,bytes2): left(0x1100), left(0x0022) -> left(0x1122)

View File

@ -18,6 +18,5 @@ contract C {
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// test(uint256): 5 -> 10

View File

@ -13,6 +13,5 @@ contract C {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// foo(uint256,uint256): 8, 42 -> 50

View File

@ -18,6 +18,5 @@ contract C {
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// test() -> 42

View File

@ -18,6 +18,5 @@ contract C {
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// test(uint256): 5 -> 10

View File

@ -14,6 +14,5 @@ contract C {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// secondChar() -> 98

View File

@ -23,6 +23,5 @@ contract C {
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// g() -> 7, 7