Skip to content

Commit 25b18e3

Browse files
committed
[Rosetta] webaudio/BiquadFilter/tail-time-*.html tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=219096 Reviewed by Geoffrey Garen. * platform/mac/TestExpectationsRosetta: Unskip tests as they should no longer be flaky. * resources/testharnessreport.js: (self.testRunner.add_completion_callback): Strip some text from tests output that tends to cause flakiness. * webaudio/BiquadFilter/tail-time-allpass-expected.txt: * webaudio/BiquadFilter/tail-time-bandpass-expected.txt: * webaudio/BiquadFilter/tail-time-highpass-expected.txt: * webaudio/BiquadFilter/tail-time-highshelf-expected.txt: * webaudio/BiquadFilter/tail-time-lowpass-expected.txt: * webaudio/BiquadFilter/tail-time-lowshelf-expected.txt: * webaudio/BiquadFilter/tail-time-notch-expected.txt: * webaudio/BiquadFilter/tail-time-peaking-expected.txt: Rebaseline WPT tests now that their output has been simplified. Canonical link: https://commits.webkit.org/231719@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@269972 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent d564525 commit 25b18e3

11 files changed

Lines changed: 56 additions & 36 deletions

LayoutTests/ChangeLog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2020-11-18 Chris Dumez <cdumez@apple.com>
2+
3+
[Rosetta] webaudio/BiquadFilter/tail-time-*.html tests are flaky
4+
https://bugs.webkit.org/show_bug.cgi?id=219096
5+
6+
Reviewed by Geoffrey Garen.
7+
8+
* platform/mac/TestExpectationsRosetta:
9+
Unskip tests as they should no longer be flaky.
10+
11+
* resources/testharnessreport.js:
12+
(self.testRunner.add_completion_callback):
13+
Strip some text from tests output that tends to cause flakiness.
14+
15+
* webaudio/BiquadFilter/tail-time-allpass-expected.txt:
16+
* webaudio/BiquadFilter/tail-time-bandpass-expected.txt:
17+
* webaudio/BiquadFilter/tail-time-highpass-expected.txt:
18+
* webaudio/BiquadFilter/tail-time-highshelf-expected.txt:
19+
* webaudio/BiquadFilter/tail-time-lowpass-expected.txt:
20+
* webaudio/BiquadFilter/tail-time-lowshelf-expected.txt:
21+
* webaudio/BiquadFilter/tail-time-notch-expected.txt:
22+
* webaudio/BiquadFilter/tail-time-peaking-expected.txt:
23+
Rebaseline WPT tests now that their output has been simplified.
24+
125
2020-11-18 Antoine Quint <graouts@webkit.org>
226

327
Tests for the <model> element should be in a dedicated top-level directory

LayoutTests/platform/mac/TestExpectationsRosetta

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@
3737
imported/w3c/web-platform-tests/webaudio/the-audio-api/the-convolvernode-interface/realtime-conv.html [ Failure ]
3838
webaudio/Analyser/realtimeanalyser-byte-data.html [ Failure ]
3939
webaudio/Analyser/realtimeanalyser-freq-data.html [ Failure ]
40-
webaudio/BiquadFilter/tail-time-allpass.html [ Failure ]
41-
webaudio/BiquadFilter/tail-time-bandpass.html [ Failure ]
42-
webaudio/BiquadFilter/tail-time-highpass.html [ Failure ]
43-
webaudio/BiquadFilter/tail-time-highshelf.html [ Failure ]
44-
webaudio/BiquadFilter/tail-time-lowpass.html [ Failure ]
45-
webaudio/BiquadFilter/tail-time-peaking.html [ Failure ]
4640
webaudio/Oscillator/no-dezippering.html [ Failure ]
4741
webaudio/convolution-mono-mono.html [ Failure ]
4842

LayoutTests/resources/testharnessreport.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ if (self.testRunner) {
9696
return parseFloat(match).toFixed(6);
9797
});
9898
testName = testName.replace(/ \(contains [0-9]+ different values\)./, ".");
99+
testName = testName.replace(/ \(contains 1 different value\)./, ".");
100+
testName = testName.replace(/: Actual Tail Frame [0-9]+ is greater than or equal to [0-9]+./, ".");
99101
}
100102

101103
resultStr += convertResult(tests[i].status) + " " + sanitize(testName) + " " + message + "\n";

LayoutTests/webaudio/BiquadFilter/tail-time-allpass-expected.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PASS Executing "allpass-real-distinct-roots"
55
PASS Executing "allpass-repeated-roots"
66
PASS Audit report
77
PASS > [allpass-complex-roots] complex roots
8-
PASS Complex roots: Biquad({"type":"allpass","Q":200,"frequency":4096}): Actual Tail Frame 2560 is greater than or equal to 2317.
8+
PASS Complex roots: Biquad({"type":"allpass","Q":200,"frequency":4096}).
99
PASS Complex roots: Biquad({"type":"allpass","Q":200,"frequency":4096}): output[0:127] is not constantly 0.
1010
PASS Complex roots: Biquad({"type":"allpass","Q":200,"frequency":4096}): output[128:255] is not constantly 0.
1111
PASS Complex roots: Biquad({"type":"allpass","Q":200,"frequency":4096}): output[256:383] is not constantly 0.
@@ -28,7 +28,7 @@ PASS Complex roots: Biquad({"type":"allpass","Q":200,"frequency":4096}): outpu
2828
PASS Complex roots: Biquad({"type":"allpass","Q":200,"frequency":4096}): output[2688:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
2929
PASS < [allpass-complex-roots] All assertions passed. (total 21 assertions)
3030
PASS > [allpass-real-distinct-roots] real distinct roots
31-
PASS Distinct roots: Biquad({"type":"allpass","Q":0.001,"frequency":2048}): Actual Tail Frame 7296 is greater than or equal to 4822.
31+
PASS Distinct roots: Biquad({"type":"allpass","Q":0.001,"frequency":2048}).
3232
PASS Distinct roots: Biquad({"type":"allpass","Q":0.001,"frequency":2048}): output[0:127] is not constantly 0.
3333
PASS Distinct roots: Biquad({"type":"allpass","Q":0.001,"frequency":2048}): output[128:255] is not constantly 0.
3434
PASS Distinct roots: Biquad({"type":"allpass","Q":0.001,"frequency":2048}): output[256:383] is not constantly 0.
@@ -70,7 +70,7 @@ PASS Distinct roots: Biquad({"type":"allpass","Q":0.001,"frequency":2048}): ou
7070
PASS Distinct roots: Biquad({"type":"allpass","Q":0.001,"frequency":2048}): output[5120:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0.000031,"relativeThreshold":0}.
7171
PASS < [allpass-real-distinct-roots] All assertions passed. (total 40 assertions)
7272
PASS > [allpass-repeated-roots] repeated real root
73-
PASS Repeated roots: Biquad({"type":"allpass","Q":0.5,"frequency":2048}): Actual Tail Frame 106 is greater than or equal to 17.
73+
PASS Repeated roots: Biquad({"type":"allpass","Q":0.5,"frequency":2048}).
7474
PASS Repeated roots: Biquad({"type":"allpass","Q":0.5,"frequency":2048}): output[0:127] is not constantly 0.
7575
PASS Repeated roots: Biquad({"type":"allpass","Q":0.5,"frequency":2048}): output[384:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
7676
PASS < [allpass-repeated-roots] All assertions passed. (total 3 assertions)

LayoutTests/webaudio/BiquadFilter/tail-time-bandpass-expected.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PASS Executing "bpf-real-distinct-roots"
55
PASS Executing "bpf-repeated-roots"
66
PASS Audit report
77
PASS > [bpf-complex-roots] complex roots
8-
PASS BPF complex roots: Biquad({"type":"bandpass","Q":200,"frequency":4096}): Actual Tail Frame 2176 is greater than or equal to 2039.
8+
PASS BPF complex roots: Biquad({"type":"bandpass","Q":200,"frequency":4096}).
99
PASS BPF complex roots: Biquad({"type":"bandpass","Q":200,"frequency":4096}): output[0:127] is not constantly 0.
1010
PASS BPF complex roots: Biquad({"type":"bandpass","Q":200,"frequency":4096}): output[128:255] is not constantly 0.
1111
PASS BPF complex roots: Biquad({"type":"bandpass","Q":200,"frequency":4096}): output[256:383] is not constantly 0.
@@ -25,7 +25,7 @@ PASS BPF complex roots: Biquad({"type":"bandpass","Q":200,"frequency":4096}):
2525
PASS BPF complex roots: Biquad({"type":"bandpass","Q":200,"frequency":4096}): output[2304:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
2626
PASS < [bpf-complex-roots] All assertions passed. (total 18 assertions)
2727
PASS > [bpf-real-distinct-roots] real distinct roots
28-
PASS BPF real distinct roots: Biquad({"type":"bandpass","Q":0.001,"frequency":4096}): Actual Tail Frame 2688 is greater than or equal to 2437.
28+
PASS BPF real distinct roots: Biquad({"type":"bandpass","Q":0.001,"frequency":4096}).
2929
PASS BPF real distinct roots: Biquad({"type":"bandpass","Q":0.001,"frequency":4096}): output[0:127] is not constantly 0.
3030
PASS BPF real distinct roots: Biquad({"type":"bandpass","Q":0.001,"frequency":4096}): output[128:255] is not constantly 0.
3131
PASS BPF real distinct roots: Biquad({"type":"bandpass","Q":0.001,"frequency":4096}): output[256:383] is not constantly 0.
@@ -49,7 +49,7 @@ PASS BPF real distinct roots: Biquad({"type":"bandpass","Q":0.001,"frequency":
4949
PASS BPF real distinct roots: Biquad({"type":"bandpass","Q":0.001,"frequency":4096}): output[2816:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
5050
PASS < [bpf-real-distinct-roots] All assertions passed. (total 22 assertions)
5151
PASS > [bpf-repeated-roots] repeated real root
52-
PASS BPF repeated roots: Biquad({"type":"bandpass","Q":0.5,"frequency":2048}): Actual Tail Frame 106 is greater than or equal to 16.
52+
PASS BPF repeated roots: Biquad({"type":"bandpass","Q":0.5,"frequency":2048}).
5353
PASS BPF repeated roots: Biquad({"type":"bandpass","Q":0.5,"frequency":2048}): output[0:127] is not constantly 0.
5454
PASS BPF repeated roots: Biquad({"type":"bandpass","Q":0.5,"frequency":2048}): output[384:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
5555
PASS < [bpf-repeated-roots] All assertions passed. (total 3 assertions)

LayoutTests/webaudio/BiquadFilter/tail-time-highpass-expected.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ PASS Executing "hpf-repeated-root"
66
PASS Executing "hpf-real-roots-2"
77
PASS Audit report
88
PASS > [hpf-complex-roots] complex roots
9-
PASS HPF complex roots: Biquad({"type":"highpass","Q":40,"frequency":4096}): Actual Tail Frame 2304 is greater than or equal to 2080.
9+
PASS HPF complex roots: Biquad({"type":"highpass","Q":40,"frequency":4096}).
1010
PASS HPF complex roots: Biquad({"type":"highpass","Q":40,"frequency":4096}): output[0:127] is not constantly 0.
1111
PASS HPF complex roots: Biquad({"type":"highpass","Q":40,"frequency":4096}): output[128:255] is not constantly 0.
1212
PASS HPF complex roots: Biquad({"type":"highpass","Q":40,"frequency":4096}): output[256:383] is not constantly 0.
@@ -27,20 +27,20 @@ PASS HPF complex roots: Biquad({"type":"highpass","Q":40,"frequency":4096}): o
2727
PASS HPF complex roots: Biquad({"type":"highpass","Q":40,"frequency":4096}): output[2432:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
2828
PASS < [hpf-complex-roots] All assertions passed. (total 19 assertions)
2929
PASS > [hpf-real-distinct-roots] real distinct roots
30-
PASS HPF real distinct roots: Biquad({"type":"highpass","Q":-50,"frequency":2048}): Actual Tail Frame 2560 is greater than or equal to 408.
30+
PASS HPF real distinct roots: Biquad({"type":"highpass","Q":-50,"frequency":2048}).
3131
PASS HPF real distinct roots: Biquad({"type":"highpass","Q":-50,"frequency":2048}): output[0:127] is not constantly 0.
3232
PASS HPF real distinct roots: Biquad({"type":"highpass","Q":-50,"frequency":2048}): output[128:255] is not constantly 0.
3333
PASS HPF real distinct roots: Biquad({"type":"highpass","Q":-50,"frequency":2048}): output[256:383] is not constantly 0.
3434
PASS HPF real distinct roots: Biquad({"type":"highpass","Q":-50,"frequency":2048}): output[384:511] is not constantly 0.
3535
PASS HPF real distinct roots: Biquad({"type":"highpass","Q":-50,"frequency":2048}): output[768:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0.000031,"relativeThreshold":0}.
3636
PASS < [hpf-real-distinct-roots] All assertions passed. (total 6 assertions)
3737
PASS > [hpf-repeated-root] repeated real root
38-
PASS HPF repeated roots (approximately): Biquad({"type":"highpass","Q":-6.020600,"frequency":4096}): Actual Tail Frame 11 is greater than or equal to 3.
38+
PASS HPF repeated roots (approximately): Biquad({"type":"highpass","Q":-6.020600,"frequency":4096}).
3939
PASS HPF repeated roots (approximately): Biquad({"type":"highpass","Q":-6.020600,"frequency":4096}): output[0:127] is not constantly 0.
4040
PASS HPF repeated roots (approximately): Biquad({"type":"highpass","Q":-6.020600,"frequency":4096}): output[384:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
4141
PASS < [hpf-repeated-root] All assertions passed. (total 3 assertions)
4242
PASS > [hpf-real-roots-2] complex roots
43-
PASS HPF repeated roots 2: Biquad({"type":"highpass","Q":-100,"frequency":4096}): Actual Tail Frame 256 is greater than or equal to 0.
43+
PASS HPF repeated roots 2: Biquad({"type":"highpass","Q":-100,"frequency":4096}).
4444
PASS HPF repeated roots 2: Biquad({"type":"highpass","Q":-100,"frequency":4096}): output[0:127] is not constantly 0.
4545
PASS HPF repeated roots 2: Biquad({"type":"highpass","Q":-100,"frequency":4096}): output[384:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
4646
PASS < [hpf-real-roots-2] All assertions passed. (total 3 assertions)

LayoutTests/webaudio/BiquadFilter/tail-time-highshelf-expected.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ PASS Executing "highshelf-complex-roots"
44
PASS Executing "highshelf-repeated-roots"
55
PASS Audit report
66
PASS > [highshelf-complex-roots] complex roots
7-
PASS Highshelf complex roots: Biquad({"type":"highshelf","gain":40,"frequency":2048}): Actual Tail Frame 110 is greater than or equal to 19.
7+
PASS Highshelf complex roots: Biquad({"type":"highshelf","gain":40,"frequency":2048}).
88
PASS Highshelf complex roots: Biquad({"type":"highshelf","gain":40,"frequency":2048}): output[0:127] is not constantly 0.
99
PASS Highshelf complex roots: Biquad({"type":"highshelf","gain":40,"frequency":2048}): output[384:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
1010
PASS < [highshelf-complex-roots] All assertions passed. (total 3 assertions)
1111
PASS > [highshelf-repeated-roots] repeated real root
12-
PASS Highshelf repeated roots: Biquad({"type":"highshelf","gain":40,"frequency":0}): Actual Tail Frame 1 is greater than or equal to 1.
13-
PASS Highshelf repeated roots: Biquad({"type":"highshelf","gain":40,"frequency":0}): output[0:127] is not constantly 0 (contains 1 different value).
12+
PASS Highshelf repeated roots: Biquad({"type":"highshelf","gain":40,"frequency":0}).
13+
PASS Highshelf repeated roots: Biquad({"type":"highshelf","gain":40,"frequency":0}): output[0:127] is not constantly 0.
1414
PASS Highshelf repeated roots: Biquad({"type":"highshelf","gain":40,"frequency":0}): output[384:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
1515
PASS < [highshelf-repeated-roots] All assertions passed. (total 3 assertions)
1616
PASS # AUDIT TASK RUNNER FINISHED: 2 tasks ran successfully.

LayoutTests/webaudio/BiquadFilter/tail-time-lowpass-expected.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PASS Executing "huge tail"
88
PASS Executing "ginormous tail"
99
PASS Audit report
1010
PASS > [lpf-complex-roots] complex roots
11-
PASS LPF complex roots: Biquad({"type":"lowpass","Q":40,"frequency":4096}): Actual Tail Frame 2304 is greater than or equal to 2080.
11+
PASS LPF complex roots: Biquad({"type":"lowpass","Q":40,"frequency":4096}).
1212
PASS LPF complex roots: Biquad({"type":"lowpass","Q":40,"frequency":4096}): output[0:127] is not constantly 0.
1313
PASS LPF complex roots: Biquad({"type":"lowpass","Q":40,"frequency":4096}): output[128:255] is not constantly 0.
1414
PASS LPF complex roots: Biquad({"type":"lowpass","Q":40,"frequency":4096}): output[256:383] is not constantly 0.
@@ -29,7 +29,7 @@ PASS LPF complex roots: Biquad({"type":"lowpass","Q":40,"frequency":4096}): ou
2929
PASS LPF complex roots: Biquad({"type":"lowpass","Q":40,"frequency":4096}): output[2432:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
3030
PASS < [lpf-complex-roots] All assertions passed. (total 19 assertions)
3131
PASS > [lpf-real-distinct-roots] real distinct roots
32-
PASS LPF real distinct roots: Biquad({"type":"lowpass","Q":-50,"frequency":2048}): Actual Tail Frame 1920 is greater than or equal to 1700.
32+
PASS LPF real distinct roots: Biquad({"type":"lowpass","Q":-50,"frequency":2048}).
3333
PASS LPF real distinct roots: Biquad({"type":"lowpass","Q":-50,"frequency":2048}): output[0:127] is not constantly 0.
3434
PASS LPF real distinct roots: Biquad({"type":"lowpass","Q":-50,"frequency":2048}): output[128:255] is not constantly 0.
3535
PASS LPF real distinct roots: Biquad({"type":"lowpass","Q":-50,"frequency":2048}): output[256:383] is not constantly 0.
@@ -47,17 +47,17 @@ PASS LPF real distinct roots: Biquad({"type":"lowpass","Q":-50,"frequency":204
4747
PASS LPF real distinct roots: Biquad({"type":"lowpass","Q":-50,"frequency":2048}): output[2048:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
4848
PASS < [lpf-real-distinct-roots] All assertions passed. (total 16 assertions)
4949
PASS > [lpf-repeated-root] repeated real root
50-
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":-6.020600,"frequency":4096}): Actual Tail Frame 11 is greater than or equal to 3.
50+
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":-6.020600,"frequency":4096}).
5151
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":-6.020600,"frequency":4096}): output[0:127] is not constantly 0.
5252
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":-6.020600,"frequency":4096}): output[384:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
5353
PASS < [lpf-repeated-root] All assertions passed. (total 3 assertions)
5454
PASS > [lpf-real-roots-2] complex roots
55-
PASS LPF repeated roots 2: Biquad({"type":"lowpass","Q":-100,"frequency":4096}): Actual Tail Frame 256 is greater than or equal to 0.
55+
PASS LPF repeated roots 2: Biquad({"type":"lowpass","Q":-100,"frequency":4096}).
5656
PASS LPF repeated roots 2: Biquad({"type":"lowpass","Q":-100,"frequency":4096}): output[0:127] is not constantly 0.
5757
PASS LPF repeated roots 2: Biquad({"type":"lowpass","Q":-100,"frequency":4096}): output[384:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
5858
PASS < [lpf-real-roots-2] All assertions passed. (total 3 assertions)
5959
PASS > [huge tail]
60-
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":100,"frequency":100}): Actual Tail Frame 90240 is greater than or equal to 90000.
60+
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":100,"frequency":100}).
6161
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":100,"frequency":100}): output[0:127] is not constantly 0.
6262
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":100,"frequency":100}): output[128:255] is not constantly 0.
6363
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":100,"frequency":100}): output[256:383] is not constantly 0.
@@ -765,7 +765,7 @@ PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":100,"fre
765765
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":100,"frequency":100}): output[90368:] equals [0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0...] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
766766
PASS < [huge tail] All assertions passed. (total 706 assertions)
767767
PASS > [ginormous tail]
768-
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":500,"frequency":100}): Actual Tail Frame 750 is greater than or equal to 749.
768+
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":500,"frequency":100}).
769769
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":500,"frequency":100}): output[0:127] is not constantly 0.
770770
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":500,"frequency":100}): output[128:255] is not constantly 0.
771771
PASS LPF repeated roots (approximately): Biquad({"type":"lowpass","Q":500,"frequency":100}): output[256:383] is not constantly 0.

0 commit comments

Comments
 (0)