<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>307822</bug_id>
          
          <creation_ts>2026-02-13 10:20:39 -0800</creation_ts>
          <short_desc>REGRESSION(307236@main): [Tahoe] webanimations/no-scheduling-while-filling-non-accelerated.html is a flaky text failure</short_desc>
          <delta_ts>2026-02-18 07:16:42 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Animations</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Diego De La Toba">d_delatoba</reporter>
          <assigned_to name="Antoine Quint">graouts</assigned_to>
          <cc>graouts</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2181372</commentid>
    <comment_count>0</comment_count>
    <who name="Diego De La Toba">d_delatoba</who>
    <bug_when>2026-02-13 10:20:39 -0800</bug_when>
    <thetext>webanimations/no-scheduling-while-filling-non-accelerated.html is a flaky text failure on macOS Tahoe.


HISTORY:
https://results.webkit.org/?suite=layout-tests&amp;test=webanimations%2Fno-scheduling-while-filling-non-accelerated.html


TEXT DIFF:
--- /Volumes/Data/worker/Apple-Tahoe-Debug-AppleSilicon-WK2-Tests/build/layout-test-results/webanimations/no-scheduling-while-filling-non-accelerated-expected.txt
+++ /Volumes/Data/worker/Apple-Tahoe-Debug-AppleSilicon-WK2-Tests/build/layout-test-results/webanimations/no-scheduling-while-filling-non-accelerated-actual.txt
@@ -1,3 +1,3 @@
 
-PASS There should not be any updates made to the timeline after a forward-filling animation completes.
+FAIL There should not be any updates made to the timeline after a forward-filling animation completes. assert_equals: expected 1 but got 2
 

DIFF URL:
https://build.webkit.org/results/Apple-Tahoe-Debug-AppleSilicon-WK2-Tests/307378%40main%20(829)/webanimations/no-scheduling-while-filling-non-accelerated-pretty-diff.html


REPRODUCTION:
I was able to reproduce this on macOS Tahoe Debug ToT with the following:

run-webkit-tests --debug --no-retry --force --iterations 4000 -f  webanimations/no-scheduling-while-filling-non-accelerated.html

I am going to mark expectations as pass fail while this pends investigation.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2181373</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2026-02-13 10:20:45 -0800</bug_when>
    <thetext>&lt;rdar://problem/170329998&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2181393</commentid>
    <comment_count>2</comment_count>
    <who name="Diego De La Toba">d_delatoba</who>
    <bug_when>2026-02-13 11:17:01 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/58645</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2181395</commentid>
    <comment_count>3</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-02-13 11:20:42 -0800</bug_when>
    <thetext>Test gardening commit 307495@main (1e4c3a7f9524): &lt;https://commits.webkit.org/307495@main&gt;

Reviewed commits have been landed. Closing PR #58645 and removing active labels.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2182622</commentid>
    <comment_count>4</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2026-02-18 00:42:19 -0800</bug_when>
    <thetext>This only happens with `-f`, a single process seems to be solid. And disabling &quot;Threaded Time-based Animations&quot; in the test makes it pass without a hitch, so there&apos;s no doubt about the cause.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2182625</commentid>
    <comment_count>5</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2026-02-18 01:05:18 -0800</bug_when>
    <thetext>Logging indicates we are sometimes scheduling frames because we have pending threaded animations updates… but this test should not schedule threaded animations ever since it&apos;s only animating margin-left. This is likely the cause of this failure.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2182633</commentid>
    <comment_count>6</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2026-02-18 01:46:38 -0800</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/58914</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2182677</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2026-02-18 07:16:40 -0800</bug_when>
    <thetext>Committed 307758@main (7bcd19f3fd56): &lt;https://commits.webkit.org/307758@main&gt;

Reviewed commits have been landed. Closing PR #58914 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>