<?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>214967</bug_id>
          
          <creation_ts>2020-07-30 08:06:48 -0700</creation_ts>
          <short_desc>[ macOS wk1 ] imported/w3c/web-platform-tests/pointerevents/pointerevent_attributes_hoverable_pointers.html is a flaky failure</short_desc>
          <delta_ts>2024-05-24 14:03:43 -0700</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>CONFIGURATION CHANGED</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="Hector Lopez">hector_i_lopez</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>a_protyasha</cc>
    
    <cc>tsavell</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>1676377</commentid>
    <comment_count>0</comment_count>
    <who name="Hector Lopez">hector_i_lopez</who>
    <bug_when>2020-07-30 08:06:48 -0700</bug_when>
    <thetext>imported/w3c/web-platform-tests/pointerevents/pointerevent_attributes_hoverable_pointers.html

This test is a flaky failure according to history.

History:
https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fpointerevents%2Fpointerevent_attributes_hoverable_pointers.html&amp;limit=50000&amp;platform=mac&amp;flavor=wk1

Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/pointerevents/pointerevent_attributes_hoverable_pointers-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/pointerevents/pointerevent_attributes_hoverable_pointers-actual.txt
@@ -17,7 +17,7 @@
 PASS mouse pointerevent attributes 
 PASS  mouse pointerover&apos;s type should be pointerover 
 FAIL  mouse pointerover&apos;s button is -1 when mouse buttons are in released state. assert_true: Button attribute is -1 expected true got false
-PASS  mouse pointerover&apos;s buttons is 0 when mouse buttons are in released state. 
+FAIL  mouse pointerover&apos;s buttons is 0 when mouse buttons are in released state. assert_true: Buttons attribute is 0 expected true got false
 PASS  mouse pointerover&apos;s ClientX and ClientY attributes are correct. 
 PASS  mouse pointerover event pointerType is correct. 
 PASS  mouse pointerover event is a PointerEvent event 
@@ -57,12 +57,12 @@
 PASS  mouse pointerover.toElement is readonly 
 PASS  mouse pointerover.toElement IDL type object (JS type was object) 
 PASS  mouse pointerover.toElement value is null. 
-PASS  mouse pointerover.pressure value is valid 
+FAIL  mouse pointerover.pressure value is valid assert_equals: pressure is 0.5 for mouse with a button pressed expected 0.5 but got 0
 PASS  mouse pointerover properties for pointerType = mouse 
 PASS  mouse pointerover.isPrimary attribute is correct. 
 PASS  mouse pointerenter&apos;s type should be pointerenter 
 FAIL  mouse pointerenter&apos;s button is -1 when mouse buttons are in released state. assert_true: Button attribute is -1 expected true got false
-PASS  mouse pointerenter&apos;s buttons is 0 when mouse buttons are in released state. 
+FAIL  mouse pointerenter&apos;s buttons is 0 when mouse buttons are in released state. assert_true: Buttons attribute is 0 expected true got false
 PASS  mouse pointerenter&apos;s ClientX and ClientY attributes are correct. 
 PASS  mouse pointerenter event pointerType is correct. 
 PASS  mouse pointerenter event is a PointerEvent event 
@@ -102,13 +102,13 @@
 PASS  mouse pointerenter.toElement is readonly 
 PASS  mouse pointerenter.toElement IDL type object (JS type was object) 
 PASS  mouse pointerenter.toElement value is null. 
-PASS  mouse pointerenter.pressure value is valid 
+FAIL  mouse pointerenter.pressure value is valid assert_equals: pressure is 0.5 for mouse with a button pressed expected 0.5 but got 0
 PASS  mouse pointerenter properties for pointerType = mouse 
 PASS  mouse pointerenter.isPrimary attribute is correct. 
 PASS  mouse pointerenter.pointerId should be the same as previous pointer events for this active pointer. 
 PASS  mouse pointermove&apos;s type should be pointermove 
 PASS  mouse pointermove&apos;s button is -1 when mouse buttons are in released state. 
-PASS  mouse pointermove&apos;s buttons is 0 when mouse buttons are in released state. 
+FAIL  mouse pointermove&apos;s buttons is 0 when mouse buttons are in released state. assert_true: Buttons attribute is 0 expected true got false
 PASS  mouse pointermove&apos;s ClientX and ClientY attributes are correct. 
 PASS  mouse pointermove event pointerType is correct. 
 PASS  mouse pointermove event is a PointerEvent event 
@@ -148,7 +148,7 @@
 PASS  mouse pointermove.toElement is readonly 
 PASS  mouse pointermove.toElement IDL type object (JS type was object) 
 PASS  mouse pointermove.toElement value is null. 
-PASS  mouse pointermove.pressure value is valid 
+FAIL  mouse pointermove.pressure value is valid assert_equals: pressure is 0.5 for mouse with a button pressed expected 0.5 but got 0
 PASS  mouse pointermove properties for pointerType = mouse 
 PASS  mouse pointermove.isPrimary attribute is correct. 
 PASS  mouse pointermove.pointerId should be the same as previous pointer events for this active pointer.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1676395</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-07-30 08:58:16 -0700</bug_when>
    <thetext>&lt;rdar://problem/66329851&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1676397</commentid>
    <comment_count>2</comment_count>
      <attachid>405574</attachid>
    <who name="Hector Lopez">hector_i_lopez</who>
    <bug_when>2020-07-30 09:01:18 -0700</bug_when>
    <thetext>Created attachment 405574
mark as flaky</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1676400</commentid>
    <comment_count>3</comment_count>
      <attachid>405574</attachid>
    <who name="Truitt Savell">tsavell</who>
    <bug_when>2020-07-30 09:04:24 -0700</bug_when>
    <thetext>Comment on attachment 405574
mark as flaky

Clearing flags on attachment: 405574

Committed r265083: &lt;https://trac.webkit.org/changeset/265083&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2037757</commentid>
    <comment_count>4</comment_count>
    <who name="Abrar Rahman Protyasha">a_protyasha</who>
    <bug_when>2024-05-24 14:03:43 -0700</bug_when>
    <thetext>This test was removed from WPT trunk.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>405574</attachid>
            <date>2020-07-30 09:01:18 -0700</date>
            <delta_ts>2020-07-30 13:24:17 -0700</delta_ts>
            <desc>mark as flaky</desc>
            <filename>bug-214967-20200730090117.patch</filename>
            <type>text/plain</type>
            <size>1479</size>
            <attacher name="Hector Lopez">hector_i_lopez</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjY1MDgxCmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggMjliZTUyNWZjZWRmMTRiYmVhNzhl
OWNmMDJiODEwODUwMDM0MTc3Mi4uMGYxOTRlYTA1NjUxNjZmNTQ3YjExN2JlYWVhYzE0Y2I2NzZj
YTc5NyAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSwzICsxLDEyIEBACisyMDIwLTA3LTMwICBIZWN0b3IgTG9wZXogIDxo
ZWN0b3JfaV9sb3BlekBhcHBsZS5jb20+CisKKyAgICAgICAgWyBtYWNPUyB3azEgXSBpbXBvcnRl
ZC93M2Mvd2ViLXBsYXRmb3JtLXRlc3RzL3BvaW50ZXJldmVudHMvcG9pbnRlcmV2ZW50X2F0dHJp
YnV0ZXNfaG92ZXJhYmxlX3BvaW50ZXJzLmh0bWwgaXMgYSBmbGFreSBmYWlsdXJlCisgICAgICAg
IGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0yMTQ5NjcKKworICAgICAg
ICBVbnJldmlld2VkIHRlc3QgZ2FyZGVuaW5nLgorCisgICAgICAgICogcGxhdGZvcm0vbWFjLXdr
MS9UZXN0RXhwZWN0YXRpb25zOgorCiAyMDIwLTA3LTI5ICBLYXRlIENoZW5leSAgPGthdGhlcmlu
ZV9jaGVuZXlAYXBwbGUuY29tPgogCiAgICAgICAgIE1pZ3JhdGUgQXBwLUJvdW5kIERvbWFpbnMg
Y29kZSBmcm9tIFdlYktpdCBBZGRpdGlvbnMKZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL3BsYXRm
b3JtL21hYy13azEvVGVzdEV4cGVjdGF0aW9ucyBiL0xheW91dFRlc3RzL3BsYXRmb3JtL21hYy13
azEvVGVzdEV4cGVjdGF0aW9ucwppbmRleCAyYTcwMGY2ZWQ4ZDhlMjY2MTNiYzUxNTcwYjg4NjEz
MjI3NTFhM2U2Li4wNTQ4YjNkYjBmYjA0YjM4NWYwNWFjMmJkNzFmZmMxNGE4ZDcwMDg2IDEwMDY0
NAotLS0gYS9MYXlvdXRUZXN0cy9wbGF0Zm9ybS9tYWMtd2sxL1Rlc3RFeHBlY3RhdGlvbnMKKysr
IGIvTGF5b3V0VGVzdHMvcGxhdGZvcm0vbWFjLXdrMS9UZXN0RXhwZWN0YXRpb25zCkBAIC05OTQs
MyArOTk0LDUgQEAgd2Via2l0Lm9yZy9iLzIxNDQ2OSBbIERlYnVnIF0gaW1wb3J0ZWQvdzNjL3dl
Yi1wbGF0Zm9ybS10ZXN0cy9jc3MvY3NzLXNjb3Bpbmcvc2wKIHdlYmtpdC5vcmcvYi8yMTQ3MDMg
aW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9jc3MvY3NzLW92ZXJmbG93L292ZXJmbG93
LXJlY2FsYy0wMDEuaHRtbCBbIFBhc3MgRmFpbHVyZSBdCiAKIHdlYmtpdC5vcmcvYi8yMTQ2ODIg
aW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9jc3MvY3Nzb20vc3R5bGVzaGVldC1zYW1l
LW9yaWdpbi5zdWIuaHRtbCBbIFBhc3MgRmFpbHVyZSBdCisKK3dlYmtpdC5vcmcvYi8yMTQ5Njcg
aW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10ZXN0cy9wb2ludGVyZXZlbnRzL3BvaW50ZXJldmVu
dF9hdHRyaWJ1dGVzX2hvdmVyYWJsZV9wb2ludGVycy5odG1sIFsgUGFzcyBGYWlsdXJlIF0K
</data>

          </attachment>
      

    </bug>

</bugzilla>