<?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>104945</bug_id>
          
          <creation_ts>2012-12-13 13:34:03 -0800</creation_ts>
          <short_desc>Layout Test fast/events/mouse-cursor-image-set.html is flaky</short_desc>
          <delta_ts>2012-12-13 16:43:36 -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>Tools / Tests</component>
          <version>528+ (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></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Rick Byers">rbyers</assigned_to>
          <cc>bdakin</cc>
    
    <cc>rbyers</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>790864</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-12-13 13:34:03 -0800</bug_when>
    <thetext>The following layout test is flaky on all (chromium?) platforms

fast/events/mouse-cursor-image-set.html
http://trac.webkit.org/browser/trunk/LayoutTests/fast/events/mouse-cursor-image-set.html

http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&amp;tests=fast%2Fevents%2Fmouse-cursor-image-set.html

This test has only been around for 7 days.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>790865</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-12-13 13:35:25 -0800</bug_when>
    <thetext>I&apos;m not sure if it&apos;s an image loading issue:
 TEST CASE: Implicit hot-spot at (5,4) physical for 1x and (28,3) physical for 2x
-Cursor Info: type=Custom hotSpot=5,4 image=25x25
+Cursor Info: type=Custom hotSpot=0,0 image=0x0

it always seems to fail the same subtest.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>790866</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-12-13 13:37:42 -0800</bug_when>
    <thetext>I think it&apos;s this typo here:
 { url: &apos;resources/greenbox-hotspot35-4.cur&apos; },

the &apos;3&apos;.

The loading system seems fragile.  Maybe we could read those images from the CSS values?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>790896</commentid>
    <comment_count>3</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-12-13 13:59:39 -0800</bug_when>
    <thetext>I&apos;ll look into this.  Yes if the test fails to reliably preload one of the images then it can get output like this.  Ideally I&apos;d be able to assert that an image was already preloaded or something.  And yes I thought about trying to combine the lists to avoid duplication and risk of inconsistency but I didn&apos;t come up with anything that was clean and simple.  I&apos;ll re-evaluate.  Let me know if you have any suggestions.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>790908</commentid>
    <comment_count>4</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-12-13 14:07:05 -0800</bug_when>
    <thetext>Dammit, and yes this is just a typo or copy-paste error with &apos;hotspot35-4&apos; that should be &apos;hotspot5-4&apos;, dammit - sorry about that.

I&apos;ll submit a trivial fix now, and file a separate bug to improve the infrastructure to make such mismatches impossible (which I probably won&apos;t get to until next week since I&apos;m travelling this week).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>790916</commentid>
    <comment_count>5</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-12-13 14:12:57 -0800</bug_when>
    <thetext>Underlying issue tracked in bug 104952</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>791057</commentid>
    <comment_count>6</comment_count>
      <attachid>179363</attachid>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-12-13 16:05:27 -0800</bug_when>
    <thetext>Created attachment 179363
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>791065</commentid>
    <comment_count>7</comment_count>
      <attachid>179363</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-12-13 16:11:53 -0800</bug_when>
    <thetext>Comment on attachment 179363
Patch

Thank you Rick and Beth!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>791105</commentid>
    <comment_count>8</comment_count>
    <who name="Rick Byers">rbyers</who>
    <bug_when>2012-12-13 16:42:26 -0800</bug_when>
    <thetext>(In reply to comment #7)
&gt; (From update of attachment 179363 [details])
&gt; Thank you Rick and Beth!

Thank you for noticing and ccing me!  I wish we had a way for test owners to be auto-notified of any failures.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>791106</commentid>
    <comment_count>9</comment_count>
      <attachid>179363</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-12-13 16:43:33 -0800</bug_when>
    <thetext>Comment on attachment 179363
Patch

Clearing flags on attachment: 179363

Committed r137684: &lt;http://trac.webkit.org/changeset/137684&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>791107</commentid>
    <comment_count>10</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-12-13 16:43:36 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>179363</attachid>
            <date>2012-12-13 16:05:27 -0800</date>
            <delta_ts>2012-12-13 16:43:33 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-104945-20121213190247.patch</filename>
            <type>text/plain</type>
            <size>1572</size>
            <attacher name="Rick Byers">rbyers</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTM3NjUyCmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggNTE1ODNkYTY3ZGMxYWM2M2Y2MjVl
ZjVmZjMzMzJjZDlhZTM5ZWQ5My4uOGRjNGRhZjFjOTEwYmE2MjFkNjk3YTI0ZGFkODI0NDcwZTMx
OTkxMiAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2IEBACisyMDEyLTEyLTEzICBSaWNrIEJ5ZXJzICA8cmJ5
ZXJzQGNocm9taXVtLm9yZz4KKworICAgICAgICBMYXlvdXQgVGVzdCBmYXN0L2V2ZW50cy9tb3Vz
ZS1jdXJzb3ItaW1hZ2Utc2V0Lmh0bWwgaXMgZmxha3kKKyAgICAgICAgaHR0cHM6Ly9idWdzLndl
YmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTEwNDk0NQorCisgICAgICAgIFJldmlld2VkIGJ5IE5P
Qk9EWSAoT09QUyEpLgorCisgICAgICAgIEZpeCB0eXBvIHRoYXQgcHJldmVudGVkIG9uZSBvZiB0
aGUgaW1hZ2VzIGZyb20gYmVpbmcgcmVsaWFibHkgcHJlLWxvYWRlZC4KKyAgICAgICAgQSBkZWVw
ZXIgZml4IHRvIGF2b2lkIHRoZXNlIGNsYXNzIG9mIGlzc3VlcyBpcyB0cmFja2VkIGJ5CisgICAg
ICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0xMDQ5NTIKKworICAg
ICAgICAqIGZhc3QvZXZlbnRzL21vdXNlLWN1cnNvci1pbWFnZS1zZXQuaHRtbDoKKwogMjAxMi0x
Mi0xMyAgQmV0aCBEYWtpbiAgPGJkYWtpbkBhcHBsZS5jb20+CiAKICAgICAgICAgVGhpcyB0ZXN0
IGhhcyBiZWVuIGZhaWxpbmcgb24gdGhlIE1hYyBib3RzIGZvciBhIHdoaWxlLiAKZGlmZiAtLWdp
dCBhL0xheW91dFRlc3RzL2Zhc3QvZXZlbnRzL21vdXNlLWN1cnNvci1pbWFnZS1zZXQuaHRtbCBi
L0xheW91dFRlc3RzL2Zhc3QvZXZlbnRzL21vdXNlLWN1cnNvci1pbWFnZS1zZXQuaHRtbAppbmRl
eCAxYzkxNmE0MzY0MzE0NzVmMDdiYTE5NGMyZDBkYzUzZjZjNjdhYzYwLi4zZTg0MDVjZGM3ZTk2
OWEwNTBjMTM5YjA3MmUzMDk3NDUzYWUzOTQ3IDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9mYXN0
L2V2ZW50cy9tb3VzZS1jdXJzb3ItaW1hZ2Utc2V0Lmh0bWwKKysrIGIvTGF5b3V0VGVzdHMvZmFz
dC9ldmVudHMvbW91c2UtY3Vyc29yLWltYWdlLXNldC5odG1sCkBAIC0xMTMsNyArMTEzLDcgQEAg
dmFyIGltYWdlc1RvTG9hZCA9IFsKICB7IHVybDogJ3Jlc291cmNlcy9ncmVlbmJveC5wbmcnIH0s
CiAgeyB1cmw6ICdyZXNvdXJjZXMvZ3JlZW5ib3gzMC5wbmcnIH0sCiAgeyB1cmw6ICdyZXNvdXJj
ZXMvZ3JlZW5ib3gyMDAucG5nJyB9LAotIHsgdXJsOiAncmVzb3VyY2VzL2dyZWVuYm94LWhvdHNw
b3QzNS00LmN1cicgfSwKKyB7IHVybDogJ3Jlc291cmNlcy9ncmVlbmJveC1ob3RzcG90NS00LmN1
cicgfSwKICB7IHVybDogJ3Jlc291cmNlcy9ncmVlbmJveDMwLWhvdHNwb3QyOC0zLmN1cicgfSwK
ICB7IHVybDogJ2RvZXNudGV4aXN0LnBuZycsIGVycm9yOiB0cnVlIH0gXTsKIGVuc3VyZUltYWdl
c0xvYWRlZChpbWFnZXNUb0xvYWQsIHJ1blRlc3RzKTsK
</data>

          </attachment>
      

    </bug>

</bugzilla>