[LTP] [PATCH 3/3] newlib_test: enable all tst_fuzzy_sync tests
Li Wang
liwang@redhat.com
Sun Dec 22 08:51:02 CET 2024
Signed-off-by: Li Wang <liwang@redhat.com>
---
Notes:
This patch based on Peter's work:
Message-ID: <20241210225753.381770-1-pvorel@suse.cz>
CI: https://github.com/wangli5665/ltp/actions/runs/12452324779/
lib/newlib_tests/runtest.sh | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/lib/newlib_tests/runtest.sh b/lib/newlib_tests/runtest.sh
index 66aaa9361..b00965b16 100755
--- a/lib/newlib_tests/runtest.sh
+++ b/lib/newlib_tests/runtest.sh
@@ -2,7 +2,7 @@
# Copyright (c) 2021-2024 Petr Vorel <pvorel@suse.cz>
# TODO "unknown failure, exit code": test_assert test08 tst_cgroup01 tst_cgroup02 tst_res_flags variant
-# TODO TFAIL: tst_fuzzy_sync01 tst_fuzzy_sync02 test_macros0[1-6] test23 test26
+# TODO TFAIL: test_macros0[1-6] test23 test26
# TODO TBROK: test_exec_child test_kconfig01 test_kconfig02 tst_needs_cmds04 tst_needs_cmds05 test_runtime02 test01 test02 test03 test04 test06 test11 test13 test22 test25 tst_safe_fileops
# TODO TWARN: test_guarded_buf test14 tst_capability01 tst_print_result
LTP_C_API_TESTS="${LTP_C_API_TESTS:-
@@ -20,6 +20,8 @@ tst_bool_expr
tst_capability02
tst_device
tst_expiration_timer
+tst_fuzzy_sync01
+tst_fuzzy_sync02
tst_fuzzy_sync03
tst_needs_cmds0[1-36-8]
tst_res_hexd
--
2.47.1
More information about the ltp
mailing list