LibWasm: Enable the loop.wast test file

This commit is contained in:
Diego 2024-06-12 21:30:48 -07:00 committed by Ali Mohammad Pur
parent b92bd12a8e
commit 991759f453
Notes: sideshowbarker 2024-07-17 08:25:15 +09:00

View File

@ -28,11 +28,6 @@ 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 ${SerenityOS_SOURCE_DIR}/Meta/generate-libwasm-spec-test.sh "${PATH}" "${CMAKE_CURRENT_BINARY_DIR}/Tests/Spec" "${NAME}" "${WASM_SPEC_TEST_PATH}")
endforeach()