mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
The spec test cases of thread proposal were updated, the `thread` keyword was added in case `atomic_wait_notify.wast`: ```wast (thread $T1 (shared (module $Mem)) ... ) (thread $T2 (shared (module $Mem)) ... ) ``` We disable these cases since parsing keyword `thread` isn't supported in the wamr-test-suites script runtest.py yet. |
||
|---|---|---|
| .. | ||
| tail-call | ||
| all.py | ||
| all.sh | ||
| CHANGES | ||
| collect_coverage.sh | ||
| ignore_cases.patch | ||
| runtest.py | ||
| simd_ignore_cases.patch | ||
| thread_proposal_fix_atomic_case.patch | ||
| thread_proposal_ignore_cases.patch | ||