mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-01 15:31:04 +00:00
Uncommented some longjmp tests
This commit is contained in:
parent
ffe00da678
commit
b2446b567e
@ -30,4 +30,5 @@ glob = "0.2.11"
|
|||||||
[features]
|
[features]
|
||||||
clif = []
|
clif = []
|
||||||
llvm = ["wasmer-llvm-backend"]
|
llvm = ["wasmer-llvm-backend"]
|
||||||
dynasm = ["wasmer-dynasm-backend"]
|
dynasm = ["wasmer-dynasm-backend"]
|
||||||
|
debug = ["wasmer-clif-backend/debug", "wasmer-runtime-core/debug"]
|
||||||
|
2
lib/emscripten/emtests/ignores.txt
vendored
2
lib/emscripten/emtests/ignores.txt
vendored
@ -31,9 +31,7 @@ test_i64_7z
|
|||||||
test_i64_varargs
|
test_i64_varargs
|
||||||
test_llvm_intrinsics
|
test_llvm_intrinsics
|
||||||
test_longjmp2
|
test_longjmp2
|
||||||
test_longjmp3
|
|
||||||
test_longjmp4
|
test_longjmp4
|
||||||
test_longjmp
|
|
||||||
test_longjmp_exc
|
test_longjmp_exc
|
||||||
test_longjmp_funcptr
|
test_longjmp_funcptr
|
||||||
test_longjmp_repeat
|
test_longjmp_repeat
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn test_test_longjmp() {
|
fn test_test_longjmp() {
|
||||||
assert_emscripten_output!(
|
assert_emscripten_output!(
|
||||||
"../../emtests/test_longjmp.wasm",
|
"../../emtests/test_longjmp.wasm",
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#[test]
|
#[test]
|
||||||
#[ignore]
|
|
||||||
fn test_test_longjmp3() {
|
fn test_test_longjmp3() {
|
||||||
assert_emscripten_output!(
|
assert_emscripten_output!(
|
||||||
"../../emtests/test_longjmp3.wasm",
|
"../../emtests/test_longjmp3.wasm",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user