Skip to content

Commit

Permalink
Meta: Skip WebAssembly loop test generation
Browse files Browse the repository at this point in the history
This test hangs and times out.
  • Loading branch information
ADKaster authored and alimpfard committed Jul 12, 2021
1 parent 2af5912 commit 8823548
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Meta/CMake/wasm_spec_tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ if(INCLUDE_WASM_SPEC_TESTS)
foreach(PATH ${WASM_TESTS})
get_filename_component(NAME ${PATH} NAME_WLE)
message(STATUS "Generating test cases for WebAssembly test ${NAME}...")
# FIXME: GH 8668. loop_0.wasm causes CI timeout
if (NAME STREQUAL "loop")
message(STATUS "Skipping generation of ${NAME} test due to timeouts")
continue()
endif()
execute_process(
COMMAND env SKIP_PRETTIER=${SKIP_PRETTIER} bash ${SOURCE_DIR}/Meta/generate-libwasm-spec-test.sh "${PATH}" "${SOURCE_DIR}/Userland/Libraries/LibWasm/Tests/Spec" "${NAME}" "${WASM_SPEC_TEST_PATH}")
endforeach()
Expand Down

0 comments on commit 8823548

Please sign in to comment.