mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
reenable i386 tests
This commit is contained in:
parent
71b6b56f8c
commit
068452ef95
@ -380,9 +380,7 @@ mod cli_run {
|
|||||||
benchmark.executable_filename,
|
benchmark.executable_filename,
|
||||||
&["--backend=x86_32"],
|
&["--backend=x86_32"],
|
||||||
benchmark.expected_ending,
|
benchmark.expected_ending,
|
||||||
// TODO enable valgrind when CI has 32-bit valgrind support
|
benchmark.use_valgrind,
|
||||||
// benchmark.use_valgrind,
|
|
||||||
false
|
|
||||||
);
|
);
|
||||||
|
|
||||||
check_output_with_stdin(
|
check_output_with_stdin(
|
||||||
@ -391,9 +389,7 @@ mod cli_run {
|
|||||||
benchmark.executable_filename,
|
benchmark.executable_filename,
|
||||||
&["--backend=x86_32", "--optimize"],
|
&["--backend=x86_32", "--optimize"],
|
||||||
benchmark.expected_ending,
|
benchmark.expected_ending,
|
||||||
// TODO enable valgrind when CI has 32-bit valgrind support
|
benchmark.use_valgrind,
|
||||||
// benchmark.use_valgrind,
|
|
||||||
false
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
)*
|
)*
|
||||||
|
Loading…
Reference in New Issue
Block a user