mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
LibWasm: Enable the loop.wast
test file
(cherry picked from commit 1486780676fb558904b9bb9966b5a06c7eb128d8)
This commit is contained in:
parent
f6d7702411
commit
ab95169d3c
1 changed files with 0 additions and 5 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue