Skip to content

tests: Remove ipc syscalls from test 53-sim-binary_tree#227

Closed
drakenclimber wants to merge 1 commit into
seccomp:masterfrom
drakenclimber:pull/215patch2
Closed

tests: Remove ipc syscalls from test 53-sim-binary_tree#227
drakenclimber wants to merge 1 commit into
seccomp:masterfrom
drakenclimber:pull/215patch2

Conversation

@drakenclimber
Copy link
Copy Markdown
Member

The syscalls shmat, shmctl, and shmget are ipc syscalls on s390
and s390x. This causes test #53 to fail due to the syscall number
not matching up with the values in the *.tests file.

This commit removes the aforementioned ipc syscalls since they are
being tested in tests #36 and #37.

This is another step toward resolving pull request #215.

Signed-off-by: Tom Hromatka tom.hromatka@oracle.com

The syscalls shmat, shmctl, and shmget are ipc syscalls on s390
and s390x.  This causes test seccomp#53 to fail due to the syscall number
not matching up with the values in the *.tests file.

This commit removes the aforementioned ipc syscalls since they are
being tested in tests seccomp#36 and seccomp#37.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 92.745% when pulling 5f35d5d on drakenclimber:pull/215patch2 into afc713a on seccomp:master.

@pcmoore
Copy link
Copy Markdown
Member

pcmoore commented Mar 25, 2020

Merged via 5abc3b1, thanks Tom.

@pcmoore pcmoore closed this Mar 25, 2020
@drakenclimber drakenclimber deleted the pull/215patch2 branch May 26, 2020 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants