blob: 4b999032cbbf82377db8366aa28d1b70ac55b38a [file] [log] [blame]
PASS # AUDIT TASK RUNNER STARTED.
PASS > [exceptions-channels]
PASS context.createChannelMerger() did not throw an exception.
PASS context.createChannelMerger(0) threw IndexSizeError: "The index is not in the allowed range.".
PASS context.createChannelMerger(32) did not throw an exception.
PASS context.createChannelMerger(33) threw IndexSizeError: "The index is not in the allowed range.".
PASS < [exceptions-channels] All assertions passed. (total 4 assertions)
PASS > [exceptions-properties]
FAIL X merger.channelCount is not equal to 1. Got 2. assert_true: expected true got false
FAIL X merger.channelCount = 3 did not throw an exception. assert_true: expected true got false
FAIL X merger.channelCountMode is not equal to explicit. Got max. assert_true: expected true got false
FAIL X merger.channelCountMode = "max" did not throw an exception. assert_true: expected true got false
FAIL < [exceptions-properties] 4 out of 4 assertions were failed. assert_true: expected true got false
FAIL # AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed. assert_true: expected true got false