Refactor CI rules: merge ubuntu/macos/android, enable spec test (#777)
Refactor CI rules: - merge ubuntu/macos/android into one job file - add job file to test spec cases - add compilation for lazy jit, debug interpreter and debug aot - add compilation for performance profile, dump call stack and mini-loader - re-org llvm build script to build lldb Signed-off-by: Wenyong Huang <wenyong.huang@intel.com>
This commit is contained in:
@ -614,13 +614,15 @@ function trigger()
|
||||
|
||||
# if collect code coverage, ignore -s, test all test cases.
|
||||
if [[ $TEST_CASE_ARR && $COLLECT_CODE_COVERAGE != 1 ]];then
|
||||
trigger
|
||||
trigger || (echo "TEST FAILED"; exit 1)
|
||||
else
|
||||
# test all suite, ignore polybench because of long time cost
|
||||
TEST_CASE_ARR=("sightglass" "spec" "wasi" "malformed" "standalone")
|
||||
trigger
|
||||
trigger || (echo "TEST FAILED"; exit 1)
|
||||
# Add more suites here
|
||||
fi
|
||||
|
||||
echo -e "\033[32mTest finish. Reports are under ${REPORT_DIR} \033[0m"
|
||||
DEBUG set +xEevuo pipefail
|
||||
echo "TEST SUCCESSFUL"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user