From 4280283d9ea09daf08b719ddd4e3e35d80a4d180 Mon Sep 17 00:00:00 2001 From: FondMemoryVVV Date: Sat, 17 Sep 2022 17:14:21 +0800 Subject: [PATCH] Mask false test cases Signed-off-by: FondMemoryVVV --- commonlibrary/toolchain/libc-test/Test.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/commonlibrary/toolchain/libc-test/Test.json b/commonlibrary/toolchain/libc-test/Test.json index 6aa295753..464d05498 100644 --- a/commonlibrary/toolchain/libc-test/Test.json +++ b/commonlibrary/toolchain/libc-test/Test.json @@ -42,7 +42,6 @@ "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/unistd/ttyname", "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/unistd/tcgetpgrp", "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/unistd/isatty", - "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/network/gethostbyname2_r", "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/fcntl/posix_fallocate", "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/fcntl/posix_fadvise", "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/passwd/getgrnam_r", @@ -148,9 +147,9 @@ "rm -rf /data/local/tmp/libc-test/src/math/nearbyintl", "rm -rf /data/local/tmp/libc-test/src/math/fenv", "rm -rf /data/local/tmp/libc-test/src/math/asinhl", - "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/network/res_send", "rm -rf /data/local/tmp/libc-test/src/functionalext/info/fatal_message", - "rm -rf /data/local/tmp/libc-test/src/functional/utime" + "rm -rf /data/local/tmp/libc-test/src/functional/utime", + "rm -rf /data/local/tmp/libc-test/src/functionalext/supplement/manual/network" ] } ], -- GitLab