From 617c92db209e0e19015bc23c27c92f9a69e1e4f6 Mon Sep 17 00:00:00 2001 From: Kuchkova Irina Date: Wed, 24 Jan 2024 12:38:18 +0300 Subject: [PATCH] Title: Increase test timeout, update ignore lists Description: Increase test timeout for GCC 11 debug with TSAN Tests [ets_tests] Update test262 and ets-runtime func ignore lists Issue: #I8YLKM Test: build. All required pre-merge test passed.Results are available in the ggwatcher. Signed-off-by: Kuchkova Irina --- ets2panda/test/CMakeLists.txt | 2 ++ ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ets2panda/test/CMakeLists.txt b/ets2panda/test/CMakeLists.txt index 608e5e019a..e3a409d805 100644 --- a/ets2panda/test/CMakeLists.txt +++ b/ets2panda/test/CMakeLists.txt @@ -41,6 +41,8 @@ if(PANDA_WITH_ETS) set(OPTIONS --parser --processes=1 --build-dir ${PANDA_BINARY_ROOT} + --es2panda-timeout=120 + --timeout=120 --groups ${ES2PANDA_REGRESSION_TESTS_GROUPS}) if(PANDA_TARGET_ARM64) diff --git a/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt b/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt index b4b2ab58ce..7d9adf70ad 100644 --- a/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt +++ b/ets2panda/test/test-lists/ets-runtime/ets-runtime-ignored.txt @@ -16,6 +16,9 @@ generic-set.ets # panda#11502 nullCoalesc.ets +# panda#13365 +non-const-capture.ets + # panda#11104 unboxing.ets -- Gitee