From 99d6bef7f81722a6d5fafc3281965e4760b68a11 Mon Sep 17 00:00:00 2001 From: zzulilyw <378305181@qq.com> Date: Mon, 31 Jul 2023 02:09:55 +0000 Subject: [PATCH] Fix testcase timeout Issue: https://gitee.com/openharmony/third_party_musl/issues/I7OX5Y test: xts ActsToolChainTest Signed-off-by: zzulilyw <378305181@qq.com> --- libc-test/src/functionalext/fortify/string_ext.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libc-test/src/functionalext/fortify/string_ext.c b/libc-test/src/functionalext/fortify/string_ext.c index d0108374..6cebe91c 100644 --- a/libc-test/src/functionalext/fortify/string_ext.c +++ b/libc-test/src/functionalext/fortify/string_ext.c @@ -19,6 +19,7 @@ #include #include #include +#include #include "fortify_test.h" #include "functionalext.h" #include "test.h" @@ -918,6 +919,7 @@ static void test_strlen_0020() } int main(int argc, char *argv[]) { + remove_all_special_handler(SIGABRT); test_strcat_0010(); test_strcat_0020(); test_strncat_0010(); -- GitLab