Adjust tests.

This commit is contained in:
Daniel Kirchner
2021-09-13 20:41:40 +02:00
parent 153b0bf4ba
commit a8f7c69c47
421 changed files with 457 additions and 36 deletions
@@ -15,6 +15,7 @@ contract c {
}
}
// ====
// requiresYulOptimizer: minimalStack
// compileViaYul: also
// ----
// test1() -> true
@@ -31,6 +31,7 @@ contract C {
}
// ====
// requiresYulOptimizer: minimalStack
// compileViaYul: also
// ----
// f() -> 0
@@ -12,6 +12,7 @@ contract C {
}
// ====
// requiresYulOptimizer: minimalStack
// compileViaYul: also
// ----
// len() -> 0
@@ -17,6 +17,7 @@ contract C {
}
// ====
// requiresYulOptimizer: minimalStack
// compileViaYul: also
// ----
// f() -> true # This code interprets x as an array length and thus will go out of gas. neither of the two should throw due to out-of-bounds access #
@@ -34,6 +34,7 @@ contract C {
}
// ====
// requiresYulOptimizer: minimalStack
// compileViaYul: also
// ----
// len() -> 0
@@ -13,6 +13,7 @@ contract C {
}
}
// ====
// requiresYulOptimizer: minimalStack
// compileViaYul: also
// ----
// f() -> 0, 0, 0
@@ -10,6 +10,7 @@ contract Test {
}
}
// ====
// requiresYulOptimizer: minimalStack
// compileViaYul: also
// ----
// del() -> 0, 1, 2, 0, 0, 0, 0x20, 0x21, 0x22, 0x30, 0x31, 0