wasm-micro-runtime/tests/wamr-test-suites/spec-test-script
Ricardo Aguilar 59bccdfed8
PR2 Exception Handling Support (#2785)
This PR continues the work from #2382 and updates the exception handling support:
* Inside the classic interpreter only:
  * Bug fixes and naming convention improvements
  * Import and Export of Exceptions and Tags
  * Remove the dependency on multi-module
  * Additional CI /CD changes to validate ENABLE_EXCE_HANDLING switch builds
     OK on all platforms

Refer to https://github.com/bytecodealliance/wasm-micro-runtime/issues/1884.

Signed-off-by: Ricardo Aguilar <ricardoaguilar@siemens.com>
Co-authored-by: Chris Woods <chris.woods@siemens.com>
Co-authored-by: Rene Ermler <rene.ermler@siemens.com>
Co-authored-by: Trenner Thomas <trenner.thomas@siemens.com>
2023-11-21 14:27:43 +08:00
..
tail-call Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
all.py PR2 Exception Handling Support (#2785) 2023-11-21 14:27:43 +08:00
all.sh Enhance spec test workflow to support x86_32 target (#787) 2021-10-15 17:05:07 +08:00
CHANGES Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
collect_coverage.sh Enable to collect code coverage of samples/simple (#2003) 2023-03-07 08:45:03 +08:00
exception_handling.patch PR2 Exception Handling Support (#2785) 2023-11-21 14:27:43 +08:00
ignore_cases.patch Fix result arity check on select_t opcode (#2406) 2023-07-31 18:20:11 +08:00
multi_module_aot_ignore_cases.patch Fix several typo/warning/unused-code issues (#2655) 2023-10-24 09:19:45 +08:00
runtest.py Merge branch main into dev/exce_handling 2023-11-16 11:30:33 +08:00
simd_ignore_cases.patch Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
thread_proposal_fix_atomic_case.patch Fix threads spec test issues (#1586) 2022-10-13 13:53:09 +08:00
thread_proposal_ignore_cases.patch Update thread proposal ignore cases (#2246) 2023-05-31 13:52:03 +08:00