Codebase list emscripten / 174464f
update testsuite coverage Jonas Smedegaard 2 years ago
1 changed file(s) with 4 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
106106 FAILS_core += \
107107 test_fs_nodefs_home
108108
109 # requires bugfix for RuntimeError: memory access out of bounds
110 FAILS_core += \
111 test_pthread_dylink_exceptions
112
109113 # unreliable; sometimes fails with AssertionError: Expected to find ... pthread sent an error! undefined:undefined: Aborted().
110114 FAILS_core += \
111115 test_pthread_abort \
112116
113 # requires newer LLVM: <https://github.com/emscripten-core/emscripten/issues/13773>
114 FAILS_core += \
115 test_dylink_weak
116
117117 # likely requires newer LLVM
118118 ERRORS_core += \
119119 test_dylink_syslibs_missing_assertions
120 FAILS_core += \
121 test_relaxed_simd_implies_simd128
122120 FAILS_other += \
123121 test_lld_report_undefined_exceptions
124122
125 # requires newer LLVM: see <https://reviews.llvm.org/D108877> and git commit 06dcec6
126 FAILS_core += \
127 test_pthread_dylink_tls \
128 test_dylink_tls_export
129
130123 # unknown cause
131 FAILS_core1 += \
132 test_dylink_dso_needed
133124 FAILS_coreX += \
134125 test_dlfcn_self \
135126 test_pthread_exit_process \
136127 test_pthread_proxying
137 FAILS_coreZ += \
138 test_float_builtins
139128 FAILS_other += \
140129 test_cmake_stdproperty \
141130 test_embind_finalization \