提交 2bfb0f02 编写于 作者: zzuli_lyw's avatar zzuli_lyw

Fix testcase timeout

Issue: https://gitee.com/openharmony/third_party_musl/issues/I7OX5Y

test: xts ActsToolChainTest
Signed-off-by: zzuli_lyw's avatarzzulilyw <378305181@qq.com>
上级 ccbae9ea
......@@ -19,6 +19,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/wait.h>
#include <sigchain.h>
#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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册