Turn on LLVM wasm tests for gen_abilities

Closes #3708
This commit is contained in:
Ayaz Hafiz 2022-08-09 09:05:55 -07:00
parent b572b0b287
commit 9f206e89f4
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -715,10 +715,7 @@ fn encode_derived_list_of_lists_of_strings() {
}
#[test]
#[cfg(all(
any(feature = "gen-llvm", feature = "gen-wasm"),
not(feature = "gen-llvm-wasm") // hits a stack limit in wasm3
))]
#[cfg(all(any(feature = "gen-llvm", feature = "gen-wasm")))]
fn encode_derived_record_with_many_types() {
assert_evals_to!(
indoc!(
@ -918,10 +915,7 @@ fn decode_list_of_strings() {
}
#[test]
#[cfg(all(
any(feature = "gen-llvm", feature = "gen-wasm"),
not(feature = "gen-llvm-wasm") // hits a stack limit in wasm3
))]
#[cfg(all(any(feature = "gen-llvm", feature = "gen-wasm")))]
fn encode_then_decode_list_of_strings() {
assert_evals_to!(
indoc!(