[all-commits] [llvm/llvm-project] 4e6782: [libc] (Re)skip tests failing after #213860 (#214425)
Pavel Labath via All-commits
all-commits at lists.llvm.org
Thu Aug 6 01:06:23 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e67825a75ae70c40549a273d4ade501af9d27a4
https://github.com/llvm/llvm-project/commit/4e67825a75ae70c40549a273d4ade501af9d27a4
Author: Pavel Labath <pavel at labath.sk>
Date: 2026-08-06 (Thu, 06 Aug 2026)
Changed paths:
M libc/test/include/CMakeLists.txt
M libc/test/src/string/memory_utils/CMakeLists.txt
Log Message:
-----------
[libc] (Re)skip tests failing after #213860 (#214425)
(At least) two tests enabled by #213860 are failing on the amdgpu bot
(which only runs hermetic tests). This patch skips them, but it a
different way, so that they keep running in hermetic mode on supported
targets.
For the sched_test, I add a dependency on the sched_getscheduler target
(used in the test) to trigger the auto-skipping logic.
The memory utils test fails due to a missing cmp_is_expensive
specialization, so I enable the test only on targets which have them
(listing targets explicitly).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list