Skip to content

Commit 553eead

Browse files
committed
selftest: tc-testing: remove tc-testing case (torvalds#290)
The tc-testing selftest suite is compiled using Clang, which is not supported in the current glibc toolchain. When building the test suite, Buildroot attempts to use the host x86 Clang, resulting in architecture mismatches and build failures. To avoid this, the test case is removed. Signed-off-by: Cynthia Huang <cynthia@andestech.com> Reviewed-on: https://gitea.andestech.com/RD-SW/linux/pulls/290 Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com> Reviewed-by: Mina Hui-Min Chou <minachou@andestech.com> Co-authored-by: Cynthia Huang <cynthia@andestech.com> Co-committed-by: Cynthia Huang <cynthia@andestech.com>
1 parent 12d58d8 commit 553eead

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ TARGETS += static_keys
8383
TARGETS += sync
8484
TARGETS += syscall_user_dispatch
8585
TARGETS += sysctl
86-
TARGETS += tc-testing
8786
TARGETS += tdx
8887
TARGETS += timens
8988
ifneq (1, $(quicktest))

0 commit comments

Comments
 (0)