From 4e30457be89f7f7e3feda6e481e32d18e4cf5f89 Mon Sep 17 00:00:00 2001 From: Jaswant Panchumarti <jaswant.panchumarti@kitware.com> Date: Fri, 14 Feb 2025 14:09:24 -0500 Subject: [PATCH] ci: enable webgpu tests for wasm64 architecture --- .gitlab/ci/ctest_exclusions.cmake | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitlab/ci/ctest_exclusions.cmake b/.gitlab/ci/ctest_exclusions.cmake index ff40de07ab0..99642456ff2 100644 --- a/.gitlab/ci/ctest_exclusions.cmake +++ b/.gitlab/ci/ctest_exclusions.cmake @@ -606,18 +606,6 @@ if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "^wasm(32|64)_emscripten_windows_chrome_ "^VTK::WebAssemblyJavaScript") endif () -if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "^wasm64") - list (APPEND test_exclusions - # WebGPU tests fail in wasm64 architecture. The tests - # fail because of a bug in the library_webgpu.js file - # that is fixed in the commit https://github.com/emscripten-core/emscripten/commit/01f89dcd3cb505f3fdfa3b2bd3d4ef654c753f0a - # which is available in emsdk >= 3.1.72 - # See this issue which tracks the emsdk version update. - # https://gitlab.kitware.com/vtk/vtk/-/issues/19523 - "^VTK::RenderingWebGPUCxx") -endif () - - if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "windows" AND "$ENV{CMAKE_CONFIGURATION}" MATCHES "debug") # Timeouts from debug builds (even with 5 minute limits). See #19212 -- GitLab