Skip to content

CI: pull from main branch of love-apple-dependencies #1241

CI: pull from main branch of love-apple-dependencies

CI: pull from main branch of love-apple-dependencies #1241

GitHub Actions / test-report-macos failed Apr 26, 2024 in 0s

❌ Love Testsuite MacOS

Tests Failed

Info

359 tests were completed in 18.052s with 333 passed, 12 failed, and 14 skipped

Renderer: OpenGL | 4.1 APPLE-21.0.19 | Apple Inc. | Apple Software Renderer

Report

Module Pass Fail Skip Time
audio
19 11 1 0.609s
data
12 0 0 0.213s
event
4 0 2 0.100s
filesystem
33 0 2 0.690s
font
7 0 0 0.118s
graphics
105 1 2 3.958s
image
5 0 0 0.096s
joystick
6 0 0 0.136s
keyboard
10 0 0 0.169s
love
6 0 0 0.102s
math
20 0 0 0.342s
mouse
18 0 0 0.330s
physics
26 0 0 0.455s
sensor
1 0 3 0.067s
sound
4 0 0 0.106s
system
7 0 2 0.185s
thread
5 0 0 0.435s
timer
6 0 0 0.528s
touch
3 0 0 0.055s
video
2 0 0 0.048s
window
34 0 2 9.309s

Failures

🔴 Source
code tests/audio.lua:169: attempt to index local 'filter' (a nil value)nil

🔴 getActiveEffects
assert 2 [check 1 effect running] expected '1' got '0'

🔴 getActiveSourceCount
assert 3 [check now active] expected '1' got '0'

🔴 getDistanceModel
assert 2 [check default value] expected 'inverseclamped' got 'none'

🔴 getDopplerScale
assert 2 [check setting to 0] expected '0' got '1'

🔴 getEffect
code tests/audio.lua:268: attempt to index a nil valuenil

🔴 pause
assert 2 [check 1 paused] expected '1' got '0'

🔴 play
assert 1 [check something playing] expected 'true' got 'false'

🔴 setDopplerScale
assert 1 [check set to 0] expected '0' got '1'

🔴 setEffect
code tests/audio.lua:434: attempt to index local 'settings' (a nil value)nil

🔴 stop
assert 1 [check is playing] expected 'true' got 'false'

🔴 Video
assert 22 [check video seeking] expected '0.2' got '0'