forked from wasmerio/wasmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathignores.txt
121 lines (99 loc) · 4.12 KB
/
ignores.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Compilers
singlepass spec::multi_value
singlepass spec::simd
singlepass+windows *
singlepass+dylib *
windows+dylib *
musl+dylib * # Dynamic loading not supported in Musl
# Traps
singlepass traps::test_trap_trace
dylib traps::test_trap_trace
aarch64 traps::test_trap_trace
singlepass traps::test_trap_stack_overflow
dylib traps::test_trap_stack_overflow
aarch64 traps::test_trap_stack_overflow
singlepass traps::trap_display_pretty
llvm traps::trap_display_pretty
dylib traps::trap_display_pretty
aarch64 traps::trap_display_pretty
singlepass traps::trap_display_multi_module
llvm traps::trap_display_multi_module
dylib traps::trap_display_multi_module
aarch64 traps::trap_display_multi_module
singlepass traps::call_signature_mismatch
llvm traps::call_signature_mismatch
dylib traps::call_signature_mismatch
macos+aarch64 traps::call_signature_mismatch
singlepass traps::start_trap_pretty
llvm traps::start_trap_pretty
dylib traps::start_trap_pretty
aarch64 traps::start_trap_pretty
cranelift multi_value_imports::dylib
singlepass multi_value_imports::dylib
singlepass multi_value_imports::dynamic
# LLVM/Universal doesn't work in macOS M1. Skip all tests
llvm+universal+macos+aarch64 *
# TODO: We need to fix this. The issue is caused by libunwind overflowing
# the stack while creating the stacktrace.
# https://github.com/rust-lang/backtrace-rs/issues/356
cranelift spec::skip_stack_guard_page
llvm spec::skip_stack_guard_page
# TODO(https://github.com/wasmerio/wasmer/issues/1727): Traps in dylib engine
cranelift+dylib spec::linking
cranelift+dylib spec::bulk
# Some SIMD opperations are not yet supported by Cranelift
cranelift+aarch64 spec::simd::simd_boolean
cranelift spec::simd::simd_conversions
cranelift spec::simd::simd_i16x8_extadd_pairwise_i8x16
cranelift spec::simd::simd_i16x8_extmul_i8x16
cranelift spec::simd::simd_i16x8_q15mulr_sat_s
cranelift spec::simd::simd_i32x4_extadd_pairwise_i16x8
cranelift spec::simd::simd_i32x4_extmul_i16x8
cranelift spec::simd::simd_i32x4_trunc_sat_f64x2
cranelift spec::simd::simd_i64x2_extmul_i32x4
cranelift spec::simd::simd_i8x16_arith2
cranelift spec::simd::simd_int_to_int_extend
# Frontends
## WASI
### These tests don't pass due to race conditions in the new way we run tests.
### It's not built to be run in parallel with itself, so we disable it for now.
wasitests::snapshot1::writing
wasitests::unstable::writing
### due to hard-coded direct calls into WASI for wasi unstable
wasitests::snapshot1::fd_read
wasitests::snapshot1::poll_oneoff
wasitests::snapshot1::fd_pread
wasitests::snapshot1::fd_close
wasitests::snapshot1::fd_allocate
wasitests::snapshot1::close_preopen_fd
wasitests::snapshot1::envvar
### TODO: resolve the disabled tests below. These are newly disabled tests from the migration:
### due to git clone not preserving symlinks:
wasitests::snapshot1::readlink
wasitests::unstable::readlink
### failing due to `remove_dir_all`. this test is also bad for parallelism
wasitests::snapshot1::create_dir
wasitests::unstable::create_dir
### failing because it closes `stdout` which breaks our testing system
wasitests::unstable::fd_close
### failing because we're operating on stdout which is now overridden.
### TODO: check WasiFile implementation
### Alterative: split test into 2 parts, one printing to stderr, the other printing to stdout to test the real versions
wasitests::unstable::poll_oneoff
## Failing due to different line endings on Windows
## we need a better solution to this problem:
windows wasitests::snapshot1::file_metadata
windows wasitests::snapshot1::fseek
windows wasitests::snapshot1::path_link
windows wasitests::snapshot1::path_symlink
windows wasitests::snapshot1::mapdir_with_leading_slash
windows wasitests::unstable::fd_pread
windows wasitests::unstable::fd_read
windows wasitests::unstable::file_metadata
windows wasitests::unstable::fseek
windows wasitests::unstable::path_link
windows wasitests::unstable::path_symlink
windows wasitests::unstable::mapdir_with_leading_slash
# This test is meant to only run on Unix
windows wasitests::unstable::unix_open_special_files
windows wasitests::snapshot1::unix_open_special_files