Skip to content

Commit

Permalink
wasm: Disable problematic qlocal test for time being
Browse files Browse the repository at this point in the history
Upgrading emscripten to 3.1.50 breaks this test, so we disable the time
for time being. After emscripten update this test is to be enabled
and fixed.

Change-Id: Ic48d81e2285ed8f7639bf20c6c29b2b9e402a591
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
  • Loading branch information
Piotr Wierciński committed Feb 1, 2024
1 parent d954d53 commit c23d3ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/auto/corelib/text/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ add_subdirectory(qstringtokenizer)
add_subdirectory(qstringview)
add_subdirectory(qtextboundaryfinder)
add_subdirectory(qunicodetools)
add_subdirectory(qlocale)
if(NOT WASM)
add_subdirectory(qlocale)
endif()

0 comments on commit c23d3ca

Please sign in to comment.