1cb93a386Sopenharmony_cirun_local_debug: 2cb93a386Sopenharmony_ci rm -rf /tmp/wasm-gmtests/ 3cb93a386Sopenharmony_ci mkdir /tmp/wasm-gmtests/ 4cb93a386Sopenharmony_ci touch /tmp/wasm-gmtests/empty.txt 5cb93a386Sopenharmony_ci node run-wasm-gm-tests --js_file ../../out/wasm_gm_tests_debug/wasm_gm_tests.js \ 6cb93a386Sopenharmony_ci --wasm_file ../../out/wasm_gm_tests_debug/wasm_gm_tests.wasm \ 7cb93a386Sopenharmony_ci --resources ../../resources \ 8cb93a386Sopenharmony_ci --known_hashes /tmp/wasm-gmtests/empty.txt \ 9cb93a386Sopenharmony_ci --output /tmp/wasm-gmtests/ \ 10cb93a386Sopenharmony_ci --use_gpu --timeout 600 \ 11cb93a386Sopenharmony_ci --manual_mode 12cb93a386Sopenharmony_ci 13cb93a386Sopenharmony_cirun_local: 14cb93a386Sopenharmony_ci rm -rf /tmp/wasm-gmtests/ 15cb93a386Sopenharmony_ci mkdir /tmp/wasm-gmtests/ 16cb93a386Sopenharmony_ci touch /tmp/wasm-gmtests/empty.txt 17cb93a386Sopenharmony_ci node run-wasm-gm-tests --js_file ../../out/wasm_gm_tests/wasm_gm_tests.js \ 18cb93a386Sopenharmony_ci --wasm_file ../../out/wasm_gm_tests/wasm_gm_tests.wasm \ 19cb93a386Sopenharmony_ci --resources ../../resources \ 20cb93a386Sopenharmony_ci --known_hashes /tmp/wasm-gmtests/empty.txt \ 21cb93a386Sopenharmony_ci --output /tmp/wasm-gmtests/ \ 22cb93a386Sopenharmony_ci --use_gpu --timeout 220 \ 23cb93a386Sopenharmony_ci --manual_mode 24