⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 267555 in webkit


Ignore:
Timestamp:
Sep 24, 2020, 8:00:45 PM (6 years ago)
Author:
Lauro Moura
Message:

[GLIB] Rebaseline and unify some expectations after r267551

Unreviewed test gardening.

This one was missing from previous mathml gardening:

  • platform/glib/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt:

After r267551:

  • platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt:
  • platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections-expected.txt:
  • platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt:
  • platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Removed.
  • platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
2 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r267551 r267555  
     12020-09-24  Lauro Moura  <lmoura@igalia.com>
     2
     3        [GLIB] Rebaseline and unify some expectations after r267551
     4
     5        Unreviewed test gardening.
     6
     7        This one was missing from previous mathml gardening:
     8        * platform/glib/imported/w3c/web-platform-tests/css/css-fonts/math-script-level-and-math-style/math-style-001.tentative-expected.txt:
     9
     10        After r267551:
     11        * platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt:
     12        * platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections-expected.txt:
     13        * platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt:
     14        * platform/gtk/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Removed.
     15        * platform/wpe/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt: Removed.
     16
    1172020-09-24  Keith Miller  <keith_miller@apple.com>
    218
  • trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/css/css-values/minmax-angle-computed-expected.txt

    r261674 r267555  
    11
    2 PASS Property transform value 'rotate(min(1deg))' computes to 'matrix(0.9998476951563913, 0.01745240643728351, -0.01745240643728351, 0.9998476951563913, 0, 0)'
    3 PASS Property transform value 'rotate(min(1grad))' computes to 'matrix(0.9998766324816606, 0.015707317311820675, -0.015707317311820675, 0.9998766324816606, 0, 0)'
    4 PASS Property transform value 'rotate(min(1rad))' computes to 'matrix(0.5403023058681398, 0.8414709848078965, -0.8414709848078965, 0.5403023058681398, 0, 0)'
    5 PASS Property transform value 'rotate(min(1turn))' computes to 'matrix(1, -2.4492935982947064e-16, 2.4492935982947064e-16, 1, 0, 0)'
    6 PASS Property transform value 'rotate(max(1deg))' computes to 'matrix(0.9998476951563913, 0.01745240643728351, -0.01745240643728351, 0.9998476951563913, 0, 0)'
    7 PASS Property transform value 'rotate(max(1grad))' computes to 'matrix(0.9998766324816606, 0.015707317311820675, -0.015707317311820675, 0.9998766324816606, 0, 0)'
    8 PASS Property transform value 'rotate(max(1rad))' computes to 'matrix(0.5403023058681398, 0.8414709848078965, -0.8414709848078965, 0.5403023058681398, 0, 0)'
    9 PASS Property transform value 'rotate(max(1turn))' computes to 'matrix(1, -2.4492935982947064e-16, 2.4492935982947064e-16, 1, 0, 0)'
    10 PASS Property transform value 'rotate(min(1deg, 2deg))' computes to 'matrix(0.9998476951563913, 0.01745240643728351, -0.01745240643728351, 0.9998476951563913, 0, 0)'
    11 PASS Property transform value 'rotate(min(1grad, 2grad))' computes to 'matrix(0.9998766324816606, 0.015707317311820675, -0.015707317311820675, 0.9998766324816606, 0, 0)'
    12 PASS Property transform value 'rotate(min(1rad, 2rad))' computes to 'matrix(0.5403023058681398, 0.8414709848078965, -0.8414709848078965, 0.5403023058681398, 0, 0)'
    13 PASS Property transform value 'rotate(min(1turn, 2turn))' computes to 'matrix(1, -2.4492935982947064e-16, 2.4492935982947064e-16, 1, 0, 0)'
    14 PASS Property transform value 'rotate(max(1deg, 2deg))' computes to 'matrix(0.9993908270190958, 0.03489949670250097, -0.03489949670250097, 0.9993908270190958, 0, 0)'
    15 PASS Property transform value 'rotate(max(1grad, 2grad))' computes to 'matrix(0.9995065603657316, 0.03141075907812829, -0.03141075907812829, 0.9995065603657316, 0, 0)'
    16 PASS Property transform value 'rotate(max(1rad, 2rad))' computes to 'matrix(-0.4161468365471424, 0.9092974268256817, -0.9092974268256817, -0.4161468365471424, 0, 0)'
    17 PASS Property transform value 'rotate(max(1turn, 2turn))' computes to 'matrix(1, -4.898587196589413e-16, 4.898587196589413e-16, 1, 0, 0)'
    18 PASS Property transform value 'rotate(min(90deg, 0.26turn))' computes to 'matrix(6.123233995736766e-17, 1, -1, 6.123233995736766e-17, 0, 0)'
    19 FAIL Property transform value 'rotate(min(1.57rad, 95deg))' computes to 'matrix(0.0007963267107332633, 0.9999996829318346, -0.9999996829318346, 0.0007963267107332633, 0, 0)' assert_equals: expected "matrix(0.0007963267107332633, 0.9999996829318346, -0.9999996829318346, 0.0007963267107332633, 0, 0)" but got "matrix(0.0007963267107334854, 0.9999996829318346, -0.9999996829318346, 0.0007963267107334854, 0, 0)"
    20 PASS Property transform value 'rotate(max(91deg, 0.25turn))' computes to 'matrix(-0.017452406437283477, 0.9998476951563913, -0.9998476951563913, -0.017452406437283477, 0, 0)'
    21 PASS Property transform value 'rotate(max(1.58rad, 90deg))' computes to 'matrix(-0.009203543268808559, 0.9999576464987401, -0.9999576464987401, -0.009203543268808559, 0, 0)'
    22 FAIL Property transform value 'rotate(min(270deg, max(0.25turn, 3.14rad)))' computes to 'matrix(-0.9999987317275395, 0.0015926529164868282, -0.0015926529164868282, -0.9999987317275395, 0, 0)' assert_equals: expected "matrix(-0.9999987317275395, 0.0015926529164868282, -0.0015926529164868282, -0.9999987317275395, 0, 0)" but got "matrix(-0.9999987317275395, 0.0015926529164872723, -0.0015926529164872723, -0.9999987317275395, 0, 0)"
    23 FAIL Property transform value 'rotate(max(0.25turn, min(270deg, 3.14rad)))' computes to 'matrix(-0.9999987317275395, 0.0015926529164868282, -0.0015926529164868282, -0.9999987317275395, 0, 0)' assert_equals: expected "matrix(-0.9999987317275395, 0.0015926529164868282, -0.0015926529164868282, -0.9999987317275395, 0, 0)" but got "matrix(-0.9999987317275395, 0.0015926529164872723, -0.0015926529164872723, -0.9999987317275395, 0, 0)"
    24 PASS Property transform value 'rotate(calc(min(90deg, 1.58rad) + 0.25turn))' computes to 'matrix(-1, 1.2246467991473532e-16, -1.2246467991473532e-16, -1, 0, 0)'
    25 PASS Property transform value 'rotate(calc(min(90deg, 1.58rad) - 0.125turn))' computes to 'matrix(0.7071067811865476, 0.7071067811865475, -0.7071067811865475, 0.7071067811865476, 0, 0)'
    26 PASS Property transform value 'rotate(calc(min(90deg, 1.58rad) * 2)' computes to 'matrix(-1, 1.2246467991473532e-16, -1.2246467991473532e-16, -1, 0, 0)'
    27 PASS Property transform value 'rotate(calc(min(90deg, 1.58rad) / 2)' computes to 'matrix(0.7071067811865476, 0.7071067811865475, -0.7071067811865475, 0.7071067811865476, 0, 0)'
    28 PASS Property transform value 'rotate(calc(max(90deg, 1.56rad) + 0.25turn))' computes to 'matrix(-1, 1.2246467991473532e-16, -1.2246467991473532e-16, -1, 0, 0)'
    29 PASS Property transform value 'rotate(calc(max(90deg, 1.56rad) - 0.125turn))' computes to 'matrix(0.7071067811865476, 0.7071067811865475, -0.7071067811865475, 0.7071067811865476, 0, 0)'
    30 PASS Property transform value 'rotate(calc(max(90deg, 1.56rad) * 2)' computes to 'matrix(-1, 1.2246467991473532e-16, -1.2246467991473532e-16, -1, 0, 0)'
    31 PASS Property transform value 'rotate(calc(max(90deg, 1.56rad) / 2)' computes to 'matrix(0.7071067811865476, 0.7071067811865475, -0.7071067811865475, 0.7071067811865476, 0, 0)'
    32 PASS Property transform value 'rotate(calc(min(90deg, 1.58rad) + max(0.25turn, 99grad)))' computes to 'matrix(-1, 1.2246467991473532e-16, -1.2246467991473532e-16, -1, 0, 0)'
    33 PASS Property transform value 'rotate(calc(min(90deg, 1.58rad) - max(0.25turn, 99grad)))' computes to 'matrix(1, 0, 0, 1, 0, 0)'
     2PASS min(1deg) should be used-value-equivalent to 1deg
     3PASS min(1grad) should be used-value-equivalent to 1grad
     4PASS min(1rad) should be used-value-equivalent to 1rad
     5PASS min(1turn) should be used-value-equivalent to 1turn
     6PASS max(1deg) should be used-value-equivalent to 1deg
     7PASS max(1grad) should be used-value-equivalent to 1grad
     8PASS max(1rad) should be used-value-equivalent to 1rad
     9PASS max(1turn) should be used-value-equivalent to 1turn
     10PASS min(1deg, 2deg) should be used-value-equivalent to 1deg
     11PASS min(1grad, 2grad) should be used-value-equivalent to 1grad
     12PASS min(1rad, 2rad) should be used-value-equivalent to 1rad
     13PASS min(1turn, 2turn) should be used-value-equivalent to 1turn
     14PASS max(1deg, 2deg) should be used-value-equivalent to 2deg
     15PASS max(1grad, 2grad) should be used-value-equivalent to 2grad
     16PASS max(1rad, 2rad) should be used-value-equivalent to 2rad
     17PASS max(1turn, 2turn) should be used-value-equivalent to 2turn
     18PASS min(90deg, 0.26turn) should be used-value-equivalent to 90deg
     19PASS min(1.57rad, 95deg) should be used-value-equivalent to 1.57rad
     20PASS max(91deg, 0.25turn) should be used-value-equivalent to 91deg
     21PASS max(1.58rad, 90deg) should be used-value-equivalent to 1.58rad
     22PASS min(270deg, max(0.25turn, 3.14rad)) should be used-value-equivalent to 3.14rad
     23PASS max(0.25turn, min(270deg, 3.14rad)) should be used-value-equivalent to 3.14rad
     24PASS calc(min(90deg, 1.58rad) + 0.25turn) should be used-value-equivalent to 180deg
     25PASS calc(min(90deg, 1.58rad) - 0.125turn) should be used-value-equivalent to 45deg
     26PASS calc(min(90deg, 1.58rad) * 2 should be used-value-equivalent to 180deg
     27PASS calc(min(90deg, 1.58rad) / 2 should be used-value-equivalent to 45deg
     28PASS calc(max(90deg, 1.56rad) + 0.25turn) should be used-value-equivalent to 180deg
     29PASS calc(max(90deg, 1.56rad) - 0.125turn) should be used-value-equivalent to 45deg
     30PASS calc(max(90deg, 1.56rad) * 2 should be used-value-equivalent to 180deg
     31PASS calc(max(90deg, 1.56rad) / 2 should be used-value-equivalent to 45deg
     32PASS calc(min(90deg, 1.58rad) + max(0.25turn, 99grad)) should be used-value-equivalent to 180deg
     33PASS calc(min(90deg, 1.58rad) - max(0.25turn, 99grad)) should be used-value-equivalent to 0deg
    3434
  • trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-connections-expected.txt

    r267189 r267555  
    1010PASS > [Panner x] k-rate input
    1111PASS   Panner: positionX: Expected output channel 0 is not constantly 0.017871391028165817 (contains 512 different values).
    12 PASS   positionX: Expected output channel 1 is not constantly 0.036486219614744186 (contains 512 different values).
     12PASS   positionX: Expected output channel 1 is not constantly 0.03648622706532478 (contains 512 different values).
    1313PASS   Panner: positionX: Channel 0 output[0, 127] contains only the constant 0.017871391028165817.
    1414PASS   Panner: positionX: Channel 0 output[128, 255] contains only the constant 0.012888134457170963.
    1515PASS   Panner: positionX: Channel 0 output[256, 383] contains only the constant 0.007589159067720175.
    1616PASS   Panner: positionX: Channel 0 output[384, 511] contains only the constant 0.004646967630833387.
    17 PASS   Panner: positionX: Channel 0 output[512, 639] contains only the constant 0.0030441570561379194.
    18 PASS   Panner: positionX: Channel 1 output[0, 127] contains only the constant 0.036486219614744186.
     17PASS   Panner: positionX: Channel 0 output[512, 639] contains only the constant 0.0030441568233072758.
     18PASS   Panner: positionX: Channel 1 output[0, 127] contains only the constant 0.03648622706532478.
    1919PASS   Panner: positionX: Channel 1 output[128, 255] contains only the constant 0.044254120439291.
    2020PASS   Panner: positionX: Channel 1 output[256, 383] contains only the constant 0.04127275571227074.
     
    2626PASS > [Panner y] k-rate input
    2727PASS   Panner: positionY: Expected output channel 0 is not constantly 0.039904240518808365 (contains 512 different values).
    28 PASS   positionY: Expected output channel 1 is not constantly 0.08146847039461136 (contains 512 different values).
     28PASS   positionY: Expected output channel 1 is not constantly 0.08146847784519196 (contains 512 different values).
    2929PASS   Panner: positionY: Channel 0 output[0, 127] contains only the constant 0.039904240518808365.
    3030PASS   Panner: positionY: Channel 0 output[128, 255] contains only the constant 0.030709920451045036.
     
    3232PASS   Panner: positionY: Channel 0 output[384, 511] contains only the constant 0.01528366282582283.
    3333PASS   Panner: positionY: Channel 0 output[512, 639] contains only the constant 0.011893529444932938.
    34 PASS   Panner: positionY: Channel 1 output[0, 127] contains only the constant 0.08146847039461136.
    35 PASS   Panner: positionY: Channel 1 output[128, 255] contains only the constant 0.06269735842943192.
    36 PASS   Panner: positionY: Channel 1 output[256, 383] contains only the constant 0.042775362730026245.
    37 PASS   Panner: positionY: Channel 1 output[384, 511] contains only the constant 0.031203117221593857.
    38 PASS   Panner: positionY: Channel 1 output[512, 639] contains only the constant 0.0242818221449852.
     34PASS   Panner: positionY: Channel 1 output[0, 127] contains only the constant 0.08146847784519196.
     35PASS   Panner: positionY: Channel 1 output[128, 255] contains only the constant 0.06269736588001251.
     36PASS   Panner: positionY: Channel 1 output[256, 383] contains only the constant 0.042775366455316544.
     37PASS   Panner: positionY: Channel 1 output[384, 511] contains only the constant 0.031203120946884155.
     38PASS   Panner: positionY: Channel 1 output[512, 639] contains only the constant 0.024281825870275497.
    3939PASS   Panner: positionY: Actual output channel 0 equals [expected array] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
    4040PASS   Panner: positionY: Actual output channel 1 equals [expected array] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
     
    5151PASS   Panner: positionZ: Channel 1 output[128, 255] contains only the constant 0.03781212866306305.
    5252PASS   Panner: positionZ: Channel 1 output[256, 383] contains only the constant 0.031430669128894806.
    53 PASS   Panner: positionZ: Channel 1 output[384, 511] contains only the constant 0.025715911760926247.
     53PASS   Panner: positionZ: Channel 1 output[384, 511] contains only the constant 0.025715915486216545.
    5454PASS   Panner: positionZ: Channel 1 output[512, 639] contains only the constant 0.021292630583047867.
    5555PASS   Panner: positionZ: Actual output channel 0 equals [expected array] with an element-wise tolerance of {"absoluteThreshold":0,"relativeThreshold":0}.
     
    6969PASS < [Listener x] All assertions passed. (total 10 assertions)
    7070PASS > [Listener y] k-rate input
    71 PASS   Listener: positionY: Channel 0 output[0, 127] contains only the constant 0.016606438905000687.
     71PASS   Listener: positionY: Channel 0 output[0, 127] contains only the constant 0.016606437042355537.
    7272PASS   Listener: positionY: Channel 0 output[128, 255] contains only the constant 0.02337583154439926.
    73 PASS   Listener: positionY: Channel 0 output[256, 383] contains only the constant 0.03255589306354523.
     73PASS   Listener: positionY: Channel 0 output[256, 383] contains only the constant 0.03255588933825493.
    7474PASS   Listener: positionY: Channel 0 output[384, 511] contains only the constant 0.03216671943664551.
    75 PASS   Listener: positionY: Channel 0 output[512, 639] contains only the constant 0.02294781245291233.
    76 PASS   Listener: positionY: Channel 1 output[0, 127] contains only the constant 0.04241393506526947.
    77 PASS   Listener: positionY: Channel 1 output[128, 255] contains only the constant 0.059703413397073746.
    78 PASS   Listener: positionY: Channel 1 output[256, 383] contains only the constant 0.08314989507198334.
    79 PASS   Listener: positionY: Channel 1 output[384, 511] contains only the constant 0.08215592056512833.
    80 PASS   Listener: positionY: Channel 1 output[512, 639] contains only the constant 0.0586102232336998.
     75PASS   Listener: positionY: Channel 0 output[512, 639] contains only the constant 0.02294781059026718.
     76PASS   Listener: positionY: Channel 1 output[0, 127] contains only the constant 0.04241393879055977.
     77PASS   Listener: positionY: Channel 1 output[128, 255] contains only the constant 0.05970342084765434.
     78PASS   Listener: positionY: Channel 1 output[256, 383] contains only the constant 0.08314990252256393.
     79PASS   Listener: positionY: Channel 1 output[384, 511] contains only the constant 0.08215592801570892.
     80PASS   Listener: positionY: Channel 1 output[512, 639] contains only the constant 0.058610230684280396.
    8181PASS < [Listener y] All assertions passed. (total 10 assertions)
    8282PASS > [Listener z] k-rate input
  • trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-audioparam-interface/k-rate-panner-expected.txt

    r267396 r267555  
    9797PASS   Listener k-rate positionX: Output is not constantly 0.0012908608186990023 (contains 512 different values).
    9898PASS   Listener k-rate positionX: Output [0, 127] contains only the constant 0.0012908608186990023.
    99 PASS   Listener k-rate positionX: Output [128, 255] contains only the constant 0.012697511352598667.
     99PASS   Listener k-rate positionX: Output [128, 255] contains only the constant 0.012697512283921242.
    100100PASS   Listener k-rate positionX: Output [256, 383] contains only the constant 0.012066216208040714.
    101101PASS   Listener k-rate positionX: Output [384, 511] contains only the constant 0.008956578560173512.
     
    183183PASS   Listener upZ.setValueAtTime(-1,0) did not throw an exception.
    184184PASS   Listener upZ.linearRampToValueAtTime(1000,1) did not throw an exception.
    185 PASS   Listener k-rate upZ: Output is not constantly 0.0010044262744486332 (contains 512 different values).
    186 PASS   Listener k-rate upZ: Output [0, 127] contains only the constant 0.0010044262744486332.
     185PASS   Listener k-rate upZ: Output is not constantly 0.001004426390863955 (contains 512 different values).
     186PASS   Listener k-rate upZ: Output [0, 127] contains only the constant 0.001004426390863955.
    187187PASS   Listener k-rate upZ: Output [128, 255] contains only the constant 0.0010139397345483303.
    188188PASS   Listener k-rate upZ: Output [256, 383] contains only the constant 0.0010087323607876897.
Note: See TracChangeset for help on using the changeset viewer.