Android: Fix inconsistency issue with t.externalstorage. #1239
❌ Love Testsuite MacOS
Info
359 tests were completed in 17.983s 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.639s |
data | 12 | 0 | 0 | 0.210s |
event | 4 | 0 | 2 | 0.100s |
filesystem | 33 | 0 | 2 | 0.624s |
font | 7 | 0 | 0 | 0.126s |
graphics | 105 | 1 | 2 | 3.758s |
image | 5 | 0 | 0 | 0.090s |
joystick | 6 | 0 | 0 | 0.127s |
keyboard | 10 | 0 | 0 | 0.178s |
love | 6 | 0 | 0 | 0.110s |
math | 20 | 0 | 0 | 0.329s |
mouse | 18 | 0 | 0 | 0.355s |
physics | 26 | 0 | 0 | 0.478s |
sensor | 1 | 0 | 3 | 0.070s |
sound | 4 | 0 | 0 | 0.109s |
system | 7 | 0 | 2 | 0.184s |
thread | 5 | 0 | 0 | 0.498s |
timer | 6 | 0 | 0 | 0.447s |
touch | 3 | 0 | 0 | 0.049s |
video | 2 | 0 | 0 | 0.042s |
window | 34 | 0 | 2 | 9.460s |
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'