mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Run same tests for layout-2020 and layout-2013 (#30092)
Most tests were only being run for layout-2013, not for layout-2020. This wasn't great since layout-2020 is now the default. So this patch unifies the lists of included tests for both layouts. For layout-2013 this implies adding css/css-content/, css/css-logical/ and css/css-masking/clip/. For layout-2020 this implies adding several additional css tests, and also tests like dom/, js/, html/, etc.
This commit is contained in:
parent
78c7011240
commit
963104e5fc
4797 changed files with 679983 additions and 5390 deletions
File diff suppressed because it is too large
Load diff
|
@ -0,0 +1,3 @@
|
|||
[delay-time-clamping.html]
|
||||
[Test that a DelayNode allows a feedback loop of a single rendering quantum]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[feedback-delay-time.html]
|
||||
[Test that a DelayNode allows a feedback loop of a single rendering quantum]
|
||||
expected: FAIL
|
|
@ -1,4 +1,5 @@
|
|||
[realtimeanalyser-fft-scaling.html]
|
||||
expected: TIMEOUT
|
||||
[X 2048-point FFT peak position is not equal to 64. Got 0.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[test-analyser-gain.html]
|
||||
[Test effect of AnalyserNode on GainNode output]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[test-analyser-minimum.html]
|
||||
[Test AnalyserNode when the input is silent]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[test-analyser-output.html]
|
||||
[AnalyserNode output]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[audiobuffer-copy-channel.html]
|
||||
[Executing "copyFrom-exceptions"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "copyTo-exceptions"]
|
||||
expected: FAIL
|
||||
|
||||
[X 5: buffer.copyFromChannel(x, 0, -1) incorrectly threw IndexSizeError: "The index is not in the allowed range.".]
|
||||
expected: FAIL
|
||||
|
||||
[X 6: buffer.copyFromChannel(x, 0, 16) incorrectly threw IndexSizeError: "The index is not in the allowed range.".]
|
||||
expected: FAIL
|
||||
|
||||
[X 4: buffer.copyToChannel(x, 0, -1) incorrectly threw IndexSizeError: "The index is not in the allowed range.".]
|
||||
expected: FAIL
|
||||
|
||||
[X 5: buffer.copyToChannel(x, 0, 16) incorrectly threw IndexSizeError: "The index is not in the allowed range.".]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 2 out of 5 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[active-processing.https.html]
|
||||
[Executing "Setup graph"]
|
||||
expected: FAIL
|
|
@ -20,3 +20,6 @@
|
|||
|
||||
[setSinkId() should fail with InvalidStateError when calling from adetached document]
|
||||
expected: NOTRUN
|
||||
|
||||
[pending setSinkId() should be rejected with InvalidStateError whenAudioContext is closed]
|
||||
expected: NOTRUN
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
[audiocontext-suspend-resume.html]
|
||||
expected: TIMEOUT
|
||||
[Executing "test-suspend"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test-after-close"]
|
||||
expected: TIMEOUT
|
||||
|
||||
[Executing "resume-running-context"]
|
||||
expected: NOTRUN
|
||||
|
||||
[Audit report]
|
||||
expected: NOTRUN
|
||||
|
||||
[X p1 = offlineContext.suspend() incorrectly threw TypeError: "offlineContext.suspend is not a function".]
|
||||
expected: FAIL
|
||||
|
||||
[X p1 instanceof Promise is not true. Got false.]
|
||||
expected: FAIL
|
||||
|
||||
[X p2 resolved incorrectly. Got Promise.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test-resume\] 1 out of 4 assertions were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[audionode-channel-rules.html]
|
||||
[X connections: 6, clamped-max(4), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[X connections: 6, explicit(1), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[X connections: 6, explicit(2), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[X connections: 6, explicit(4), speakers is not equal to 0.7071067690849304. Got 1.4142135381698608.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 4 out of 172 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,4 @@
|
|||
[audionode-connect-method-chaining.html]
|
||||
[Executing "from-dictionary"]
|
||||
expected: FAIL
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
[audionode-connect-order.html]
|
||||
[Executing "Test connections"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[audionode-disconnect-audioparam.html]
|
||||
[Executing "disconnect(AudioParam)"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "disconnect(AudioParam, output)"]
|
||||
expected: FAIL
|
||||
|
||||
[X gain1.disconnect(gain3.gain) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain1.gain, 1) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain1.gain, 2) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[< [exceptions\] 3 out of 3 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 3 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[audionode-disconnect.html]
|
||||
[X splitter.disconnect(2) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X gain1.disconnect(gain2) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X gain1.disconnect(gain3) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain2, 2) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain1, 0) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(gain3, 0, 0) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X splitter.disconnect(merger, 3, 0) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[< [exceptions\] 7 out of 8 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 7 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[audionode.html]
|
||||
[X AudioContext.destination.numberOfOutputs is not equal to 0. Got 1.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 1 out of 12 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[adding-events.html]
|
||||
[Executing "linearRamp"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "expoRamp"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[audioparam-close.html]
|
||||
[X output[0\] is not equal to 10. Got NaN.]
|
||||
expected: FAIL
|
||||
|
||||
[X output[1\]: Expected 3.4028234663852886e+38 for all values but found 127 unexpected values: \n\tIndex\tActual\n\t[0\]\tNaN\n\t[1\]\tNaN\n\t[2\]\tNaN\n\t[3\]\tNaN\n\t...and 123 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[< [no-nan\] 2 out of 5 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X output[1\] is not close to 1.1342744887950962e+38 within a relative error of 0 (RelErr=2). Got 3.4028234663852886e+38.]
|
||||
expected: FAIL
|
||||
|
||||
[< [interpolation\] 1 out of 7 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 2 out of 2 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[audioparam-exceptional-values.html]
|
||||
[X gain.gain.setValueCurveAtTime(curve, 1, 0) did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[< [special cases 1\] 1 out of 9 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 6 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,306 @@
|
|||
[audioparam-exponentialRampToValueAtTime.html]
|
||||
[X Max error for test 0 at offset 1322 is not less than or equal to 0.00001222. Got 0.004971347529273832.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 1 at offset 2645 is not less than or equal to 0.00001222. Got 0.00507232754748583.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 2 at offset 3968 is not less than or equal to 0.00001222. Got 0.005072288986783049.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 3 at offset 5291 is not less than or equal to 0.00001222. Got 0.005177453099763553.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 4 at offset 6614 is not less than or equal to 0.00001222. Got 0.005177414562697979.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 5 at offset 7937 is not less than or equal to 0.00001222. Got 0.005287028393264749.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 6 at offset 9260 is not less than or equal to 0.00001222. Got 0.005286989916402489.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 7 at offset 10583 is not less than or equal to 0.00001222. Got 0.005401342058686055.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 8 at offset 11906 is not less than or equal to 0.00001222. Got 0.00540130368332191.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 9 at offset 13229 is not less than or equal to 0.00001222. Got 0.005520708240934441.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 10 at offset 14552 is not less than or equal to 0.00001222. Got 0.005520670013722852.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 11 at offset 15875 is not less than or equal to 0.00001222. Got 0.005645469482076645.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 12 at offset 17198 is not less than or equal to 0.00001222. Got 0.005645431455758545.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 13 at offset 18521 is not less than or equal to 0.00001222. Got 0.005776000004233634.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 14 at offset 19844 is not less than or equal to 0.00001222. Got 0.0057759622384759915.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 15 at offset 21167 is not less than or equal to 0.00001222. Got 0.0059127094586828586.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 16 at offset 22490 is not less than or equal to 0.00001222. Got 0.005912672021051084.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 17 at offset 23813 is not less than or equal to 0.00001222. Got 0.006056047220282001.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 18 at offset 25136 is not less than or equal to 0.00001222. Got 0.006056010187369548.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 19 at offset 26459 is not less than or equal to 0.00001222. Got 0.006206507322052307.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 20 at offset 27782 is not less than or equal to 0.00001222. Got 0.006206470780796884.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 21 at offset 29105 is not less than or equal to 0.00001222. Got 0.0063646341440895165.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 22 at offset 30428 is not less than or equal to 0.00001222. Got 0.00636459819331172.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 23 at offset 31751 is not less than or equal to 0.00001222. Got 0.006531028994848638.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 24 at offset 33074 is not less than or equal to 0.00001222. Got 0.0065309937470566844.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 25 at offset 34397 is not less than or equal to 0.00001222. Got 0.006706357752496105.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 26 at offset 35720 is not less than or equal to 0.00001222. Got 0.006706323336010292.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 27 at offset 37043 is not less than or equal to 0.00001222. Got 0.006891359771030949.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 28 at offset 38366 is not less than or equal to 0.00001222. Got 0.00689132633249392.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 29 at offset 39689 is not less than or equal to 0.00001222. Got 0.007086858302333446.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 30 at offset 41012 is not less than or equal to 0.00001222. Got 0.007086826009688193.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 31 at offset 42335 is not less than or equal to 0.00001222. Got 0.007293772743964152.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 32 at offset 43658 is not less than or equal to 0.00001222. Got 0.0072937417900018064.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 33 at offset 44981 is not less than or equal to 0.00001222. Got 0.007513133097079656.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 34 at offset 46304 is not less than or equal to 0.00001222. Got 0.007513103703685007.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 35 at offset 47627 is not less than or equal to 0.00001222. Got 0.0077460971141775446.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 36 at offset 48950 is not less than or equal to 0.00001222. Got 0.00774606953743358.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 37 at offset 50273 is not less than or equal to 0.00001222. Got 0.00799390921649094.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 38 at offset 51596 is not less than or equal to 0.00001222. Got 0.007993945275544895.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 39 at offset 52919 is not less than or equal to 0.00001222. Got 0.008258169028622094.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 40 at offset 54242 is not less than or equal to 0.00001222. Got 0.008258272128077778.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 41 at offset 55565 is not less than or equal to 0.00001222. Got 0.008540497771090037.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 42 at offset 56888 is not less than or equal to 0.00001222. Got 0.008540543388584421.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 43 at offset 58211 is not less than or equal to 0.00001222. Got 0.008842814255529671.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 44 at offset 59534 is not less than or equal to 0.00001222. Got 0.008842932469887153.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 45 at offset 60857 is not less than or equal to 0.00001222. Got 0.009167318952047627.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 46 at offset 62180 is not less than or equal to 0.00001222. Got 0.009167376648625705.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 47 at offset 63503 is not less than or equal to 0.00001222. Got 0.009516547638069068.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 48 at offset 64826 is not less than or equal to 0.00001222. Got 0.009516684552275934.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 49 at offset 66149 is not less than or equal to 0.00001222. Got 0.009893514080660987.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 50 at offset 67472 is not less than or equal to 0.00001222. Got 0.009893510977195341.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 51 at offset 68795 is not less than or equal to 0.00001222. Got 0.010301411434863215.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 52 at offset 70118 is not less than or equal to 0.00001222. Got 0.010301571864146954.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 53 at offset 71441 is not less than or equal to 0.00001222. Got 0.010744562213274482.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 54 at offset 72764 is not less than or equal to 0.00001222. Got 0.010744572666723327.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 55 at offset 74087 is not less than or equal to 0.00001222. Got 0.01122737314374763.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 56 at offset 75410 is not less than or equal to 0.00001222. Got 0.011227478948691283.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 57 at offset 76733 is not less than or equal to 0.00001222. Got 0.01175580623231679.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 58 at offset 78056 is not less than or equal to 0.00001222. Got 0.011755835641619888.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 59 at offset 79379 is not less than or equal to 0.00001222. Got 0.012336239163652849.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 60 at offset 80702 is not less than or equal to 0.00001222. Got 0.012336376203148012.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 61 at offset 82025 is not less than or equal to 0.00001222. Got 0.012977176838334303.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 62 at offset 83348 is not less than or equal to 0.00001222. Got 0.01297723326480682.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 63 at offset 84671 is not less than or equal to 0.00001222. Got 0.013688247738325734.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 64 at offset 85994 is not less than or equal to 0.00001222. Got 0.013688321971339096.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 65 at offset 87317 is not less than or equal to 0.00001222. Got 0.014481760747876011.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 66 at offset 88640 is not less than or equal to 0.00001222. Got 0.014481856656908305.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 67 at offset 89963 is not less than or equal to 0.00001222. Got 0.01537293577367861.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 68 at offset 91286 is not less than or equal to 0.00001222. Got 0.015373058296300991.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 69 at offset 92609 is not less than or equal to 0.00001222. Got 0.016380921220530496.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 70 at offset 93932 is not less than or equal to 0.00001222. Got 0.016381078788684566.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 71 at offset 95255 is not less than or equal to 0.00001222. Got 0.01753058059001621.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 72 at offset 96578 is not less than or equal to 0.00001222. Got 0.01753077514543058.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 73 at offset 97901 is not less than or equal to 0.00001222. Got 0.018853551375474058.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 74 at offset 99224 is not less than or equal to 0.00001222. Got 0.018853800846327963.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 75 at offset 100547 is not less than or equal to 0.00001222. Got 0.020392593309963868.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 76 at offset 101870 is not less than or equal to 0.00001222. Got 0.02039291059393737.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 77 at offset 103193 is not less than or equal to 0.00001222. Got 0.022205238153527315.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 78 at offset 104516 is not less than or equal to 0.00001222. Got 0.022205561601247308.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 79 at offset 105839 is not less than or equal to 0.00001222. Got 0.024371468038865658.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 80 at offset 107162 is not less than or equal to 0.00001222. Got 0.024372089145737547.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 81 at offset 108485 is not less than or equal to 0.00001222. Got 0.0270063795920686.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 82 at offset 109808 is not less than or equal to 0.00001222. Got 0.027006863607415388.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 83 at offset 111131 is not less than or equal to 0.00001222. Got 0.030279806361083936.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 84 at offset 112454 is not less than or equal to 0.00001222. Got 0.030280498895388284.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 85 at offset 113777 is not less than or equal to 0.00001222. Got 0.03445622424898759.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 86 at offset 115100 is not less than or equal to 0.00001222. Got 0.03445703934642761.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 87 at offset 116423 is not less than or equal to 0.00001222. Got 0.03996905609650592.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 88 at offset 117746 is not less than or equal to 0.00001222. Got 0.03997048249087859.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 89 at offset 119069 is not less than or equal to 0.00001222. Got 0.04758232055157862.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 90 at offset 120392 is not less than or equal to 0.00001222. Got 0.047584013396256356.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 91 at offset 121715 is not less than or equal to 0.00001222. Got 0.05877779461906339.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 92 at offset 123038 is not less than or equal to 0.00001222. Got 0.05878033819291966.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 93 at offset 124361 is not less than or equal to 0.00001222. Got 0.07686264332095362.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 94 at offset 125684 is not less than or equal to 0.00001222. Got 0.07686707196371474.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 95 at offset 127007 is not less than or equal to 0.00001222. Got 0.1110222263568349.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 96 at offset 128330 is not less than or equal to 0.00001222. Got 0.11103236124822866.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 97 at offset 129653 is not less than or equal to 0.00001222. Got 0.19983522770615608.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 98 at offset 130976 is not less than or equal to 0.00001222. Got 0.19986539483609111.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 99 at offset 130979 is not less than or equal to 0.00001222. Got 0.0010478736613536294.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 100 out of 102 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,306 @@
|
|||
[audioparam-linearRampToValueAtTime.html]
|
||||
[X Max error for test 0 at offset 1322 is not less than or equal to 0.000001865. Got 0.004971382585870938.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 1 at offset 2645 is not less than or equal to 0.000001865. Got 0.005072295510229919.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 2 at offset 3968 is not less than or equal to 0.000001865. Got 0.005072305387543696.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 3 at offset 5291 is not less than or equal to 0.000001865. Got 0.005177440159265024.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 4 at offset 6614 is not less than or equal to 0.000001865. Got 0.005177473300879752.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 5 at offset 7937 is not less than or equal to 0.000001865. Got 0.005286972284210275.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 6 at offset 9260 is not less than or equal to 0.000001865. Got 0.005287029709955556.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 7 at offset 10583 is not less than or equal to 0.000001865. Got 0.005401305351315997.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 8 at offset 11906 is not less than or equal to 0.000001865. Got 0.005401323712834355.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 9 at offset 13229 is not less than or equal to 0.000001865. Got 0.005520691792549967.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 10 at offset 14552 is not less than or equal to 0.000001865. Got 0.00552073526720557.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 11 at offset 15875 is not less than or equal to 0.000001865. Got 0.005645406858491471.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 12 at offset 17198 is not less than or equal to 0.000001865. Got 0.005645476626856955.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 13 at offset 18521 is not less than or equal to 0.000001865. Got 0.0057759579767177206.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 14 at offset 19844 is not less than or equal to 0.000001865. Got 0.005775986398284702.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 15 at offset 21167 is not less than or equal to 0.000001865. Got 0.005912689001894731.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 16 at offset 22490 is not less than or equal to 0.000001865. Got 0.005912744713046106.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 17 at offset 23813 is not less than or equal to 0.000001865. Got 0.006055977132018537.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 18 at offset 25136 is not less than or equal to 0.000001865. Got 0.006056061515967637.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 19 at offset 26459 is not less than or equal to 0.000001865. Got 0.00620645917849245.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 20 at offset 27782 is not less than or equal to 0.000001865. Got 0.0062064996841445265.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 21 at offset 29105 is not less than or equal to 0.000001865. Got 0.006364609063030028.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 22 at offset 30428 is not less than or equal to 0.000001865. Got 0.006364679458219021.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 23 at offset 31751 is not less than or equal to 0.000001865. Got 0.006530950267540621.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 24 at offset 33074 is not less than or equal to 0.000001865. Got 0.0065310521960605565.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 25 at offset 34397 is not less than or equal to 0.000001865. Got 0.006706302503957123.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 26 at offset 35720 is not less than or equal to 0.000001865. Got 0.006706357743664959.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 27 at offset 37043 is not less than or equal to 0.000001865. Got 0.0068913292960890915.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 28 at offset 38366 is not less than or equal to 0.000001865. Got 0.006891335371900766.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 29 at offset 39689 is not less than or equal to 0.000001865. Got 0.007086769460824398.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 30 at offset 41012 is not less than or equal to 0.000001865. Got 0.007086892787027758.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 31 at offset 42335 is not less than or equal to 0.000001865. Got 0.007293709140558525.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 32 at offset 43658 is not less than or equal to 0.000001865. Got 0.0072937826617006625.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 33 at offset 44981 is not less than or equal to 0.000001865. Got 0.007513096249085025.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 34 at offset 46304 is not less than or equal to 0.000001865. Got 0.007513117110837575.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 35 at offset 47627 is not less than or equal to 0.000001865. Got 0.007745996270211642.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 36 at offset 48950 is not less than or equal to 0.000001865. Got 0.007746146186898846.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 37 at offset 50273 is not less than or equal to 0.000001865. Got 0.007993897169413747.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 38 at offset 51596 is not less than or equal to 0.000001865. Got 0.007993993846002342.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 39 at offset 52919 is not less than or equal to 0.000001865. Got 0.008258188108327222.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 40 at offset 54242 is not less than or equal to 0.000001865. Got 0.008258228229559253.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 41 at offset 55565 is not less than or equal to 0.000001865. Got 0.008540448218182686.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 42 at offset 56888 is not less than or equal to 0.000001865. Got 0.00854063192705488.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 43 at offset 58211 is not less than or equal to 0.000001865. Got 0.00884279670524028.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 44 at offset 59534 is not less than or equal to 0.000001865. Got 0.008842923444757374.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 45 at offset 60857 is not less than or equal to 0.000001865. Got 0.009167335753064386.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 46 at offset 62180 is not less than or equal to 0.000001865. Got 0.009167401649722278.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 47 at offset 63503 is not less than or equal to 0.000001865. Got 0.009516487875647071.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 48 at offset 64826 is not less than or equal to 0.000001865. Got 0.009516715715078188.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 49 at offset 66149 is not less than or equal to 0.000001865. Got 0.009893413433050018.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 50 at offset 67472 is not less than or equal to 0.000001865. Got 0.009893580398436517.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 51 at offset 68795 is not less than or equal to 0.000001865. Got 0.010301425392126383.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 52 at offset 70118 is not less than or equal to 0.000001865. Got 0.010301588395931705.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 53 at offset 71441 is not less than or equal to 0.000001865. Got 0.01074447077838395.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 54 at offset 72764 is not less than or equal to 0.000001865. Got 0.010744630049297078.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 55 at offset 74087 is not less than or equal to 0.000001865. Got 0.01122734013080757.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 56 at offset 75410 is not less than or equal to 0.000001865. Got 0.011227562981803465.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 57 at offset 76733 is not less than or equal to 0.000001865. Got 0.011755725728879002.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 58 at offset 78056 is not less than or equal to 0.000001865. Got 0.01175594882979216.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 59 at offset 79379 is not less than or equal to 0.000001865. Got 0.012336223486588924.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 60 at offset 80702 is not less than or equal to 0.000001865. Got 0.012336447834689302.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 61 at offset 82025 is not less than or equal to 0.000001865. Got 0.012977032107613464.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 62 at offset 83348 is not less than or equal to 0.000001865. Got 0.01297733642594461.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 63 at offset 84671 is not less than or equal to 0.000001865. Got 0.013688147253171168.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 64 at offset 85994 is not less than or equal to 0.000001865. Got 0.01368837845955073.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 65 at offset 87317 is not less than or equal to 0.000001865. Got 0.01448162324578537.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 66 at offset 88640 is not less than or equal to 0.000001865. Got 0.01448194743680873.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 67 at offset 89963 is not less than or equal to 0.000001865. Got 0.01537284838487537.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 68 at offset 91286 is not less than or equal to 0.000001865. Got 0.015373187577813849.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 69 at offset 92609 is not less than or equal to 0.000001865. Got 0.016380856349818174.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 70 at offset 93932 is not less than or equal to 0.000001865. Got 0.016381215406334877.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 71 at offset 95255 is not less than or equal to 0.000001865. Got 0.01753033724083315.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 72 at offset 96578 is not less than or equal to 0.000001865. Got 0.017530827271874477.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 73 at offset 97901 is not less than or equal to 0.000001865. Got 0.01885343466700245.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 74 at offset 99224 is not less than or equal to 0.000001865. Got 0.01885396793151646.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 75 at offset 100547 is not less than or equal to 0.000001865. Got 0.020392423027089844.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 76 at offset 101870 is not less than or equal to 0.000001865. Got 0.020393074066344313.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 77 at offset 103193 is not less than or equal to 0.000001865. Got 0.022205070948626313.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 78 at offset 104516 is not less than or equal to 0.000001865. Got 0.022205803665596154.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 79 at offset 105839 is not less than or equal to 0.000001865. Got 0.024371327061931274.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 80 at offset 107162 is not less than or equal to 0.000001865. Got 0.02437224312212655.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 81 at offset 108485 is not less than or equal to 0.000001865. Got 0.027006033852439857.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 82 at offset 109808 is not less than or equal to 0.000001865. Got 0.027007111489952065.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 83 at offset 111131 is not less than or equal to 0.000001865. Got 0.030279442811311768.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 84 at offset 112454 is not less than or equal to 0.000001865. Got 0.03028084076877433.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 85 at offset 113777 is not less than or equal to 0.000001865. Got 0.034455837602666496.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 86 at offset 115100 is not less than or equal to 0.000001865. Got 0.03445758854939049.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 87 at offset 116423 is not less than or equal to 0.000001865. Got 0.039968519116250927.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 88 at offset 117746 is not less than or equal to 0.000001865. Got 0.03997099563742852.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 89 at offset 119069 is not less than or equal to 0.000001865. Got 0.047581336103021205.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 90 at offset 120392 is not less than or equal to 0.000001865. Got 0.047584752923298695.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 91 at offset 121715 is not less than or equal to 0.000001865. Got 0.05877649592226442.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 92 at offset 123038 is not less than or equal to 0.000001865. Got 0.05878170178485925.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 93 at offset 124361 is not less than or equal to 0.000001865. Got 0.07686046970099752.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 94 at offset 125684 is not less than or equal to 0.000001865. Got 0.0768694240525683.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 95 at offset 127007 is not less than or equal to 0.000001865. Got 0.11101781971301485.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 96 at offset 128330 is not less than or equal to 0.000001865. Got 0.11103647207884057.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 97 at offset 129653 is not less than or equal to 0.000001865. Got 0.19981859470557914.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 98 at offset 130976 is not less than or equal to 0.000001865. Got 0.19987906233523942.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 99 at offset 130979 is not less than or equal to 0.000001865. Got 0.0007564072834763206.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 100 out of 102 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[audioparam-method-chaining.html]
|
||||
[X The rendered envelope does not equal [0,0.000125,0.00025,0.000375,0.0005,0.000625,0.00075,0.000875,0.001,0.001125,0.00125,0.001375,0.0015,0.001625,0.00175,0.001875...\] with an element-wise tolerance of {"absoluteThreshold":0.0000040532,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t0.0000000000000000e+0\t1.2500000000000000e-4\t1.2500000000000000e-4\t1.0000000000000000e+0\t4.0531999999999996e-6\n\t[2\]\t1.2501562014222145e-4\t2.5000000000000001e-4\t1.2498437985777855e-4\t4.9993751943111420e-1\t4.0531999999999996e-6\n\t[3\]\t2.5003124028444290e-4\t3.7500000000000001e-4\t1.2496875971555711e-4\t3.3325002590815228e-1\t4.0531999999999996e-6\n\t[4\]\t3.7504688953049481e-4\t5.0000000000000001e-4\t1.2495311046950520e-4\t2.4990622093901041e-1\t4.0531999999999996e-6\n\t[5\]\t5.0006248056888580e-4\t6.2500000000000001e-4\t1.2493751943111421e-4\t1.9990003108978274e-1\t4.0531999999999996e-6\n\t...and 31734 more errors.\n\tMax AbsError of 9.8985821103293703e-1 at index of 31999.\n\t[31999\]\t1.0000000000000000e+0\t1.0141788967063026e-2\t9.8985821103293703e-1\t9.7601933371681213e+1\t4.0531999999999996e-6\n\tMax RelError of 9.7601933371681213e+1 at index of 31999.\n\t[31999\]\t1.0000000000000000e+0\t1.0141788967063026e-2\t9.8985821103293703e-1\t9.7601933371681213e+1\t4.0531999999999996e-6\n]
|
||||
expected: FAIL
|
||||
|
||||
[< [verification\] 1 out of 1 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 3 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,309 @@
|
|||
[audioparam-setTargetAtTime.html]
|
||||
[X Number of tests started and ended at the correct time is not equal to 100. Got 1.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 0 at offset 1322 is not less than or equal to 0.00065683. Got 0.990047280389914.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 1 at offset 1323 is not less than or equal to 0.00065683. Got 0.98989898989899.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 2 at offset 3968 is not less than or equal to 0.00065683. Got 0.9898451435112884.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 3 at offset 3969 is not less than or equal to 0.00065683. Got 0.9896907216494846.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 4 at offset 6614 is not less than or equal to 0.00065683. Got 0.9896346257350639.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 5 at offset 6615 is not less than or equal to 0.00065683. Got 0.9894736842105263.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 6 at offset 9260 is not less than or equal to 0.00065683. Got 0.9894151948002298.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 7 at offset 9261 is not less than or equal to 0.00065683. Got 0.989247311827957.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 8 at offset 11906 is not less than or equal to 0.00065683. Got 0.9891862723999705.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 9 at offset 11907 is not less than or equal to 0.00065683. Got 0.989010989010989.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 10 at offset 14552 is not less than or equal to 0.00065683. Got 0.9889472290923282.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 11 at offset 14553 is not less than or equal to 0.00065683. Got 0.9887640449438202.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 12 at offset 17198 is not less than or equal to 0.00065683. Got 0.9886973785205923.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 13 at offset 17199 is not less than or equal to 0.00065683. Got 0.9885057471264368.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 14 at offset 19844 is not less than or equal to 0.00065683. Got 0.988435970831659.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 15 at offset 19845 is not less than or equal to 0.00065683. Got 0.9882352941176471.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 16 at offset 22490 is not less than or equal to 0.00065683. Got 0.9881621851594479.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 17 at offset 22491 is not less than or equal to 0.00065683. Got 0.9879518072289156.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 18 at offset 25136 is not less than or equal to 0.00065683. Got 0.9878751210146629.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 19 at offset 25137 is not less than or equal to 0.00065683. Got 0.9876543209876543.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 20 at offset 27782 is not less than or equal to 0.00065683. Got 0.9875737883906436.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 21 at offset 27783 is not less than or equal to 0.00065683. Got 0.9873417721518988.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 22 at offset 30428 is not less than or equal to 0.00065683. Got 0.9872570963562539.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 23 at offset 30429 is not less than or equal to 0.00065683. Got 0.987012987012987.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 24 at offset 33074 is not less than or equal to 0.00065683. Got 0.9869238398588358.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 25 at offset 33075 is not less than or equal to 0.00065683. Got 0.9866666666666667.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 26 at offset 35720 is not less than or equal to 0.00065683. Got 0.9865726844007524.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 27 at offset 35721 is not less than or equal to 0.00065683. Got 0.9863013698630136.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 28 at offset 38366 is not less than or equal to 0.00065683. Got 0.9862021481787615.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 29 at offset 38367 is not less than or equal to 0.00065683. Got 0.9859154929577465.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 30 at offset 41012 is not less than or equal to 0.00065683. Got 0.9858105811822068.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 31 at offset 41013 is not less than or equal to 0.00065683. Got 0.9855072463768116.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 32 at offset 43658 is not less than or equal to 0.00065683. Got 0.9853961406282427.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 33 at offset 43659 is not less than or equal to 0.00065683. Got 0.9850746268656716.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 34 at offset 46304 is not less than or equal to 0.00065683. Got 0.9849567619626562.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 35 at offset 46305 is not less than or equal to 0.00065683. Got 0.9846153846153847.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 36 at offset 48950 is not less than or equal to 0.00065683. Got 0.984490124463403.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 37 at offset 48951 is not less than or equal to 0.00065683. Got 0.9841269841269841.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 38 at offset 51596 is not less than or equal to 0.00065683. Got 0.9839936102373862.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 39 at offset 51597 is not less than or equal to 0.00065683. Got 0.9836065573770492.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 40 at offset 54242 is not less than or equal to 0.00065683. Got 0.9834642550810092.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 41 at offset 54243 is not less than or equal to 0.00065683. Got 0.9830508474576272.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 42 at offset 56888 is not less than or equal to 0.00065683. Got 0.9828986892565407.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 43 at offset 56889 is not less than or equal to 0.00065683. Got 0.9824561403508771.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 44 at offset 59534 is not less than or equal to 0.00065683. Got 0.9822930656844523.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 45 at offset 59535 is not less than or equal to 0.00065683. Got 0.9818181818181818.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 46 at offset 62180 is not less than or equal to 0.00065683. Got 0.9816429723176522.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 47 at offset 62181 is not less than or equal to 0.00065683. Got 0.9811320754716981.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 48 at offset 64826 is not less than or equal to 0.00065683. Got 0.9809433244774503.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 49 at offset 64827 is not less than or equal to 0.00065683. Got 0.9803921568627451.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 50 at offset 67472 is not less than or equal to 0.00065683. Got 0.9801882315933432.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 51 at offset 67473 is not less than or equal to 0.00065683. Got 0.9795918367346939.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 52 at offset 70118 is not less than or equal to 0.00065683. Got 0.97937083095423.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 53 at offset 70119 is not less than or equal to 0.00065683. Got 0.9787234042553191.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 54 at offset 72764 is not less than or equal to 0.00065683. Got 0.9784830785336837.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 55 at offset 72765 is not less than or equal to 0.00065683. Got 0.9777777777777777.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 56 at offset 75410 is not less than or equal to 0.00065683. Got 0.9775154833769094.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 57 at offset 75411 is not less than or equal to 0.00065683. Got 0.9767441860465116.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 58 at offset 78056 is not less than or equal to 0.00065683. Got 0.9764567669470277.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 59 at offset 78057 is not less than or equal to 0.00065683. Got 0.975609756097561.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 60 at offset 80702 is not less than or equal to 0.00065683. Got 0.9752934214747024.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 61 at offset 80703 is not less than or equal to 0.00065683. Got 0.9743589743589743.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 62 at offset 83348 is not less than or equal to 0.00065683. Got 0.9740091305612436.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 63 at offset 83349 is not less than or equal to 0.00065683. Got 0.972972972972973.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 64 at offset 85994 is not less than or equal to 0.00065683. Got 0.9725839991647606.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 65 at offset 85995 is not less than or equal to 0.00065683. Got 0.9714285714285714.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 66 at offset 88640 is not less than or equal to 0.00065683. Got 0.9709935155615783.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 67 at offset 88641 is not less than or equal to 0.00065683. Got 0.9696969696969697.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 68 at offset 91286 is not less than or equal to 0.00065683. Got 0.9692071297374057.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 69 at offset 91287 is not less than or equal to 0.00065683. Got 0.967741935483871.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 70 at offset 93932 is not less than or equal to 0.00065683. Got 0.9671862719990767.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 71 at offset 93933 is not less than or equal to 0.00065683. Got 0.9655172413793104.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 72 at offset 96578 is not less than or equal to 0.00065683. Got 0.9648815365865586.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 73 at offset 96579 is not less than or equal to 0.00065683. Got 0.9629629629629629.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 74 at offset 99224 is not less than or equal to 0.00065683. Got 0.9622285887375713.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 75 at offset 99225 is not less than or equal to 0.00065683. Got 0.96.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 76 at offset 101870 is not less than or equal to 0.00065683. Got 0.9591420650055538.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 77 at offset 101871 is not less than or equal to 0.00065683. Got 0.9565217391304348.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 78 at offset 104516 is not less than or equal to 0.00065683. Got 0.9555062168024705.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 79 at offset 104517 is not less than or equal to 0.00065683. Got 0.9523809523809523.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 80 at offset 107162 is not less than or equal to 0.00065683. Got 0.9511600703170818.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 81 at offset 107163 is not less than or equal to 0.00065683. Got 0.9473684210526315.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 82 at offset 109808 is not less than or equal to 0.00065683. Got 0.9458729474346069.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 83 at offset 109809 is not less than or equal to 0.00065683. Got 0.9411764705882352.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 84 at offset 112454 is not less than or equal to 0.00065683. Got 0.939302156727807.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 85 at offset 112455 is not less than or equal to 0.00065683. Got 0.9333333333333333.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 86 at offset 115100 is not less than or equal to 0.00065683. Got 0.9309156097430662.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 87 at offset 115101 is not less than or equal to 0.00065683. Got 0.9230769230769231.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 88 at offset 117746 is not less than or equal to 0.00065683. Got 0.9198400003447016.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 89 at offset 117747 is not less than or equal to 0.00065683. Got 0.9090909090909091.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 90 at offset 120392 is not less than or equal to 0.00065683. Got 0.9045350614645049.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 91 at offset 120393 is not less than or equal to 0.00065683. Got 0.8888888888888888.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 92 at offset 123038 is not less than or equal to 0.00065683. Got 0.8820065951886947.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 93 at offset 123039 is not less than or equal to 0.00065683. Got 0.8571428571428571.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 94 at offset 125684 is not less than or equal to 0.00065683. Got 0.845561037037827.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 95 at offset 125685 is not less than or equal to 0.00065683. Got 0.8.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 96 at offset 128330 is not less than or equal to 0.00065683. Got 0.776538807317465.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 97 at offset 128331 is not less than or equal to 0.00065683. Got 0.6666666666666642.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 98 at offset 130976 is not less than or equal to 0.00065683. Got 0.595967750692577.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 99 at offset 132299 is not less than or equal to 0.00065683. Got 0.9049431604462704.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 101 out of 102 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,123 @@
|
|||
[audioparam-setValueCurveAtTime.html]
|
||||
[X Discontinuity at index is not equal to 1323. Got 1325.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 2646. Got 2648.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 3969. Got 3971.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 5292. Got 5294.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 6615. Got 6617.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 7938. Got 7940.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 9261. Got 9263.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 10584. Got 10586.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 11907. Got 11909.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 13230. Got 13232.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 14553. Got 14555.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 15876. Got 15878.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 17199. Got 17201.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 18522. Got 18524.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 19845. Got 19847.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 21168. Got 21170.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 22491. Got 22493.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 23814. Got 23816.]
|
||||
expected: FAIL
|
||||
|
||||
[X Discontinuity at index is not equal to 25137. Got 25139.]
|
||||
expected: FAIL
|
||||
|
||||
[X Number of discontinuites at incorrect locations is not equal to 0. Got 19.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 1 at offset 1323 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 2 at offset 2646 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 3 at offset 3969 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 4 at offset 5292 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 5 at offset 6615 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 6 at offset 7938 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 7 at offset 9261 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 8 at offset 10584 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 9 at offset 11907 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 10 at offset 13230 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 11 at offset 14553 is not less than or equal to 0.0000037194. Got 0.464914441108627.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 12 at offset 15876 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 13 at offset 17199 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 14 at offset 18522 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 15 at offset 19845 is not less than or equal to 0.0000037194. Got 0.464914441108627.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 16 at offset 21168 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 17 at offset 22491 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 18 at offset 23814 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[X Max error for test 19 at offset 25137 is not less than or equal to 0.0000037194. Got 0.4649144411087036.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 39 out of 41 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[audioparam-summingjunction.html]
|
||||
[X Rendered signal matches sum of two audio-rate gain changing signals plus baseline gain is not true. Got false.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 1 out of 2 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[automation-rate.html]
|
||||
[Executing "DelayNode"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "DynamicsCompressorNode"]
|
||||
expected: FAIL
|
||||
|
||||
[X Set AudioBufferSourceNode.detune.automationRate to "a-rate" did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[X Set AudioBufferSourceNode.playbackRate.automationRate to "a-rate" did not throw an exception.]
|
||||
expected: FAIL
|
||||
|
||||
[< [AudioBufferSourceNode\] 2 out of 4 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 10 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,42 @@
|
|||
[event-insertion.html]
|
||||
[X Output at frame 512 (time 0.03125) is not equal to 4. Got 3.]
|
||||
expected: FAIL
|
||||
|
||||
[< [Insert same event at same time\] 1 out of 15 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X Linear+Expo: At time 0.01556396484375 (frame 255) output is not close to 1.99609375 within a relative error of 0 (RelErr=0.4964742940465998). Got 2.98710298538208.]
|
||||
expected: FAIL
|
||||
|
||||
[< [Linear + Expo\] 1 out of 6 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X Expo+Linear: At time 0.01556396484375 (frame 255) output is not close to 2.9871532226369792 within a relative error of 0.0000042533 (RelErr=0.3317790074896618). Got 1.9960784912109375.]
|
||||
expected: FAIL
|
||||
|
||||
[< [Expo + Linear\] 1 out of 6 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X Linear+SetTarget: At time 0.01556396484375 (frame 255) output is not close to 2.9921875 within a relative error of 0 (RelErr=0.6657963446475196). Got 1.]
|
||||
expected: FAIL
|
||||
|
||||
[X Linear+SetTarget: At time 0.015625 (frame 256) output is not equal to 100. Got NaN.]
|
||||
expected: FAIL
|
||||
|
||||
[< [Linear + SetTarget\] 2 out of 7 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X Multiple linear ramps: Output at frame 63 is not close to 1.984375 within a relative error of 0 (RelErr=3.9673788716473917). Got 9.857142448425293.]
|
||||
expected: FAIL
|
||||
|
||||
[< [Multiple linear ramps at the same time\] 1 out of 6 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X Multiple exponential ramps: Output at frame 63 is not close to 1.978456026387951 within a relative error of 5.3924e-7 (RelErr=3.873046650665318). Got 9.641108512878418.]
|
||||
expected: FAIL
|
||||
|
||||
[< [Multiple exponential ramps at the same time\] 1 out of 6 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 6 out of 6 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[k-rate-audioworklet.https.html]
|
||||
[Executing "Create Test Worklet"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "AudioWorklet k-rate AudioParam"]
|
||||
expected: FAIL
|
|
@ -38,3 +38,17 @@
|
|||
[X k-rate detune with input: output[0,2048\] does not equal [0,0.12810896337032318,0.47732436656951904,0.8133140802383423,0.9599840044975281,0.9983929991722107,0.9618627429008484,0.8107287883758545,0.5545527338981628,0.24036024510860443,-0.09643325209617615,-0.424831748008728,-0.7066475749015808,-0.9075677990913391,-1.0057729482650757,-0.9910215139389038...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[128\]\t-9.0901952981948853e-1\t-8.0834698677062988e-1\t1.0067254304885864e-1\t1.2454124861781007e-1\t0.0000000000000000e+0\n\t[129\]\t-8.0550211668014526e-1\t-5.6012439727783203e-1\t2.4537771940231323e-1\t4.3807718534460011e-1\t0.0000000000000000e+0\n\t[130\]\t-6.2269222736358643e-1\t-2.4871249496936798e-1\t3.7397973239421844e-1\t1.5036628233747511e+0\t0.0000000000000000e+0\n\t[131\]\t-3.5228535532951355e-1\t9.0757519006729126e-2\t4.4304287433624268e-1\t4.8816106828944248e+0\t0.0000000000000000e+0\n\t[132\]\t-1.3693822547793388e-2\t4.1998896002769470e-1\t4.3368278257548809e-1\t1.0326051964482361e+0\t0.0000000000000000e+0\n\t...and 1915 more errors.\n\tMax AbsError of 2.1426951885223389e+0 at index of 391.\n\t[391\]\t6.9794428348541260e-1\t-1.4447509050369263e+0\t2.1426951885223389e+0\t1.4830897015202589e+0\t0.0000000000000000e+0\n\tMax RelError of 2.4604596714524988e+2 at index of 272.\n\t[272\]\t9.5641678571701050e-1\t-3.9030096959322691e-3\t9.6031979541294277e-1\t2.4604596714524988e+2\t0.0000000000000000e+0\n]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate frequency with input: output[0,2048\] does not equal [0,0.02839340642094612,0.1450495570898056,0.36942505836486816,0.6520541310310364,0.9131435751914978,1.0783559083938599,1.1012734174728394,0.9707123637199402,0.7065789699554443,0.3498469293117523,-0.048511650413274765,-0.4367612302303314,-0.7688571810722351,-1.0084279775619507,-1.131049394607544...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[128\]\t-1.1191306114196777e+0\t-1.0972596406936646e+0\t2.1870970726013184e-2\t1.9932356859664331e-2\t0.0000000000000000e+0\n\t[129\]\t-9.9151837825775146e-1\t-9.3471795320510864e-1\t5.6800425052642822e-2\t6.0767448467076671e-2\t0.0000000000000000e+0\n\t[130\]\t-7.5953400135040283e-1\t-6.6672790050506592e-1\t9.2806100845336914e-2\t1.3919636597633545e-1\t0.0000000000000000e+0\n\t[131\]\t-4.4247153401374817e-1\t-3.2352218031883240e-1\t1.1894935369491577e-1\t3.6766985675507846e-1\t0.0000000000000000e+0\n\t[132\]\t-7.1794100105762482e-2\t5.6181099265813828e-2\t1.2797519937157631e-1\t2.2779048655861591e+0\t0.0000000000000000e+0\n\t...and 891 more errors.\n\tMax AbsError of 4.1948493570089340e-1 at index of 649.\n\t[649\]\t-3.7298277020454407e-3\t-4.2321476340293884e-1\t4.1948493570089340e-1\t9.9118691495529354e-1\t0.0000000000000000e+0\n\tMax RelError of 1.1267462635054815e+2 at index of 553.\n\t[553\]\t3.3036437630653381e-1\t2.9062279500067234e-3\t3.2745814835652709e-1\t1.1267462635054815e+2\t0.0000000000000000e+0\n]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate Q with input: output[2048:\] does not equal [-0.007429864257574081,-0.0032945373095571995,0.0019048331305384636,0.003956870641559362,0.0035721869207918644,0.004832542035728693,0.008425349369645119,0.010273684747517109,0.007734519429504871,0.003703415160998702,0.0022171076852828264,0.0024073002859950066,0.0002190779778175056,-0.004831020720303059,-0.00846010260283947,-0.007902969606220722...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t1.3721438590437174e-3\t-7.4298642575740814e-3\t8.8020081166177988e-3\t1.1846795326906463e+0\t0.0000000000000000e+0\n\t[1\]\t2.7593520935624838e-3\t-3.2945373095571995e-3\t6.0538894031196833e-3\t1.8375537546828853e+0\t0.0000000000000000e+0\n\t[2\]\t4.5378590002655983e-3\t1.9048331305384636e-3\t2.6330258697271347e-3\t1.3822868930166201e+0\t0.0000000000000000e+0\n\t[3\]\t2.8837921563535929e-3\t3.9568706415593624e-3\t1.0730784852057695e-3\t2.7119372413521214e-1\t0.0000000000000000e+0\n\t[4\]\t-1.0738878045231104e-3\t3.5721869207918644e-3\t4.6460747253149748e-3\t1.3006247512616322e+0\t0.0000000000000000e+0\n\t...and 2043 more errors.\n\tMax AbsError of 1.0892769030760974e-2 at index of 7.\n\t[7\]\t-6.1908428324386477e-4\t1.0273684747517109e-2\t1.0892769030760974e-2\t1.0602592252398519e+0\t0.0000000000000000e+0\n\tMax RelError of 2.0718886992081339e+3 at index of 217.\n\t[217\]\t4.6172842849045992e-4\t-2.2296148927125614e-7\t4.6195138997973118e-4\t2.0718886992081339e+3\t0.0000000000000000e+0\n]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate detune with input: output[0,2048\] does not equal [0,0.12810896337032318,0.47732436656951904,0.8133140802383423,0.9599840044975281,0.9983929991722107,0.9618627429008484,0.8107287883758545,0.5545527338981628,0.24036024510860443,-0.09643325209617615,-0.424831748008728,-0.7066475749015808,-0.9075677990913391,-1.0057729482650757,-0.9910215139389038...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[128\]\t-9.0901952981948853e-1\t-8.0834698677062988e-1\t1.0067254304885864e-1\t1.2454124861781007e-1\t0.0000000000000000e+0\n\t[129\]\t-8.0550211668014526e-1\t-5.6012439727783203e-1\t2.4537771940231323e-1\t4.3807718534460011e-1\t0.0000000000000000e+0\n\t[130\]\t-6.2269222736358643e-1\t-2.4871249496936798e-1\t3.7397973239421844e-1\t1.5036628233747511e+0\t0.0000000000000000e+0\n\t[131\]\t-3.5228535532951355e-1\t9.0757519006729126e-2\t4.4304287433624268e-1\t4.8816106828944248e+0\t0.0000000000000000e+0\n\t[132\]\t-1.3693827204406261e-2\t4.1998893022537231e-1\t4.3368275742977858e-1\t1.0326052098493594e+0\t0.0000000000000000e+0\n\t...and 1915 more errors.\n\tMax AbsError of 2.1426951885223389e+0 at index of 391.\n\t[391\]\t6.9794428348541260e-1\t-1.4447509050369263e+0\t2.1426951885223389e+0\t1.4830897015202589e+0\t0.0000000000000000e+0\n\tMax RelError of 2.4604596714524988e+2 at index of 272.\n\t[272\]\t9.5641678571701050e-1\t-3.9030096959322691e-3\t9.6031979541294277e-1\t2.4604596714524988e+2\t0.0000000000000000e+0\n]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate detune with input: output[2048:\] does not equal [-0.5481402277946472,-0.548226535320282,-0.548312246799469,-0.5483972430229187,-0.5484814047813416,-0.5485645532608032,-0.5486468076705933,-0.5487281680107117,-0.5488086938858032,-0.5488886833190918,-0.5489681363105774,-0.5490474104881287,-0.5491266250610352,-0.5492058992385864,-0.5492852926254272,-0.5493649244308472...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[0\]\t3.0815025093033910e-4\t-5.4814022779464722e-1\t5.4844837804557756e-1\t1.0005621741213377e+0\t0.0000000000000000e+0\n\t[1\]\t2.8959600604139268e-4\t-5.4822653532028198e-1\t5.4851613132632338e-1\t1.0005282414975996e+0\t0.0000000000000000e+0\n\t[2\]\t2.7124350890517235e-4\t-5.4831224679946899e-1\t5.4858349030837417e-1\t1.0004946880367682e+0\t0.0000000000000000e+0\n\t[3\]\t2.5326051400043070e-4\t-5.4839724302291870e-1\t5.4865050353691913e-1\t1.0004618194515429e+0\t0.0000000000000000e+0\n\t[4\]\t2.3577432148158550e-4\t-5.4848140478134155e-1\t5.4871717910282314e-1\t1.0004298674839771e+0\t0.0000000000000000e+0\n\t...and 2043 more errors.\n\tMax AbsError of 5.5494356551207602e-1 at index of 195.\n\t[195\]\t-2.7666052337735891e-3\t-5.5771017074584961e-1\t5.5494356551207602e-1\t9.9503934950644046e-1\t0.0000000000000000e+0\n\tMax RelError of 1.0005621741213377e+0 at index of 0.\n]
|
||||
expected: FAIL
|
||||
|
||||
[X All k-rate AudioParams does not equal [0,0.3311063051223755,0.6248595118522644,0.8481203317642212,0.9757021069526672,0.9932119250297546,0.8986744284629822,0.7027547359466553,0.42755505442619324,0.1041216030716896,-0.23105813562870026,-0.5401715040206909,-0.7883464694023132,-0.9475855827331543,-0.9999247193336487,-0.9394592046737671...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[640\]\t8.2034111022949219e-1\t7.7920007705688477e-1\t4.1141033172607422e-2\t5.2799061991884222e-2\t0.0000000000000000e+0\n\t[641\]\t5.5707097053527832e-1\t4.6239438652992249e-1\t9.4676584005355835e-2\t2.0475288360627431e-1\t0.0000000000000000e+0\n\t[642\]\t2.5545451045036316e-1\t1.8853309750556946e-1\t6.6921412944793701e-2\t3.5495843345392858e-1\t0.0000000000000000e+0\n\t[643\]\t-6.9336682558059692e-2\t-1.7021611332893372e-1\t1.0087943077087402e-1\t5.9265500073973498e-1\t0.0000000000000000e+0\n\t[644\]\t-3.9448010921478271e-1\t-4.7897621989250183e-1\t8.4496110677719116e-2\t1.7640982405490371e-1\t0.0000000000000000e+0\n\t...and 992 more errors.\n\tMax AbsError of 1.6447335481643677e-1 at index of 785.\n\t[785\]\t3.4482055902481079e-1\t5.0929391384124756e-1\t1.6447335481643677e-1\t3.2294388435928745e-1\t0.0000000000000000e+0\n\tMax RelError of 2.2756960801624473e+1 at index of 867.\n\t[867\]\t1.4153416454792023e-1\t5.9575871564447880e-3\t1.3557657739147544e-1\t2.2756960801624473e+1\t0.0000000000000000e+0\n]
|
||||
expected: FAIL
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
[k-rate-connections.html]
|
||||
[X pan[128:256\]: Expected 0.5 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0.5874094367027283\n\t[1\]\t0.5874094367027283\n\t[2\]\t0.5874094367027283\n\t[3\]\t0.5874094367027283\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X pan[256:384\]: Expected 0.5987244248390198 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0.6529694199562073\n\t[1\]\t0.6529694199562073\n\t[2\]\t0.6529694199562073\n\t[3\]\t0.6529694199562073\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X pan[384:512\]: Expected 0.6674262881278992 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0.6933872699737549\n\t[1\]\t0.6933872699737549\n\t[2\]\t0.6933872699737549\n\t[3\]\t0.6933872699737549\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X pan[512:640\]: Expected 0.7026606798171997 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0.7071065902709961\n\t[1\]\t0.7071065902709961\n\t[2\]\t0.7071065902709961\n\t[3\]\t0.7071065902709961\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X pan[640:768\]: Expected 0.7026606202125549 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0.6935992240905762\n\t[1\]\t0.6935992240905762\n\t[2\]\t0.6935992240905762\n\t[3\]\t0.6935992240905762\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X pan[768:896\]: Expected 0.6674262881278992 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0.6533852815628052\n\t[1\]\t0.6533852815628052\n\t[2\]\t0.6533852815628052\n\t[3\]\t0.6533852815628052\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X pan[896:1024\]: Expected 0.598724365234375 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0.5880131721496582\n\t[1\]\t0.5880131721496582\n\t[2\]\t0.5880131721496582\n\t[3\]\t0.5880131721496582\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[< [StereoPanner\] 7 out of 8 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[k-rate-constant-source.html]
|
||||
[X k-rate ConstantSource.offset: output[128:256\]: Expected 127.1241455078125 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate ConstantSource.offset: output[256:384\]: Expected 255.249267578125 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t146.2857208251953\n\t[1\]\t146.2857208251953\n\t[2\]\t146.2857208251953\n\t[3\]\t146.2857208251953\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate ConstantSource.offset: output[384:512\]: Expected 383.3743896484375 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t292.5714416503906\n\t[1\]\t292.5714416503906\n\t[2\]\t292.5714416503906\n\t[3\]\t292.5714416503906\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate ConstantSource.offset: output[512:640\]: Expected 511.49951171875 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t438.8571472167969\n\t[1\]\t438.8571472167969\n\t[2\]\t438.8571472167969\n\t[3\]\t438.8571472167969\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate ConstantSource.offset: output[640:768\]: Expected 639.6246337890625 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t585.1428833007812\n\t[1\]\t585.1428833007812\n\t[2\]\t585.1428833007812\n\t[3\]\t585.1428833007812\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate ConstantSource.offset: output[768:896\]: Expected 767.749755859375 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t731.4285888671875\n\t[1\]\t731.4285888671875\n\t[2\]\t731.4285888671875\n\t[3\]\t731.4285888671875\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X k-rate ConstantSource.offset: output[896:1024\]: Expected 895.8748779296875 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t877.7142944335938\n\t[1\]\t877.7142944335938\n\t[2\]\t877.7142944335938\n\t[3\]\t877.7142944335938\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[< [ConstantSourceNode.offset k-rate automation\] 7 out of 8 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 3 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[k-rate-delay.html]
|
||||
[Executing "Test k-rate DelayNode"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[k-rate-oscillator.html]
|
||||
[X k-rate detune: Difference between a-rate and k-rate outputs should have contain at least one value different from 0.]
|
||||
expected: FAIL
|
||||
|
||||
[< [Oscillator k-rate detune\] 1 out of 1 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[retrospective-exponentialRampToValueAtTime.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[retrospective-linearRampToValueAtTime.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[retrospective-setTargetAtTime.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[retrospective-setValueAtTime.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[retrospective-setValueCurveAtTime.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[audioworklet-addmodule-resolution.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,6 @@
|
|||
[audioworklet-audioparam-size.https.html]
|
||||
[Executing "Initializing AudioWorklet and Context"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "Verify Size of AudioParam Arrays"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[audioworklet-audioparam.https.html]
|
||||
[Executing "Initializing AudioWorklet and Context"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "Verifying AudioParam in AudioWorkletNode"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[audioworklet-denormals.https.window.html]
|
||||
[Test denormal behavior in AudioWorkletGlobalScope]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[audioworklet-messageport.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[audioworklet-postmessage-sharedarraybuffer.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[audioworklet-suspend.https.html]
|
||||
[Executing "load-worklet-and-suspend"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[audioworkletglobalscope-sample-rate.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,2 @@
|
|||
[audioworkletglobalscope-timing-info.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,3 @@
|
|||
[audioworkletnode-automatic-pull.https.html]
|
||||
[Executing "setup-worklet"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[audioworkletnode-channel-count.https.html]
|
||||
[Executing "setup-buffer-and-worklet"]
|
||||
expected: FAIL
|
||||
|
||||
[X Second half of Channel #0: Expected 1 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X Second half of Channel #1: Expected 2 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[X Second half of Channel #2: Expected 3 for all values but found 128 unexpected values: \n\tIndex\tActual\n\t[0\]\t0\n\t[1\]\t0\n\t[2\]\t0\n\t[3\]\t0\n\t...and 124 more errors.]
|
||||
expected: FAIL
|
||||
|
||||
[< [verify-rendered-buffer\] 3 out of 6 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[audioworkletnode-construction.https.html]
|
||||
[Executing "construction-after-module-loading"]
|
||||
expected: FAIL
|
||||
|
||||
[X Creating a node before loading a module should throw. threw "ReferenceError" instead of InvalidStateError.]
|
||||
expected: FAIL
|
||||
|
||||
[< [construction-before-module-loading\] 1 out of 1 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 2 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[audioworkletnode-constructor-options.https.html]
|
||||
[Executing "setup"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "without-audio-node-options"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "audio-node-options"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "channel-count"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "channel-count-mode"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "channel-interpretation"]
|
||||
expected: FAIL
|
||||
|
||||
[X Creating AudioWOrkletNode without options incorrectly threw ReferenceError: "AudioWorkletNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[X Creating AudioWOrkletNode with options: {"numberOfInputs":7,"numberOfOutputs":18,"channelCount":4,"channelCountMode":"clamped-max","channelInterpretation":"discrete"} incorrectly threw ReferenceError: "AudioWorkletNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 2 out of 6 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[audioworkletnode-disconnected-input.https.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,2 @@
|
|||
[audioworkletnode-output-channel-count.https.html]
|
||||
expected: ERROR
|
|
@ -0,0 +1,6 @@
|
|||
[audioworkletprocessor-options.https.html]
|
||||
[Executing "valid-processor-data"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "empty-option"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[audioworkletprocessor-promises.https.html]
|
||||
[test]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[baseaudiocontext-audioworklet.https.html]
|
||||
[Executing "Test if AudioWorklet exists"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[process-getter.https.html]
|
||||
['process' getter on prototype]
|
||||
expected: FAIL
|
||||
|
||||
['process' getter on instance]
|
||||
expected: FAIL
|
|
@ -0,0 +1,7 @@
|
|||
[process-parameters.https.html]
|
||||
expected: ERROR
|
||||
[3 inputs; 0 outputs]
|
||||
expected: NOTRUN
|
||||
|
||||
[0 inputs; 3 outputs]
|
||||
expected: NOTRUN
|
|
@ -0,0 +1,12 @@
|
|||
[processor-construction-port.https.html]
|
||||
[super() after new AudioWorkletProcessor()]
|
||||
expected: FAIL
|
||||
|
||||
[new AudioWorkletProcessor() after super()]
|
||||
expected: FAIL
|
||||
|
||||
[new AudioWorkletProcessor() after new AudioWorkletProcessor()]
|
||||
expected: FAIL
|
||||
|
||||
[Singleton AudioWorkletProcessor]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[simple-input-output.https.html]
|
||||
[Executing "Initialize worklet"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[suspended-context-messageport.https.html]
|
||||
[realtime suspended]
|
||||
expected: FAIL
|
||||
|
||||
[offline before start]
|
||||
expected: FAIL
|
||||
|
||||
[offline on complete]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[biquad-bandpass.html]
|
||||
[X Max error in Bandpass filter response is not less than or equal to 2.2501e-8. Got 1.]
|
||||
expected: FAIL
|
||||
|
||||
[< [test\] 1 out of 3 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[biquad-basic.html]
|
||||
[X getFrequencyResponse(new Float32Array(10), new Float32Array(1), new Float32Array(20)) threw "TypeError" instead of InvalidAccessError.]
|
||||
expected: FAIL
|
||||
|
||||
[X getFrequencyResponse(new Float32Array(10), new Float32Array(20), new Float32Array(1)) threw "TypeError" instead of InvalidAccessError.]
|
||||
expected: FAIL
|
||||
|
||||
[< [exceptions-getFrequencyData\] 2 out of 5 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 5 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[biquad-getFrequencyResponse.html]
|
||||
[Executing "lowpass"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "highpass"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "bandpass"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "lowshelf"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "highshelf"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "peaking"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "notch"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "allpass"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "getFrequencyResponse"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,18 @@
|
|||
[no-dezippering.html]
|
||||
[Executing "Test 0"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "Test 1"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "Test 2"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "Test 3"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "Test 4"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "Test 5"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[active-processing.https.html]
|
||||
[Executing "initialize"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[audiochannelmerger-disconnect.html]
|
||||
[Executing "silent-disconnect"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,12 @@
|
|||
[ctor-channelmerger.html]
|
||||
[X (new ChannelMergerNode(c, {channelCount: 1})).channelCount = 1 incorrectly threw InvalidStateError: "The object is in an invalid state.".]
|
||||
expected: FAIL
|
||||
|
||||
[X (new ChannelMergerNode(c, {channelCountMode: "explicit"})).channelCountMode = "explicit" incorrectly threw InvalidStateError: "The object is in an invalid state.".]
|
||||
expected: FAIL
|
||||
|
||||
[< [test AudioNodeOptions\] 2 out of 15 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 5 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[ctor-channelsplitter.html]
|
||||
[X (new ChannelSplitterNode(c, {channelCount: 6})).channelCount = 6 incorrectly threw InvalidStateError: "The object is in an invalid state.".]
|
||||
expected: FAIL
|
||||
|
||||
[X (new ChannelSplitterNode(c, {channelCountMode: "explicit"})).channelCountMode = "explicit" incorrectly threw InvalidStateError: "The object is in an invalid state.".]
|
||||
expected: FAIL
|
||||
|
||||
[X (new ChannelSplitterNode(c, {channelInterpretation: "discrete"})).channelInterpretation = "discrete" incorrectly threw InvalidStateError: "The object is in an invalid state.".]
|
||||
expected: FAIL
|
||||
|
||||
[< [test AudioNodeOptions\] 3 out of 11 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 5 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[constant-source-output.html]
|
||||
[X start/stop: ConstantSourceNode frames [300, 6000): Expected 0 for all values but found 1 unexpected values: \n\tIndex\tActual\n\t[0\]\t1]
|
||||
expected: FAIL
|
||||
|
||||
[< [start/stop\] 1 out of 3 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X Automation: ConstantSourceNode.linearRamp(1, 0.5) does not equal [0.5,0.5001666666666666,0.5003333333333333,0.5005,0.5006666666666667,0.5008333333333334,0.501,0.5011666666666666,0.5013333333333333,0.5015,0.5016666666666667,0.5018333333333334,0.502,0.5021666666666667,0.5023333333333333,0.5025...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":7.161e-7}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[1\]\t5.0000000000000000e-1\t5.0016666666666665e-1\t1.6666666666664831e-4\t3.3322225924688100e-4\t3.5816935000000001e-7\n\t[2\]\t5.0016671419143677e-1\t5.0033333333333330e-1\t1.6661914189652904e-4\t3.3301627294442850e-4\t3.5828869999999996e-7\n\t[3\]\t5.0033342838287354e-1\t5.0049999999999994e-1\t1.6657161712640978e-4\t3.3281042382899057e-4\t3.5840804999999996e-7\n\t[4\]\t5.0050014257431030e-1\t5.0066666666666670e-1\t1.6652409235640153e-4\t3.3260471176378465e-4\t3.5852740000000001e-7\n\t[5\]\t5.0066691637039185e-1\t5.0083333333333335e-1\t1.6641696294150687e-4\t3.3228012567355778e-4\t3.5864675000000001e-7\n\t...and 2982 more errors.\n\tMax AbsError of 1.6666666666664831e-4 at index of 1.\n\tMax RelError of 3.3322225924688100e-4 at index of 1.\n]
|
||||
expected: FAIL
|
||||
|
||||
[< [basic automation\] 1 out of 2 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X Connected param: ConstantSourceNode frames [10, 6000) does not equal [1.5446391105651855,1.5920131206512451,1.6374239921569824,1.6807208061218262,1.7217602729797363,1.7604060173034668,1.7965298891067505,1.830012321472168,1.8607419729232788,1.8886172771453857,1.9135454893112183,1.9354441165924072,1.954240322113037,1.969871997833252,1.9822871685028076,1.9914448261260986...\] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.\n\tIndex\tActual\t\t\tExpected\t\tAbsError\t\tRelError\t\tTest threshold\n\t[119\]\t1.9689673185348511e+0\t1.9114032983779907e+0\t5.7564020156860352e-2\t3.0116103810069256e-2\t0.0000000000000000e+0\n\t[120\]\t2.0485177040100098e+0\t1.9335803985595703e+0\t1.1493730545043945e-1\t5.9442734078222211e-2\t0.0000000000000000e+0\n\t[121\]\t2.1245903968811035e+0\t1.9526615142822266e+0\t1.7192888259887695e-1\t8.8048482208180262e-2\t0.0000000000000000e+0\n\t[122\]\t2.1969339847564697e+0\t1.9685831069946289e+0\t2.2835087776184082e-1\t1.1599758067133706e-1\t0.0000000000000000e+0\n\t[123\]\t2.2653079032897949e+0\t1.9812927246093750e+0\t2.8401517868041992e-1\t1.4334841851115937e-1\t0.0000000000000000e+0\n\t...and 122 more errors.\n\tMax AbsError of 9.9994510412216187e-1 at index of 200.\n\t[200\]\t-4.5393562316894531e-1\t5.4600948095321655e-1\t9.9994510412216187e-1\t1.8313694889994769e+0\t0.0000000000000000e+0\n\tMax RelError of 3.4132869565217392e+4 at index of 181.\n\t[181\]\t-4.6791613101959229e-1\t1.3709068298339844e-5\t4.6792984008789063e-1\t3.4132869565217392e+4\t0.0000000000000000e+0\n]
|
||||
expected: FAIL
|
||||
|
||||
[< [connected audioparam\] 1 out of 2 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 3 out of 6 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[test-constantsourcenode.html]
|
||||
[ConstantSourceNode start and stop when work]
|
||||
expected: FAIL
|
|
@ -0,0 +1,6 @@
|
|||
[active-processing.https.html]
|
||||
[Executing "initialize"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[convolution-mono-mono.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[convolver-cascade.html]
|
||||
[Executing "cascade-mono"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[convolver-channels.html]
|
||||
[Executing "channel-count-test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,39 @@
|
|||
[convolver-response-1-chan.html]
|
||||
[Executing "1-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "2-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "3-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "4-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "5.1-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "3-channel input, explicit"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "4-channel input, explicit"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "5.1-channel input, explicit"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "mono-upmix-explicit"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "mono-upmix-clamped-max"]
|
||||
expected: FAIL
|
||||
|
||||
[X new ConvolverNode({channelCountMode: 'explicit'}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[X new ConvolverNode({channelCountMode: 'clamped-max'}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 2 out of 11 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[convolver-response-2-chan.html]
|
||||
[Executing "1-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "2-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "3-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "4-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "5.1-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "2-channel input, explicit mode"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "3-channel input explicit mode"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "4-channel input explicit mode"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "5.1-channel input explicit mode"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[convolver-response-4-chan.html]
|
||||
[Executing "1-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "2-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "3-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "4-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "5.1-channel input"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "delayed buffer set"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "count 1, 2-channel in"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "count 1, 4-channel in"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "count 1, 5.1-channel in"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[convolver-setBuffer-already-has-value.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[convolver-setBuffer-null.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[convolver-upmixing-1-channel-response.html]
|
||||
[speakers, initially mono]
|
||||
expected: FAIL
|
||||
|
||||
[discrete]
|
||||
expected: FAIL
|
||||
|
||||
[speakers, initially stereo]
|
||||
expected: FAIL
|
|
@ -0,0 +1,33 @@
|
|||
[ctor-convolver.html]
|
||||
[Executing "default constructor"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test AudioNodeOptions"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "nullable buffer"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "construct with options"]
|
||||
expected: FAIL
|
||||
|
||||
[X node0 = new ConvolverNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".]
|
||||
expected: FAIL
|
||||
|
||||
[X new ConvolverNode(c, {"channelCount":1}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[X node1 = new ConvolverNode(c, {"buffer":null} incorrectly threw ReferenceError: "ConvolverNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[X node1 = new ConvolverNode(c, {"buffer":{}} threw "ReferenceError" instead of NotSupportedError.]
|
||||
expected: FAIL
|
||||
|
||||
[< [illegal sample-rate\] 1 out of 1 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X node = new ConvolverNode(c, {"buffer":{},"disableNormalization":false}) incorrectly threw ReferenceError: "ConvolverNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 5 out of 7 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[realtime-conv.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[ctor-delay.html]
|
||||
[Executing "default constructor"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test AudioNodeOptions"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "constructor options"]
|
||||
expected: FAIL
|
||||
|
||||
[X node0 = new DelayNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".]
|
||||
expected: FAIL
|
||||
|
||||
[X new DelayNode(c, {channelCount: 17}) incorrectly threw TypeError: "window[nodeName\] is not a constructor".]
|
||||
expected: FAIL
|
||||
|
||||
[X node1 = new DelayNode(c, {"delayTime":0.5,"maxDelayTime":1.5}) incorrectly threw ReferenceError: "DelayNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 3 out of 5 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[delaynode-channel-count-1.html]
|
||||
[Test that DelayNode output channelCount matches that of the delayed input]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[delaynode-max-default-delay.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[delaynode-max-nondefault-delay.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[delaynode-maxdelay.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,15 @@
|
|||
[delaynode-maxdelaylimit.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
||||
|
||||
[X Setting Delay length to 180 seconds or more threw "TypeError" instead of NotSupportedError.]
|
||||
expected: FAIL
|
||||
|
||||
[X Setting Delay length to 0 seconds threw "TypeError" instead of NotSupportedError.]
|
||||
expected: FAIL
|
||||
|
||||
[X Setting Delay length to negative threw "TypeError" instead of NotSupportedError.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 1 out of 1 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[delaynode-scheduling.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[delaynode.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[no-dezippering.html]
|
||||
[Executing "test0"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test1"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test2"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[destination.html]
|
||||
[\n AudioDestinationNode\n ]
|
||||
expected: FAIL
|
|
@ -0,0 +1,21 @@
|
|||
[ctor-dynamicscompressor.html]
|
||||
[Executing "default constructor"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test AudioNodeOptions"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "constructor with options"]
|
||||
expected: FAIL
|
||||
|
||||
[X node0 = new DynamicsCompressorNode(context) incorrectly threw TypeError: "window[name\] is not a constructor".]
|
||||
expected: FAIL
|
||||
|
||||
[X new DynamicsCompressorNode(c, {"channelCount":1}) incorrectly threw ReferenceError: "DynamicsCompressorNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[X node1 = new DynamicsCompressorNode(c, {"threshold":-33,"knee":15,"ratio":7,"attack":0.625,"release":0.125}) incorrectly threw ReferenceError: "DynamicsCompressorNode is not defined".]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 3 out of 5 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,3 @@
|
|||
[dynamicscompressor-basic.html]
|
||||
[Executing "test"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[no-dezippering.html]
|
||||
[Executing "test0"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test2"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test3"]
|
||||
expected: FAIL
|
|
@ -0,0 +1,27 @@
|
|||
[ctor-iirfilter.html]
|
||||
[Executing "default constructor"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "test AudioNodeOptions"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "functionality"]
|
||||
expected: FAIL
|
||||
|
||||
[X node0 = new IIRFilterNode(context, {"feedforward":[1\],"feedback":[1,-0.9\]}) incorrectly threw TypeError: "window[name\] is not a constructor".]
|
||||
expected: FAIL
|
||||
|
||||
[X new IIRFilterNode(c, {channelCount: 17}) incorrectly threw TypeError: "window[nodeName\] is not a constructor".]
|
||||
expected: FAIL
|
||||
|
||||
[X node = new IIRFilterNode(, {"feedback":[1,0.5\]}) threw "ReferenceError" instead of EcmaScript error TypeError.]
|
||||
expected: FAIL
|
||||
|
||||
[X node = new IIRFilterNode(c, {"feedforward":[1,0.5\]}) threw "ReferenceError" instead of EcmaScript error TypeError.]
|
||||
expected: FAIL
|
||||
|
||||
[< [constructor options\] 2 out of 2 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 3 out of 6 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,42 @@
|
|||
[iirfilter-basic.html]
|
||||
[Executing "parameters"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "exceptions-getFrequencyData"]
|
||||
expected: FAIL
|
||||
|
||||
[X context.createIIRFilter does not exist. Got undefined.]
|
||||
expected: FAIL
|
||||
|
||||
[< [existence\] 1 out of 1 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[X createIIRFilter([\], [\]) threw "TypeError" instead of NotSupportedError.]
|
||||
expected: FAIL
|
||||
|
||||
[X createIIRFilter([1\], [\]) threw "TypeError" instead of NotSupportedError.]
|
||||
expected: FAIL
|
||||
|
||||
[X createIIRFilter([\], [1\]) threw "TypeError" instead of NotSupportedError.]
|
||||
expected: FAIL
|
||||
|
||||
[X createIIRFilter(new Float32Array(20), new Float32Array(20)) incorrectly threw TypeError: "context.createIIRFilter is not a function".]
|
||||
expected: FAIL
|
||||
|
||||
[X createIIRFilter(new Float32Array(21), [1\]) threw "TypeError" instead of NotSupportedError.]
|
||||
expected: FAIL
|
||||
|
||||
[X createIIRFilter([1\], new Float32Array(21)) threw "TypeError" instead of NotSupportedError.]
|
||||
expected: FAIL
|
||||
|
||||
[X createIIRFilter([1\], new Float32Array(2)) threw "TypeError" instead of InvalidStateError.]
|
||||
expected: FAIL
|
||||
|
||||
[X createIIRFilter(new Float32Array(10), [1\]) threw "TypeError" instead of InvalidStateError.]
|
||||
expected: FAIL
|
||||
|
||||
[< [exceptions-createIIRFilter\] 8 out of 14 assertions were failed.]
|
||||
expected: FAIL
|
||||
|
||||
[# AUDIT TASK RUNNER FINISHED: 2 out of 5 tasks were failed.]
|
||||
expected: FAIL
|
|
@ -0,0 +1,9 @@
|
|||
[iirfilter-getFrequencyResponse.html]
|
||||
[Executing "1-pole IIR"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "compare IIR and biquad"]
|
||||
expected: FAIL
|
||||
|
||||
[Executing "getFrequencyResponse"]
|
||||
expected: FAIL
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue