<?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>206669</bug_id>
          
          <creation_ts>2020-01-23 09:46:02 -0800</creation_ts>
          <short_desc>[iOS] REGRESSION(r254699) : fast/forms/interactive-validation-remove-node-in-handler.html is timing out</short_desc>
          <delta_ts>2020-01-24 20:24:13 -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>New Bugs</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="Jason Lawrence">Lawrence.j</reporter>
          <assigned_to name="Ryosuke Niwa">rniwa</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>rniwa</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>wenson_hsieh</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1610144</commentid>
    <comment_count>0</comment_count>
    <who name="Jason Lawrence">Lawrence.j</who>
    <bug_when>2020-01-23 09:46:02 -0800</bug_when>
    <thetext>fast/forms/interactive-validation-remove-node-in-handler.html

Description:
This test is timing out. It looks like this regressed around 254700. I have not tried to reproduce this.

History:
https://results.webkit.org/?suite=layout-tests&amp;test=fast%2Fforms%2Finteractive-validation-remove-node-in-handler.html

Diff:
--- /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/fast/forms/interactive-validation-remove-node-in-handler-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/fast/forms/interactive-validation-remove-node-in-handler-actual.txt
@@ -1,8 +1 @@
-Should not crash or have an assertion failure if a node was removed during an &quot;invalid&quot; event dispatching for the node.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS The form was submitted.
-TEST COMPLETE
- 
+TestController::platformResetPreferencesToConsistentValues - Failed to remove presented view controller</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610145</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-01-23 09:46:34 -0800</bug_when>
    <thetext>&lt;rdar://problem/58837865&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610965</commentid>
    <comment_count>2</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2020-01-24 18:41:37 -0800</bug_when>
    <thetext>r254700 only affects WK1 so it can’t be it. It’s most certainly https://trac.webkit.org/r254699.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610966</commentid>
    <comment_count>3</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2020-01-24 18:42:29 -0800</bug_when>
    <thetext>Reproduction:
run-webkit-tests --debug --ios-simulator --no-retry fast/forms/interactive-validation-remove-node-in-handler.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610967</commentid>
    <comment_count>4</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2020-01-24 18:42:51 -0800</bug_when>
    <thetext>(In reply to Ryosuke Niwa from comment #3)
&gt; Reproduction:
&gt; run-webkit-tests --debug --ios-simulator --no-retry
&gt; fast/forms/interactive-validation-remove-node-in-handler.html

Oops, this doesn&apos;t work.

This does:
run-webkit-tests --debug --ios-simulator --no-retry fast/forms/interactive-validation-prevented.html fast/forms/interactive-validation-remove-node-in-handler.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610981</commentid>
    <comment_count>5</comment_count>
      <attachid>388756</attachid>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2020-01-24 19:24:15 -0800</bug_when>
    <thetext>Created attachment 388756
Fixes interactive-validation-prevented.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610982</commentid>
    <comment_count>6</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2020-01-24 19:27:36 -0800</bug_when>
    <thetext>I can definitely dismiss the invalidation bubble manually. I&apos;m not certain why WTR doesn&apos;t dismiss these bubbles automatically but there are other tests that manually dismiss invalidation bubbles (fast/forms/interactive-validation-select-crash.html) so do that for now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610984</commentid>
    <comment_count>7</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2020-01-24 19:48:34 -0800</bug_when>
    <thetext>(In reply to Ryosuke Niwa from comment #6)
&gt; I can definitely dismiss the invalidation bubble manually. I&apos;m not certain
&gt; why WTR doesn&apos;t dismiss these bubbles automatically but there are other
&gt; tests that manually dismiss invalidation bubbles
&gt; (fast/forms/interactive-validation-select-crash.html) so do that for now.

Apparently Simon deiced that it&apos;s better for each test to be cleaning itself up instead of automatically doing it in the test runner so this is expected.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610986</commentid>
    <comment_count>8</comment_count>
      <attachid>388756</attachid>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2020-01-24 20:24:11 -0800</bug_when>
    <thetext>Comment on attachment 388756
Fixes interactive-validation-prevented.html

Clearing flags on attachment: 388756

Committed r255115: &lt;https://trac.webkit.org/changeset/255115&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1610987</commentid>
    <comment_count>9</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2020-01-24 20:24:13 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>388756</attachid>
            <date>2020-01-24 19:24:15 -0800</date>
            <delta_ts>2020-01-24 20:24:11 -0800</delta_ts>
            <desc>Fixes interactive-validation-prevented.html</desc>
            <filename>bug-206669-20200124192414.patch</filename>
            <type>text/plain</type>
            <size>1636</size>
            <attacher name="Ryosuke Niwa">rniwa</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjU1MDk0CmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggMmQ1YTg4OWI5YzYxMGRhYzY1YTdh
NGU4N2YyOTY1OWRmMmViNWIzOC4uMGY2ZDZmNTFmZWFiYjQ4YWIwZTQ0MTcxZTdhNGNlMWUwOGQ5
ZTEzYiAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSwzICsxLDE1IEBACisyMDIwLTAxLTI0ICBSeW9zdWtlIE5pd2EgIDxy
bml3YUB3ZWJraXQub3JnPgorCisgICAgICAgIFtpT1NdIFJFR1JFU1NJT04ocjI1NDY5OSkgOiBm
YXN0L2Zvcm1zL2ludGVyYWN0aXZlLXZhbGlkYXRpb24tcmVtb3ZlLW5vZGUtaW4taGFuZGxlci5o
dG1sIGlzIHRpbWluZyBvdXQKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hvd19i
dWcuY2dpP2lkPTIwNjY2OQorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgor
CisgICAgICAgIFRoZSB0aW1lb3V0IHdhcyBjYXVzZWQgYnkgdGhlIGludmFsaWRhdGlvbiBidWJi
bGUgaW4gaW50ZXJhY3RpdmUtdmFsaWRhdGlvbi1wcmV2ZW50ZWQuaHRtbCBuZXZlciBnZXR0aW5n
IGNsb3NlZC4KKyAgICAgICAgQWRkcmVzcyB0aGUgaXNzdWUgYnkgZXhwbGljaXRseSBkaXNtaXNz
aW5nIHRoZSBpbnZhbGlkYXRpb24gYnViYmxlIGJ5IHNldHRpbmcgYSB2YWx1ZSB0byB0aGUgaW5w
dXQgZWxlbWVudC4KKworICAgICAgICAqIGZhc3QvZm9ybXMvaW50ZXJhY3RpdmUtdmFsaWRhdGlv
bi1wcmV2ZW50ZWQuaHRtbDoKKwogMjAyMC0wMS0yNCAgeW91ZW5uIGZhYmxldCAgPHlvdWVubkBh
cHBsZS5jb20+CiAKICAgICAgICAgQWRkIHN1cHBvcnQgZm9yIE1lZGlhUmVjb3JkZXIucmVxdWVz
dERhdGEKZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL2Zhc3QvZm9ybXMvaW50ZXJhY3RpdmUtdmFs
aWRhdGlvbi1wcmV2ZW50ZWQuaHRtbCBiL0xheW91dFRlc3RzL2Zhc3QvZm9ybXMvaW50ZXJhY3Rp
dmUtdmFsaWRhdGlvbi1wcmV2ZW50ZWQuaHRtbAppbmRleCAwNTc5N2IxYjFjZDQwZmY0YTQyZmU5
M2JiOWZmNmI3ZDAyOWM1MzdiLi4xYjk1NTZhMTA2NDA3ODMwMWYwMTgyNWFkNDgxZTk3Nzg1MTc1
MWJkIDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9mYXN0L2Zvcm1zL2ludGVyYWN0aXZlLXZhbGlk
YXRpb24tcHJldmVudGVkLmh0bWwKKysrIGIvTGF5b3V0VGVzdHMvZmFzdC9mb3Jtcy9pbnRlcmFj
dGl2ZS12YWxpZGF0aW9uLXByZXZlbnRlZC5odG1sCkBAIC0yNyw2ICsyNyw3IEBAIGZ1bmN0aW9u
IHN0YXJ0T3JWZXJpZnkoKSB7CiAgICAgICAgIGRvY3VtZW50LmdldEVsZW1lbnRCeUlkKCdzJyku
Y2xpY2soKTsKICAgICAgICAgdGVzdFBhc3NlZCgnVGhlIGZvcm0gd2FzIG5vdCBzdWJtaXR0ZWQn
KTsKICAgICAgICAgc2hvdWxkQmUoJ2RvY3VtZW50LmFjdGl2ZUVsZW1lbnQnLCAnZG9jdW1lbnQu
Z2V0RWxlbWVudEJ5SWQoImkyIiknKTsKKyAgICAgICAgZG9jdW1lbnQuZ2V0RWxlbWVudEJ5SWQo
J2kyJykudmFsdWUgPSAnZm9vJzsgLy8gQ2xvc2UgdGhlIGludmFsaWRhdGlvbiBidWJibGUuCiAg
ICAgICAgIGRlYnVnKCdURVNUIENPTVBMRVRFJyk7CiAgICAgfQogCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>