We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde62fa commit 3cd23d7Copy full SHA for 3cd23d7
1 file changed
lucet-runtime/lucet-runtime-tests/src/stack.rs
@@ -157,7 +157,9 @@ macro_rules! stack_tests {
157
expect_stack_overflow(
158
// Same note as `expect_ok_locals64_481`
159
stack_testcase(64 - 4).expect("generate stack_testcase 64"),
160
- 481,
+ // TODO: pick some high enough number that this test overflows still
161
+ // cranelift changes made 480 the wrong magic number
162
+ 591,
163
true,
164
);
165
}
0 commit comments