mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +00:00
Add semaphore gvisor test
This commit is contained in:
parent
60ef523aaf
commit
0160a85ccd
@ -36,6 +36,7 @@ TESTS ?= \
|
|||||||
read_test \
|
read_test \
|
||||||
readv_test \
|
readv_test \
|
||||||
rename_test \
|
rename_test \
|
||||||
|
semaphore_test \
|
||||||
sendfile_test \
|
sendfile_test \
|
||||||
stat_test \
|
stat_test \
|
||||||
stat_times_test \
|
stat_times_test \
|
||||||
|
10
test/syscall_test/blocklists/semaphore_test
Normal file
10
test/syscall_test/blocklists/semaphore_test
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
SemaphoreTest.SemIpcSet
|
||||||
|
SemaphoreTest.SemCtlIpcStat
|
||||||
|
SemaphoreTest.SemopGetzcnt
|
||||||
|
SemaphoreTest.SemopGetncnt
|
||||||
|
SemaphoreTest.IpcInfo
|
||||||
|
SemaphoreTest.SemInfo
|
||||||
|
# SemOpRandom will failed in vmar/mod.rs:336:13:assertion failed.
|
||||||
|
SemaphoreTest.SemOpRandom
|
||||||
|
SemaphoreTest.SemOpNamespace
|
||||||
|
SemaphoreTest.SemCtlValAll
|
Loading…
x
Reference in New Issue
Block a user