mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
LibWasm: Enable the loop.wast
test file
This commit is contained in:
parent
b92bd12a8e
commit
991759f453
Notes:
sideshowbarker
2024-07-17 08:25:15 +09:00
Author: https://github.com/dzfrias Commit: https://github.com/LadybirdBrowser/ladybird/commit/991759f453 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/148 Reviewed-by: https://github.com/alimpfard
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