mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-23 10:20:51 +00:00
Update tests (semaphores/mutexes.)
Most mutex tests are failing due to thread scheduling or reuse issues.
This commit is contained in:
parent
40a6ebfabe
commit
c92f1dc8e6
8
test.py
8
test.py
@ -32,9 +32,9 @@ tests_good = [
|
||||
"gpu/callbacks/ge_callbacks",
|
||||
"threads/mbx/mbx",
|
||||
"threads/mutex/mutex",
|
||||
"threads/mutex/delete/delete",
|
||||
"threads/semaphores/semaphores",
|
||||
"threads/semaphores/cancel/cancel",
|
||||
"threads/semaphores/create/create",
|
||||
"threads/semaphores/delete/delete",
|
||||
"threads/semaphores/poll/poll",
|
||||
"threads/semaphores/refer/refer",
|
||||
@ -50,7 +50,13 @@ tests_next = [
|
||||
# These are the next tests up for fixing. These run by default.
|
||||
"threads/fpl/fpl",
|
||||
"threads/msgpipe/msgpipe",
|
||||
"threads/mutex/create/create",
|
||||
"threads/mutex/lock/lock",
|
||||
"threads/mutex/priority/priority",
|
||||
"threads/mutex/try/try",
|
||||
"threads/mutex/unlock/unlock",
|
||||
"threads/scheduling/scheduling",
|
||||
"threads/semaphores/create/create",
|
||||
"threads/semaphores/priority/priority",
|
||||
"threads/semaphores/wait/wait",
|
||||
"threads/threads/threads",
|
||||
|
Loading…
x
Reference in New Issue
Block a user