catch errors in love.window.getFullscreen #311
GitHub Actions / test-report-linux-vulkan
failed
Oct 16, 2024 in 0s
❌ Love Testsuite Linux
Info
359 tests were completed in 14.462s with 342 passed, 4 failed, and 13 skipped
Renderer: Vulkan | 1.3.255 | Mesa | llvmpipe (LLVM 15.0.7, 256 bits)
Report
Module | Pass | Fail | Skip | Time |
---|---|---|---|---|
audio | 30 | 0 | 1 | 0.223s |
data | 12 | 0 | 0 | 0.024s |
event | 4 | 0 | 2 | 0.012s |
filesystem | 33 | 0 | 2 | 0.082s |
font | 7 | 0 | 0 | 0.015s |
graphics | 107 | 0 | 1 | 3.045s |
image | 5 | 0 | 0 | 0.013s |
joystick | 6 | 0 | 0 | 0.029s |
keyboard | 10 | 0 | 0 | 0.019s |
love | 6 | 0 | 0 | 0.012s |
math | 20 | 0 | 0 | 0.039s |
mouse | 18 | 0 | 0 | 0.037s |
physics | 26 | 0 | 0 | 0.051s |
sensor | 1 | 0 | 3 | 0.008s |
sound | 4 | 0 | 0 | 0.016s |
system | 7 | 0 | 2 | 0.018s |
thread | 5 | 0 | 0 | 0.218s |
timer | 6 | 0 | 0 | 0.212s |
touch | 3 | 0 | 0 | 0.006s |
video | 2 | 0 | 0 | 0.007s |
window | 30 | 4 | 2 | 10.379s |
Failures
🔴 getFullscreen
code tests/window.lua:71: SDL_SyncWindow timed out in updateSettings.nil
🔴 isVisible
assert 1 [check window visible] expected 'true' got 'false'
🔴 minimize
assert 1 [check window not minimized] expected 'false' got 'true'
🔴 restore
assert 1 [check window restored] expected 'false' got 'true'
Loading