-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
438 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,41 @@ | ||
<!-- PASSED 335 || FAILED 0 || SKIPPED 9 || TIME 14.817 --> | ||
<!-- PASSED 343 || FAILED 2 || SKIPPED 10 || TIME 14.567 --> | ||
|
||
### Info | ||
**344** tests were completed in **14.817s** with **335** passed, **0** failed, and **9** skipped | ||
**355** tests were completed in **14.567s** with **343** passed, **2** failed, and **10** skipped | ||
|
||
Renderer: OpenGL | 4.1 Metal - 76.3 | Apple | Apple M1 Max | ||
|
||
### Report | ||
| Module | Pass | Fail | Skip | Time | | ||
| --------------------- | ------ | ------ | ------- | ------ | | ||
| 🟢 audio | 28 | 0 | 0 | 0.886s | | ||
| 🟢 data | 12 | 0 | 0 | 0.212s | | ||
| 🟢 event | 4 | 0 | 2 | 0.103s | | ||
| 🟢 filesystem | 29 | 0 | 2 | 0.555s | | ||
| 🟢 font | 7 | 0 | 0 | 0.124s | | ||
| 🟢 graphics | 104 | 0 | 1 | 3.006s | | ||
| 🟢 image | 5 | 0 | 0 | 0.085s | | ||
| 🟢 joystick | 6 | 0 | 0 | 0.106s | | ||
| 🟢 keyboard | 9 | 0 | 0 | 0.150s | | ||
| 🟢 love | 6 | 0 | 0 | 0.098s | | ||
| 🟢 math | 20 | 0 | 0 | 0.337s | | ||
| 🟢 mouse | 18 | 0 | 0 | 0.302s | | ||
| 🟢 physics | 26 | 0 | 0 | 0.434s | | ||
| 🟢 sensor | 1 | 0 | 0 | 0.016s | | ||
| 🟢 sound | 4 | 0 | 0 | 0.072s | | ||
| 🟢 system | 6 | 0 | 2 | 0.135s | | ||
| 🟢 thread | 5 | 0 | 0 | 0.363s | | ||
| 🟢 timer | 6 | 0 | 0 | 2.074s | | ||
| 🟢 touch | 3 | 0 | 0 | 0.023s | | ||
| 🟢 video | 2 | 0 | 0 | 0.039s | | ||
| 🟢 window | 34 | 0 | 2 | 5.696s | | ||
| 🟢 audio | 31 | 0 | 0 | 1.328s | | ||
| 🟢 data | 12 | 0 | 0 | 0.197s | | ||
| 🟢 event | 4 | 0 | 2 | 0.100s | | ||
| 🟢 filesystem | 33 | 0 | 2 | 0.601s | | ||
| 🟢 font | 7 | 0 | 0 | 0.116s | | ||
| 🔴 graphics | 104 | 1 | 2 | 3.463s | | ||
| 🟢 image | 5 | 0 | 0 | 0.093s | | ||
| 🟢 joystick | 6 | 0 | 0 | 0.116s | | ||
| 🟢 keyboard | 10 | 0 | 0 | 0.170s | | ||
| 🟢 love | 6 | 0 | 0 | 0.100s | | ||
| 🟢 math | 20 | 0 | 0 | 0.334s | | ||
| 🔴 mouse | 17 | 1 | 0 | 0.301s | | ||
| 🟢 physics | 26 | 0 | 0 | 0.435s | | ||
| 🟢 sensor | 1 | 0 | 0 | 0.017s | | ||
| 🟢 sound | 4 | 0 | 0 | 0.075s | | ||
| 🟢 system | 7 | 0 | 2 | 0.150s | | ||
| 🟢 thread | 5 | 0 | 0 | 0.306s | | ||
| 🟢 timer | 6 | 0 | 0 | 0.298s | | ||
| 🟢 touch | 3 | 0 | 0 | 0.051s | | ||
| 🟢 video | 2 | 0 | 0 | 0.038s | | ||
| 🟢 window | 34 | 0 | 2 | 6.275s | | ||
|
||
### Failures | ||
> 🔴 Shader | ||
> assert 4 [check shader valid] expected '' got 'vertex shader: | ||
pixel shader: | ||
' | ||
|
||
> 🔴 setGrabbed | ||
> assert 2 [check now grabbed] expected 'true' got 'false' | ||
Oops, something went wrong.