mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-09 02:54:49 +00:00
parent
b572b0b287
commit
9f206e89f4
1 changed files with 2 additions and 8 deletions
|
|
@ -715,10 +715,7 @@ fn encode_derived_list_of_lists_of_strings() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(all(
|
#[cfg(all(any(feature = "gen-llvm", feature = "gen-wasm")))]
|
||||||
any(feature = "gen-llvm", feature = "gen-wasm"),
|
|
||||||
not(feature = "gen-llvm-wasm") // hits a stack limit in wasm3
|
|
||||||
))]
|
|
||||||
fn encode_derived_record_with_many_types() {
|
fn encode_derived_record_with_many_types() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
|
@ -918,10 +915,7 @@ fn decode_list_of_strings() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
#[cfg(all(
|
#[cfg(all(any(feature = "gen-llvm", feature = "gen-wasm")))]
|
||||||
any(feature = "gen-llvm", feature = "gen-wasm"),
|
|
||||||
not(feature = "gen-llvm-wasm") // hits a stack limit in wasm3
|
|
||||||
))]
|
|
||||||
fn encode_then_decode_list_of_strings() {
|
fn encode_then_decode_list_of_strings() {
|
||||||
assert_evals_to!(
|
assert_evals_to!(
|
||||||
indoc!(
|
indoc!(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue