Browse Source

Create examples_testing_drm.md

pull/5365/head
Ray 2 weeks ago
parent
commit
0747e9b5c1
1 changed files with 21 additions and 0 deletions
  1. +21
    -0
      tools/rexm/reports/examples_testing_drm.md

+ 21
- 0
tools/rexm/reports/examples_testing_drm.md View File

@ -0,0 +1,21 @@
# EXAMPLES COLLECTION - TESTING REPORT
## Tested Platform: DRM
```
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 | ✔ | ✔ | ❌ | ✔ | ✔ | ✔ | ✔ |

Loading…
Cancel
Save