The Samba-Bugzilla – Attachment 18032 Details for
Bug 15448
uid-wrapper: test_syscall_swrap unknown syscall failure on armel/armhf
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
tests: Drop unknown syscall in test_syscall_swrap.
0001-tests-Drop-unknown-syscall-in-test_syscall_swrap.patch (text/plain), 901 bytes, created by
Simon Josefsson
on 2023-08-05 18:27:45 UTC
(
hide
)
Description:
tests: Drop unknown syscall in test_syscall_swrap.
Filename:
MIME Type:
Creator:
Simon Josefsson
Created:
2023-08-05 18:27:45 UTC
Size:
901 bytes
patch
obsolete
>From 4dfe729fd02e6d317fbff58642434e7c7da87166 Mon Sep 17 00:00:00 2001 >From: Simon Josefsson <simon@josefsson.org> >Date: Sat, 5 Aug 2023 20:24:42 +0200 >Subject: [PATCH] tests: Drop unknown syscall in test_syscall_swrap. > >Signed-off-by: Simon Josefsson <simon@josefsson.org> >--- > tests/test_syscall_swrap.c | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/tests/test_syscall_swrap.c b/tests/test_syscall_swrap.c >index fb3d26b..5bb52c6 100644 >--- a/tests/test_syscall_swrap.c >+++ b/tests/test_syscall_swrap.c >@@ -29,12 +29,6 @@ static void test_uwrap_syscall_swrap(void **state) > > rc = syscall(__FAKE_SOCKET_WRAPPER_SYSCALL_NO); > assert_int_equal(rc, __FAKE_SOCKET_WRAPPER_SYSCALL_RC); >- >- signal(SIGSYS, SIG_IGN); >- rc = syscall(__FAKE_SOCKET_WRAPPER_SYSCALL_NO+1); >- signal(SIGSYS, SIG_DFL); >- assert_int_equal(rc, -1); >- assert_int_equal(errno, ENOSYS); > } > > int main(void) { >-- >2.34.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15448
: 18032