blob: c9357eccd8249b37bd273c6e869b57dcf24e2136 [file] [log] [blame]
PASS # AUDIT TASK RUNNER STARTED.
FAIL Executing "ref-distance-error" promise_test: Unhandled rejection with value: object "TypeError: function is not a constructor (evaluating 'new PannerNode(context)')"
FAIL Executing "max-distance-error" promise_test: Unhandled rejection with value: object "TypeError: function is not a constructor (evaluating 'new PannerNode(context)')"
FAIL Executing "min-distance" promise_test: Unhandled rejection with value: object "TypeError: function is not a constructor (evaluating 'new OscillatorNode(context, {
type: 'sawtooth',
frequency: 20 * 440,
})')"
FAIL Executing "max-distance" promise_test: Unhandled rejection with value: object "TypeError: function is not a constructor (evaluating 'new OscillatorNode(context, {
type: 'sawtooth',
frequency: 20 * 440,
})')"
PASS Audit report
PASS > [ref-distance-error]
FAIL X new PannerNode(c, {refDistance: -1}) threw "TypeError" instead of EcmaScript error RangeError. assert_true: expected true got false
FAIL X new PannerNode(c, {refDistance: 0}) incorrectly threw TypeError: "function is not a constructor (evaluating 'new PannerNode(context, nodeOptions)')". assert_true: expected true got false
FAIL X new PannerNode(c, {refDistance: 5e-324}) incorrectly threw TypeError: "function is not a constructor (evaluating 'new PannerNode(context, nodeOptions)')". assert_true: expected true got false
PASS > [max-distance-error]
FAIL X new PannerNode(c, {maxDistance: -1}) threw "TypeError" instead of EcmaScript error RangeError. assert_true: expected true got false
FAIL X new PannerNode(c, {maxDistance: 0}) threw "TypeError" instead of EcmaScript error RangeError. assert_true: expected true got false
FAIL X new PannerNode(c, {maxDistance: 5e-324}) incorrectly threw TypeError: "function is not a constructor (evaluating 'new PannerNode(context, nodeOptions)')". assert_true: expected true got false
PASS > [min-distance]
PASS > [max-distance]
FAIL # AUDIT TASK RUNNER FINISHED: 2 out of 4 tasks were failed. assert_true: expected true got false