wasm-micro-runtime/tests/wamr-test-suites/spec-test-script
Wenyong Huang 9b9ae0cfac
Update cmake files and wamr-test-suites to support collect code coverage (#1992)
Support collecting code coverage with wamr-test-suites script by using
lcov and genhtml tools, eg.:
  cd tests/wamr-test-suites
  ./test_wamr.sh -s spec -b -P -C

The default code coverage and html files are generated at:
  tests/wamr-test-suites/workspace/wamr.lcov
  tests/wamr-test-suites/workspace/wamr-lcov.zip

And update wamr-test-suites scripts to support testing GC spec cases to
avoid frequent synchronization conflicts between branch main and dev/gc.
2023-02-28 17:38:18 +08:00
..
tail-call Import test suites to test spec cases (#736) 2021-09-09 12:49:46 +08:00
all.py Update cmake files and wamr-test-suites to support collect code coverage (#1992) 2023-02-28 17:38:18 +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 Update cmake files and wamr-test-suites to support collect code coverage (#1992) 2023-02-28 17:38:18 +08:00
ignore_cases.patch Update spec cases to latest version (#1253) 2022-06-28 16:05:16 +08:00
runtest.py Update cmake files and wamr-test-suites to support collect code coverage (#1992) 2023-02-28 17:38:18 +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 Sync up with wabt latest modification (#296) (#786) 2021-10-14 15:48:45 +08:00