Browse Source

Ran rexm testing for macos (#5366)

pull/5367/head
Mae Brooks 1 week ago
committed by GitHub
parent
commit
4ad9e09bb2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions
  1. +24
    -0
      tools/rexm/reports/examples_testing_macos.md

+ 24
- 0
tools/rexm/reports/examples_testing_macos.md View File

@ -0,0 +1,24 @@
# EXAMPLES COLLECTION - TESTING REPORT
## Tested Platform: macOS
```
Example automated testing elements validated:
- [CWARN] : Compilation WARNING messages
- [LWARN] : Log WARNING messages count
- [INIT] : Initialization
- [CLOSE] : Closing
- [ASSETS] : Assets loading
- [RLGL] : OpenGL-wrapped initialization
- [PLAT] : Platform initialization
- [FONT] : Font default initialization
- [TIMER] : Timer initialization
```
| **EXAMPLE NAME** | [CWARN] | [LWARN] | [INIT] | [CLOSE] | [ASSETS] | [RLGL] | [PLAT] | [FONT] | [TIMER] |
|:---------------------------------|:-------:|:-------:|:------:|:-------:|:--------:|:------:|:------:|:------:|:-------:|
| text_font_loading | 0 | 10 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| text_codepoints_loading | 0 | 1 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| models_animation_playing | 0 | 1 | ✔ | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ |
| shaders_palette_switch | 0 | 0 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ |
| shaders_hybrid_rendering | 0 | 4 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |

Loading…
Cancel
Save