From 8b3865e15120d1f85590cc6e1a5ca9fa41697705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wierci=C5=84ski?= Date: Mon, 16 Sep 2024 10:16:53 +0200 Subject: [PATCH] wasm: Re-enable qstringassymetry test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test should not longer fail since we pin downed the version of Chrome on CI to one that is known to work. Fixes: QTBUG-128322 Change-Id: I69e758bcefee5c2ab500e94ac0f31a649fab1ccc Reviewed-by: Morten Johan Sørvig --- tests/auto/corelib/text/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/corelib/text/CMakeLists.txt b/tests/auto/corelib/text/CMakeLists.txt index 18f4f737336..bee0c5cf44c 100644 --- a/tests/auto/corelib/text/CMakeLists.txt +++ b/tests/auto/corelib/text/CMakeLists.txt @@ -20,9 +20,7 @@ add_subdirectory(qregularexpression) endif() add_subdirectory(qstring) add_subdirectory(qstring_no_cast_from_bytearray) -if (NOT WASM) # QTBUG-128322 add_subdirectory(qstringapisymmetry) -endif() add_subdirectory(qstringbuilder) add_subdirectory(qstringconverter) add_subdirectory(qstringiterator)