[webkit-changes] [WebKit/WebKit] 362b6b: Remove redundant platform-specific expectations of...

Commit Queue noreply at github.com
Tue Jun 25 12:44:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 362b6bb44ce4cf557f2cbcdef7c0cf86552b1c83
      https://github.com/WebKit/WebKit/commit/362b6bb44ce4cf557f2cbcdef7c0cf86552b1c83
  Author: Ahmad Saleem <ahmad.saleem792 at gmail.com>
  Date:   2024-06-25 (Tue, 25 Jun 2024)

  Changed paths:
    R LayoutTests/platform/gtk/fast/regions/auto-size/autoheight-regions-mark-expected.txt
    R LayoutTests/platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.txt
    R LayoutTests/platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt
    R LayoutTests/platform/gtk/fast/regions/iframe-html-collected-expected.txt
    R LayoutTests/platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt
    R LayoutTests/platform/gtk/fast/regions/region-dynamic-after-before-expected.txt
    R LayoutTests/platform/gtk/fast/regions/region-generated-content-before-after-expected.txt
    R LayoutTests/platform/gtk/fast/regions/region-overflow-break-expected.html
    R LayoutTests/platform/gtk/fast/regions/repaint/hover-border-radius-expected.txt
    R LayoutTests/platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt
    R LayoutTests/platform/gtk/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt
    R LayoutTests/platform/gtk/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt
    R LayoutTests/platform/gtk/fast/regions/repaint/region-painting-invalidation-expected.txt
    R LayoutTests/platform/gtk/fast/regions/repaint/region-painting-via-layout-expected.txt
    R LayoutTests/platform/gtk/fast/regions/repaint/repaint-regions-overflow-expected.txt
    R LayoutTests/platform/gtk/fast/regions/scrolling/wheel-scroll-abspos-expected.html
    R LayoutTests/platform/gtk/fast/regions/scrolling/wheel-scroll-expected.html
    R LayoutTests/platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt
    R LayoutTests/platform/ios/fast/regions/auto-size/autoheight-regions-mark-expected.txt
    R LayoutTests/platform/ios/fast/regions/flows-dependency-dynamic-remove-expected.txt
    R LayoutTests/platform/ios/fast/regions/flows-dependency-same-flow-expected.txt
    R LayoutTests/platform/ios/fast/regions/iframe-html-collected-expected.txt
    R LayoutTests/platform/ios/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt
    R LayoutTests/platform/ios/fast/regions/region-dynamic-after-before-expected.txt
    R LayoutTests/platform/ios/fast/regions/region-generated-content-before-after-expected.txt
    R LayoutTests/platform/ios/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt
    R LayoutTests/platform/ios/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt
    R LayoutTests/platform/ios/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt
    R LayoutTests/platform/ios/fast/regions/repaint/region-painting-invalidation-expected.txt
    R LayoutTests/platform/ios/fast/regions/repaint/region-painting-via-layout-expected.txt
    R LayoutTests/platform/ios/fast/regions/text-region-split-small-pagination-expected.txt
    R LayoutTests/platform/mac/fast/regions/auto-size/autoheight-regions-mark-expected.png
    R LayoutTests/platform/mac/fast/regions/auto-size/autoheight-regions-mark-expected.txt
    R LayoutTests/platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.png
    R LayoutTests/platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.txt
    R LayoutTests/platform/mac/fast/regions/flows-dependency-same-flow-expected.png
    R LayoutTests/platform/mac/fast/regions/flows-dependency-same-flow-expected.txt
    R LayoutTests/platform/mac/fast/regions/iframe-html-collected-expected.png
    R LayoutTests/platform/mac/fast/regions/iframe-html-collected-expected.txt
    R LayoutTests/platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png
    R LayoutTests/platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt
    R LayoutTests/platform/mac/fast/regions/region-dynamic-after-before-expected.png
    R LayoutTests/platform/mac/fast/regions/region-dynamic-after-before-expected.txt
    R LayoutTests/platform/mac/fast/regions/region-generated-content-before-after-expected.png
    R LayoutTests/platform/mac/fast/regions/region-generated-content-before-after-expected.txt
    R LayoutTests/platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.png
    R LayoutTests/platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt
    R LayoutTests/platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.png
    R LayoutTests/platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt
    R LayoutTests/platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png
    R LayoutTests/platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt
    R LayoutTests/platform/mac/fast/regions/repaint/region-painting-invalidation-expected.png
    R LayoutTests/platform/mac/fast/regions/repaint/region-painting-invalidation-expected.txt
    R LayoutTests/platform/mac/fast/regions/repaint/region-painting-via-layout-expected.png
    R LayoutTests/platform/mac/fast/regions/repaint/region-painting-via-layout-expected.txt
    R LayoutTests/platform/mac/fast/regions/text-region-split-small-pagination-expected.png
    R LayoutTests/platform/mac/fast/regions/text-region-split-small-pagination-expected.txt

  Log Message:
  -----------
  Remove redundant platform-specific expectations of `fast/regions`

https://bugs.webkit.org/show_bug.cgi?id=275857

Reviewed by Brent Fulgham.

While trying to change few test cases to 'reftests', I noted that we
maintain these test expectations on per platform basis but we don't have
any test cases for them (we don't have LayoutTests/fast/regions/ folder).

So this patch is to get rid of all redundant platform-specific expectations.

* LayoutTests/platform/gtk/fast/regions/auto-size/autoheight-regions-mark-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/iframe-html-collected-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/region-dynamic-after-before-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/region-generated-content-before-after-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/region-overflow-break-expected.html: Removed.
* LayoutTests/platform/gtk/fast/regions/repaint/hover-border-radius-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/repaint/region-painting-invalidation-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/repaint/region-painting-via-layout-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/repaint/repaint-regions-overflow-expected.txt: Removed.
* LayoutTests/platform/gtk/fast/regions/scrolling/wheel-scroll-abspos-expected.html: Removed.
* LayoutTests/platform/gtk/fast/regions/scrolling/wheel-scroll-expected.html: Removed.
* LayoutTests/platform/gtk/fast/regions/text-region-split-small-pagination-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/auto-size/autoheight-regions-mark-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/iframe-html-collected-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/region-dynamic-after-before-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/region-generated-content-before-after-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/repaint/region-painting-invalidation-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/repaint/region-painting-via-layout-expected.txt: Removed.
* LayoutTests/platform/ios/fast/regions/text-region-split-small-pagination-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/auto-size/autoheight-regions-mark-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/auto-size/autoheight-regions-mark-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/flows-dependency-dynamic-remove-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/flows-dependency-same-flow-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/flows-dependency-same-flow-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/iframe-html-collected-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/iframe-html-collected-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/region-dynamic-after-before-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/region-dynamic-after-before-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/region-generated-content-before-after-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/region-generated-content-before-after-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/japanese-rl-selection-repaint-in-regions-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/line-flow-with-floats-in-regions-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/overflow-flipped-writing-mode-block-in-regions-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/region-painting-invalidation-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/region-painting-invalidation-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/region-painting-via-layout-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/repaint/region-painting-via-layout-expected.txt: Removed.
* LayoutTests/platform/mac/fast/regions/text-region-split-small-pagination-expected.png: Removed.
* LayoutTests/platform/mac/fast/regions/text-region-split-small-pagination-expected.txt: Removed.

Canonical link: https://commits.webkit.org/280341@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list