Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161451442
D46955.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
620 B
Referenced Files
None
Subscribers
None
D46955.id.diff
View Options
diff --git a/contrib/netbsd-tests/lib/libc/gen/t_dir.c b/contrib/netbsd-tests/lib/libc/gen/t_dir.c
--- a/contrib/netbsd-tests/lib/libc/gen/t_dir.c
+++ b/contrib/netbsd-tests/lib/libc/gen/t_dir.c
@@ -134,8 +134,8 @@
free(wasname);
}
-/* There is no sbrk on AArch64 and RISC-V */
-#if !defined(__aarch64__) && !defined(__riscv)
+/* There is no sbrk on FreeBSD */
+#ifndef __FreeBSD__
ATF_TC(telldir_leak);
ATF_TC_HEAD(telldir_leak, tc)
{
@@ -185,7 +185,7 @@
{
ATF_TP_ADD_TC(tp, seekdir_basic);
-#if !defined(__aarch64__) && !defined(__riscv)
+#ifndef __FreeBSD__
ATF_TP_ADD_TC(tp, telldir_leak);
#endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 4, 10:16 PM (17 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34682597
Default Alt Text
D46955.id.diff (620 B)
Attached To
Mode
D46955: libc: skip telldir_leak test
Attached
Detach File
Event Timeline
Log In to Comment