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

Changeset 285995 in webkit


Ignore:
Timestamp:
Nov 18, 2021, 3:19:38 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Update test expectations after r285346
https://bugs.webkit.org/show_bug.cgi?id=233290

Unreviewed test gardening.

Patch by Arcady Goldmints-Orlov <Arcady Goldmints-Orlov> on 2021-11-18

  • web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt:
  • web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt:
  • web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt:
  • web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt:
  • web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt:
  • web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt:
  • web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt:
Location:
trunk/LayoutTests/imported/w3c
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r285993 r285995  
     12021-11-18  Arcady Goldmints-Orlov  <agoldmints@igalia.com>
     2
     3        Update test expectations after r285346
     4        https://bugs.webkit.org/show_bug.cgi?id=233290
     5
     6        Unreviewed test gardening.
     7
     8        * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt:
     9        * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt:
     10        * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt:
     11        * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt:
     12        * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt:
     13        * web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt:
     14        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt:
     15        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt:
     16        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt:
     17        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt:
     18        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt:
     19        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt:
     20        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt:
     21        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt:
     22        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure-expected.txt:
     23        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt:
     24        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt:
     25        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt:
     26        * web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt:
     27
    1282021-11-18  Youenn Fablet  <youenn@apple.com>
    229
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions-expected.txt

    r279545 r285995  
    44
    55
    6 FAIL Test exceptions on CanvasFilter() blur.object assert_throws_js: function "function () { ctx.filter = new CanvasFilter({blur: null}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
     6FAIL Test exceptions on CanvasFilter() blur.object assert_throws_js: function "function () { ctx.filter = new CanvasFilter({filter: "gaussianBlur"}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
    77    [native code]
    88}" ("TypeError")
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.blur.exceptions.worker-expected.txt

    r279545 r285995  
    11
    2 FAIL Test exceptions on CanvasFilter() blur.object assert_throws_js: function "function () { ctx.filter = new CanvasFilter({blur: null}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
     2FAIL Test exceptions on CanvasFilter() blur.object assert_throws_js: function "function () { ctx.filter = new CanvasFilter({filter: "gaussianBlur"}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
    33    [native code]
    44}" ("TypeError")
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix-expected.txt

    r279545 r285995  
    44
    55
    6 FAIL Test the functionality of ColorMatrix filters in CanvasFilter objects assert_throws_js: function "function () { new CanvasFilter({colorMatrix: {values: undefined}}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
     6FAIL Test the functionality of ColorMatrix filters in CanvasFilter objects assert_throws_js: function "function () { new CanvasFilter({filter: "colorMatrix", values: undefined}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
    77    [native code]
    88}" ("TypeError")
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.colorMatrix.worker-expected.txt

    r279545 r285995  
    11
    2 FAIL Test the functionality of ColorMatrix filters in CanvasFilter objects assert_throws_js: function "function () { new CanvasFilter({colorMatrix: {values: undefined}}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
     2FAIL Test the functionality of ColorMatrix filters in CanvasFilter objects assert_throws_js: function "function () { new CanvasFilter({filter: "colorMatrix", values: undefined}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
    33    [native code]
    44}" ("TypeError")
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions-expected.txt

    r279545 r285995  
    44
    55
    6 FAIL Test exceptions on CanvasFilter() convolveMatrix assert_throws_js: function "function () { new CanvasFilter({convolveMatrix: {}}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
     6FAIL Test exceptions on CanvasFilter() convolveMatrix assert_throws_js: function "function () { new CanvasFilter({filter: "convolveMatrix"}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
    77    [native code]
    88}" ("TypeError")
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/filters/2d.filter.canvasFilterObject.convolveMatrix.exceptions.worker-expected.txt

    r279545 r285995  
    11
    2 FAIL Test exceptions on CanvasFilter() convolveMatrix assert_throws_js: function "function () { new CanvasFilter({convolveMatrix: {}}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
     2FAIL Test exceptions on CanvasFilter() convolveMatrix assert_throws_js: function "function () { new CanvasFilter({filter: "convolveMatrix"}); }" threw object "ReferenceError: Can't find variable: CanvasFilter" ("ReferenceError") expected instance of function "function TypeError() {
    33    [native code]
    44}" ("TypeError")
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning-expected.txt

    r270102 r285995  
    44
    55
    6 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
     6FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
    77
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase-expected.txt

    r270102 r285995  
    44
    55
    6 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
     6FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
    77
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.with.uppercase.worker-expected.txt

    r270102 r285995  
    11
    2 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
     2FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
    33
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontKerning.worker-expected.txt

    r270102 r285995  
    11
    2 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
     2FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontKerning === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
    33
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.fontVariant.settings.worker-expected.txt

    r270102 r285995  
    11
    2 FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontVariantCaps === "Normal" (got [undefined], expected Normal[string]) expected (string) "Normal" but got (undefined) undefined
     2FAIL Testing basic functionalities of fontKerning for canvas assert_equals: ctx.fontVariantCaps === "normal" (got [undefined], expected normal[string]) expected (string) "normal" but got (undefined) undefined
    33
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing-expected.txt

    r279545 r285995  
    44
    55
    6 FAIL Testing letter spacing and word spacing with nonfinite inputs assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
     6FAIL Testing letter spacing and word spacing with nonfinite inputs assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
    77
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.nonfinite.spacing.worker-expected.txt

    r279545 r285995  
    11
    2 FAIL Testing letter spacing and word spacing with nonfinite inputs assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
     2FAIL Testing letter spacing and word spacing with nonfinite inputs assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
    33
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing-expected.txt

    r270102 r285995  
    44
    55
    6 FAIL Testing letter spacing and word spacing assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
     6FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
    77
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure-expected.txt

    r270102 r285995  
    44
    55
    6 FAIL Testing letter spacing and word spacing assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
     6FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
    77
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.measure.worker-expected.txt

    r270102 r285995  
    11
    2 FAIL Testing letter spacing and word spacing assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
     2FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
    33
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.spacing.worker-expected.txt

    r270102 r285995  
    11
    2 FAIL Testing letter spacing and word spacing assert_equals: ctx.textLetterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
     2FAIL Testing letter spacing and word spacing assert_equals: ctx.letterSpacing === 0 (got [undefined], expected 0[number]) expected (number) 0 but got (undefined) undefined
    33
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings-expected.txt

    r270102 r285995  
    44
    55
    6 FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
     6FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
    77
  • trunk/LayoutTests/imported/w3c/web-platform-tests/html/canvas/offscreen/text/2d.text.drawing.style.textRendering.settings.worker-expected.txt

    r270102 r285995  
    11
    2 FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === "Auto" (got [undefined], expected Auto[string]) expected (string) "Auto" but got (undefined) undefined
     2FAIL Testing basic functionalities of textRendering in Canvas assert_equals: ctx.textRendering === "auto" (got [undefined], expected auto[string]) expected (string) "auto" but got (undefined) undefined
    33
Note: See TracChangeset for help on using the changeset viewer.