mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
malloc test is now working
This commit is contained in:
parent
1ba3b005cf
commit
543e759121
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 8b1ec7ab7a8f269044f11c7c689e92cfba0461f8
|
||||
Subproject commit 8ef1287717ddd3db44a149cb2afcfa1de6667447
|
2
test.py
2
test.py
|
@ -23,6 +23,7 @@ tests_good = [
|
|||
"cpu/lsu/lsu",
|
||||
"cpu/fpu/fpu",
|
||||
|
||||
"malloc/malloc",
|
||||
"display/display",
|
||||
"dmac/dmactest",
|
||||
"intr/intr",
|
||||
|
@ -57,7 +58,6 @@ tests_next = [
|
|||
"io/directory/directory",
|
||||
"io/io/io",
|
||||
"io/iodrv/iodrv",
|
||||
"malloc/malloc",
|
||||
"modules/loadexec/loader",
|
||||
"threads/fpl/fpl",
|
||||
"threads/msgpipe/msgpipe",
|
||||
|
|
Loading…
Add table
Reference in a new issue