mirror of
https://github.com/RPCS3/ps3autotests.git
synced 2025-01-31 20:21:37 +01:00
Alexandro Sánchez Bach
a3c7bf2fe6
Tests updated: cpu/spu_alu and cpu/spu_fpu
* Updated spu_fpu.spu.cpp and it's ELF file in order to printf the immediate value in the conversion instructions. * Added *.expected files: Note that a few entries in spu_alu.expected contain "???????? ???????? ???????? ????????" as value. That's because a problem happened while printf'ing the value from the PS3. This will be fixed in the future.
PS3 Autotests
A repository of PS3 programs performing several tests on the PS3 platform. Inspired by the PSP Autotests repository, and shares some goals with it and proposes some other ones:
- Provide a platform for benchmarking PS3 emulators and comparing their performance with a real PS3.
- Allow people to see how to use some obscure-newly-discovered APIs and features.
- Allow PS3 emulators to avoid some regressions while performing refactorings and to have a reference while implementing APIs.
The main idea behind this is having several files per test unit:
- file.expected: File with the expected TTY output, preferably from a real PS3.
- file.elf: The program that will call printf / sys_tty_write SysCall in order to generate an output.
- file.c: Include the source code or at least a brief description of the unit test (Optional).
Building the tests
TODO
Running tests on a real PS3
TODO
Running tests on a PS3 emulator
TODO
Description
Languages
Self
88.6%
C++
10.1%
C
0.7%
Python
0.6%