Ver código fonte

Ran rexm testing for macos

pull/5366/head
Mae Brooks 3 meses atrás
pai
commit
73e8fd6201
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 99309022A77212E2
1 arquivos alterados com 24 adições e 0 exclusões
  1. +24
    -0
      tools/rexm/reports/examples_testing_macos.md

+ 24
- 0
tools/rexm/reports/examples_testing_macos.md Ver arquivo

@ -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 | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |

Carregando…
Cancelar
Salvar