<?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>96832</bug_id>
          
          <creation_ts>2012-09-14 15:27:08 -0700</creation_ts>
          <short_desc>new fast/loader tests from r128645 fail on Mac-wk2</short_desc>
          <delta_ts>2012-09-14 18:21:46 -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>WebKit2</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>InRadar, MakingBotsRed</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Stephanie Lewis">slewis</reporter>
          <assigned_to name="Bo Liu">boliu</assigned_to>
          <cc>abarth</cc>
    
    <cc>boliu</cc>
    
    <cc>slewis</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>721188</commentid>
    <comment_count>0</comment_count>
    <who name="Stephanie Lewis">slewis</who>
    <bug_when>2012-09-14 15:27:08 -0700</bug_when>
    <thetext>* fast/loader/display-image-unset-can-block-image-and-can-reload-in-place,html
* fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html

Introduce in changeset http://trac.webkit.org/changeset/128645.

http://build.webkit.org/results/Apple%20Lion%20Release%20WK2%20(Tests)/r128650%20(3293)/results.html

I don&apos;t believe WKTR has queueReload.

--- /Volumes/Data/slave/lion-release-tests-wk2/build/layout-test-results/fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt
+++ /Volumes/Data/slave/lion-release-tests-wk2/build/layout-test-results/fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-actual.txt
@@ -1,3 +1,4 @@
+CONSOLE MESSAGE: line 13: TypeError: &apos;undefined&apos; is not a function (evaluating &apos;testRunner.queueReload()&apos;)
 Test that DisplayImages disabled can block http image and can be reloaded in-place when toggled.
-SUCCESS
+FAILURE: Image should not be loaded when DisplayImage is unset</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721189</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2012-09-14 15:27:17 -0700</bug_when>
    <thetext>&lt;rdar://problem/12304462&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721198</commentid>
    <comment_count>2</comment_count>
    <who name="Bo Liu">boliu</who>
    <bug_when>2012-09-14 15:35:04 -0700</bug_when>
    <thetext>Is the correct fix to implement queueReload since it is used in other tests as well? eg: LayoutTests/fast/loader/reload-policy-delegate.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721203</commentid>
    <comment_count>3</comment_count>
    <who name="Stephanie Lewis">slewis</who>
    <bug_when>2012-09-14 15:42:11 -0700</bug_when>
    <thetext>most likely</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721208</commentid>
    <comment_count>4</comment_count>
    <who name="Bo Liu">boliu</who>
    <bug_when>2012-09-14 15:48:44 -0700</bug_when>
    <thetext>Sorry, 128645 was my first webkit patch, so I&apos;m still getting familiar with things and will probably take awhile to implement queueReload correctly.

Can I get a sense of how urgent this is? Is there a way to temporarily mark these tests as expect crash just for mac webkit2? How are the other tests relying on queueReload handled in mac webkit2?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721211</commentid>
    <comment_count>5</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-09-14 15:50:25 -0700</bug_when>
    <thetext>Typically we just skip tests for a given port if they haven&apos;t implemented all the necessary TestRuner features.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721213</commentid>
    <comment_count>6</comment_count>
    <who name="Stephanie Lewis">slewis</who>
    <bug_when>2012-09-14 15:51:46 -0700</bug_when>
    <thetext>Updated TestExpectations in http://trac.webkit.org/projects/webkit/changeset/128664.

Not incredibly urgent :).  I believe the other tests are skipped.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721221</commentid>
    <comment_count>7</comment_count>
      <attachid>164245</attachid>
    <who name="Bo Liu">boliu</who>
    <bug_when>2012-09-14 16:01:17 -0700</bug_when>
    <thetext>Created attachment 164245
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721286</commentid>
    <comment_count>8</comment_count>
    <who name="Bo Liu">boliu</who>
    <bug_when>2012-09-14 17:59:12 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; Created an attachment (id=164245) [details]
&gt; Patch

Ping! (Not sure if webkit-patch upload sends out email to reviewers)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721287</commentid>
    <comment_count>9</comment_count>
    <who name="Adam Barth">abarth</who>
    <bug_when>2012-09-14 18:01:37 -0700</bug_when>
    <thetext>&gt; Ping! (Not sure if webkit-patch upload sends out email to reviewers)

It does (or rather bugzilla does).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721295</commentid>
    <comment_count>10</comment_count>
      <attachid>164245</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-09-14 18:21:43 -0700</bug_when>
    <thetext>Comment on attachment 164245
Patch

Clearing flags on attachment: 164245

Committed r128676: &lt;http://trac.webkit.org/changeset/128676&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>721296</commentid>
    <comment_count>11</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-09-14 18:21:46 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>164245</attachid>
            <date>2012-09-14 16:01:17 -0700</date>
            <delta_ts>2012-09-14 18:21:43 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-96832-20120914160048.patch</filename>
            <type>text/plain</type>
            <size>1334</size>
            <attacher name="Bo Liu">boliu</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTI4NjU4CmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggMmEyZjQ5Nzg1NTJmYjFlMjExZTY1
ZmMyOWJjMzlhZTYzZWUwOWQ4YS4uYTlhNWY2MmZiMDg2ZTM0Mzg2NGQwZDI1ZmQyZWM1ODZhMDNl
YTAyZSAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSwzICsxLDE0IEBACisyMDEyLTA5LTE0ICBCbyBMaXUgIDxib2xpdUBj
aHJvbWl1bS5vcmc+CisKKyAgICAgICAgU2tpcCBpbWFnZSBsb2FkIHRlc3RzIHRoYXQgcmVxdWly
ZXMgcXVldWVSZWxvYWQgaW4gV2ViS2l0MgorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9y
Zy9zaG93X2J1Zy5jZ2k/aWQ9OTY4MzIKKworICAgICAgICBUZXN0cyBhZGRlZCBpbiByZWl2aXNv
biAxMjg2NDUuCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAg
ICAgKiBwbGF0Zm9ybS93azIvU2tpcHBlZDoKKwogMjAxMi0wOS0xNCAgQWRhbSBCYXJ0aCAgPGFi
YXJ0aEB3ZWJraXQub3JnPgogCiAgICAgICAgIFJlbW92ZSB3ZWJraXRQb3N0TWVzc2FnZQpkaWZm
IC0tZ2l0IGEvTGF5b3V0VGVzdHMvcGxhdGZvcm0vd2syL1NraXBwZWQgYi9MYXlvdXRUZXN0cy9w
bGF0Zm9ybS93azIvU2tpcHBlZAppbmRleCAxOTE3YjZjZWZiMzc5OWViZGFkM2U5ODBmMzU3Njgx
NmQ4NGQwMzExLi43YzFkZTIwMWU4ZTVjMDhjMjNiY2Q3ODY3NGRlOTNmMmMwNzUzNGNiIDEwMDY0
NAotLS0gYS9MYXlvdXRUZXN0cy9wbGF0Zm9ybS93azIvU2tpcHBlZAorKysgYi9MYXlvdXRUZXN0
cy9wbGF0Zm9ybS93azIvU2tpcHBlZApAQCAtMzM5LDYgKzMzOSw4IEBAIHN2Zy9jdXN0b20vc3Zn
LWFsbG93ZWQtaW4tZGFzaGJvYXJkLW9iamVjdC5odG1sCiAjIDxodHRwczovL2J1Z3Mud2Via2l0
Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9NDI2NzI+CiBmYXN0L2Nzcy9jb21wYXJlLWNvbnRlbnQtc3R5
bGUuaHRtbAogZmFzdC9mcmFtZXMvZnJhbWUtZGlzcGxheS1ub25lLWZvY3VzLmh0bWwKK2Zhc3Qv
bG9hZGVyL2Rpc3BsYXktaW1hZ2UtdW5zZXQtY2FuLWJsb2NrLWltYWdlLWFuZC1jYW4tcmVsb2Fk
LWluLXBsYWNlLmh0bWwKK2Zhc3QvbG9hZGVyL2ltYWdlcy1lbmFibGVkLXVuc2V0LWNhbi1ibG9j
ay1pbWFnZS1hbmQtY2FuLXJlbG9hZC1pbi1wbGFjZS5odG1sCiBmYXN0L2xvYWRlci9yZWxvYWQt
cG9saWN5LWRlbGVnYXRlLmh0bWwKIAogIyBXZWJLaXRUZXN0UnVubmVyIG5lZWRzIGxheW91dFRl
c3RDb250cm9sbGVyLnF1ZXVlTG9hZAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>