mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
Meta: No longer ignore test-wasm results during testing
Since the Wasm runtime should be fully spec-compliant, we want to make sure that the spec-tests always pass.
This commit is contained in:
committed by
Ali Mohammad Pur
parent
6ae2b8c3d9
commit
48f1861ce9
@@ -581,13 +581,9 @@ if (BUILD_TESTING)
|
||||
../../Userland/Libraries/LibTest/JavaScriptTestRunnerMain.cpp)
|
||||
target_link_libraries(test-wasm AK LibCore LibFileSystem LibTest LibWasm LibJS LibCrypto)
|
||||
add_test(
|
||||
NAME WasmParser
|
||||
NAME Wasm
|
||||
COMMAND test-wasm --show-progress=false ${CMAKE_CURRENT_BINARY_DIR}/Userland/Libraries/LibWasm/Tests
|
||||
)
|
||||
set_tests_properties(WasmParser PROPERTIES
|
||||
SKIP_RETURN_CODE 1
|
||||
ENVIRONMENT LADYBIRD_SOURCE_DIR=${SERENITY_PROJECT_ROOT}
|
||||
)
|
||||
endif()
|
||||
|
||||
# FIXME: When we are using CMake >= 3.21, the library installations can be replaced with RUNTIME_DEPENDENCIES.
|
||||
|
||||
Reference in New Issue
Block a user