You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ~/projects/SDL-2.406 ]
dorkfish Tue May 18 12:32 PM $ perl Build test --verbose --test_files t/mixer_channels.t
Building SDL
t/mixer_channels.t ..
ok 1 - [open_audio] ran
ok 2 - [allocate_channels] 4 channels allocated
ok 3 - [channel_finished] registered callback
ok 4 - [volume] set to 1, previously was 10
ok 5 - [play_channel] plays test/data/silence.wav on channel 0
ok 6 - [fading_channel] channel 0 is not fading
ok 7 - [playing] channel 0 is playing
ok 8 - [paused] channel 0 is not paused
ok 9 - [fade_out_channel] 100 ms for 1 channel(s)
ok 10 - [fading_channel] channel 0 is fading out
ok 11 - [fade_in_channel] 100 ms for channel 1
ok 12 - [fading_channel] channel 1 is fading in
[channel_finished] callback called for channel 0
ok 13 - [pause] ran
ok 14 - [paused] channel 1 is paused
ok 15 - [resume] ran
[channel_finished] callback called for channel 1
ok 16 - [halt_channel] stop channel 1
ok 17 - [playing] channel 1 is not playing
ok 18 - [play_channel_timed] play 100 ms for channel 0
ok 19 - [expire_channel] stops after 100 ms for 1 channel(s)
ok 20 - [fade_in_channel_timed] play 200 ms after 100 ms fade in for channel 1
All 20 subtests passed
Test Summary Report
t/mixer_channels.t (Wstat: 11 Tests: 20 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
Files=1, Tests=20, 1 wallclock secs ( 0.08 usr 0.02 sys + 0.53 cusr 0.14 csys = 0.77 CPU)
Result: FAIL
Failed 1/1 test programs. 0/20 subtests failed.
The text was updated successfully, but these errors were encountered:
[ ~/projects/SDL-2.406 ]
dorkfish Tue May 18 12:32 PM $ perl Build test --verbose --test_files t/mixer_channels.t
Building SDL
t/mixer_channels.t ..
ok 1 - [open_audio] ran
ok 2 - [allocate_channels] 4 channels allocated
ok 3 - [channel_finished] registered callback
ok 4 - [volume] set to 1, previously was 10
ok 5 - [play_channel] plays test/data/silence.wav on channel 0
ok 6 - [fading_channel] channel 0 is not fading
ok 7 - [playing] channel 0 is playing
ok 8 - [paused] channel 0 is not paused
ok 9 - [fade_out_channel] 100 ms for 1 channel(s)
ok 10 - [fading_channel] channel 0 is fading out
ok 11 - [fade_in_channel] 100 ms for channel 1
ok 12 - [fading_channel] channel 1 is fading in
[channel_finished] callback called for channel 0
ok 13 - [pause] ran
ok 14 - [paused] channel 1 is paused
ok 15 - [resume] ran
[channel_finished] callback called for channel 1
ok 16 - [halt_channel] stop channel 1
ok 17 - [playing] channel 1 is not playing
ok 18 - [play_channel_timed] play 100 ms for channel 0
ok 19 - [expire_channel] stops after 100 ms for 1 channel(s)
ok 20 - [fade_in_channel_timed] play 200 ms after 100 ms fade in for channel 1
All 20 subtests passed
Test Summary Report
t/mixer_channels.t (Wstat: 11 Tests: 20 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
Files=1, Tests=20, 1 wallclock secs ( 0.08 usr 0.02 sys + 0.53 cusr 0.14 csys = 0.77 CPU)
Result: FAIL
Failed 1/1 test programs. 0/20 subtests failed.
The text was updated successfully, but these errors were encountered: