<?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>67078</bug_id>
          
          <creation_ts>2011-08-26 19:08:40 -0700</creation_ts>
          <short_desc>new-run-webkit-tests chromium port fails a windows test in test-webkitpy</short_desc>
          <delta_ts>2011-08-29 14:38: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>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>0</everconfirmed>
          <reporter name="Shawn Singh">shawnsingh</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>dpranke</cc>
    
    <cc>eric</cc>
    
    <cc>levin</cc>
    
    <cc>tony</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>457896</commentid>
    <comment_count>0</comment_count>
    <who name="Shawn Singh">shawnsingh</who>
    <bug_when>2011-08-26 19:08:40 -0700</bug_when>
    <thetext>Missed one small fix that caused test-webkitpy to fail when testing chromium port of NRWT on windows.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>457899</commentid>
    <comment_count>1</comment_count>
      <attachid>105431</attachid>
    <who name="Shawn Singh">shawnsingh</who>
    <bug_when>2011-08-26 19:16:20 -0700</bug_when>
    <thetext>Created attachment 105431
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>458342</commentid>
    <comment_count>2</comment_count>
      <attachid>105431</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-08-29 12:04:26 -0700</bug_when>
    <thetext>Comment on attachment 105431
Patch

How do we test this?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>458344</commentid>
    <comment_count>3</comment_count>
    <who name="Tony Chang">tony</who>
    <bug_when>2011-08-29 12:06:21 -0700</bug_when>
    <thetext>Which test is failing?  Why doesn&apos;t it show up on the the build.webkit.org bots?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>458346</commentid>
    <comment_count>4</comment_count>
      <attachid>105431</attachid>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-08-29 12:10:02 -0700</bug_when>
    <thetext>Comment on attachment 105431
Patch

Whoops. The change seems fine to me, but it would be good to answer Tony and Eric&apos;s questions, and it would be good to have a test if it wouldn&apos;t be too much of a hassle (I haven&apos;t thought about what it would take to test this but we can discuss it if you like). Clearing R+/CQ+ for now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>458368</commentid>
    <comment_count>5</comment_count>
    <who name="Shawn Singh">shawnsingh</who>
    <bug_when>2011-08-29 12:29:23 -0700</bug_when>
    <thetext>Right, I should have explained.

In my opinion there already is an appropriate test for this patch.   It is the unit test code for NWRT itself, which can be run by Tools/Scripts/test-webkitpy.  The specific test that was failing is test_diff_image() in Tools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py.

This patch fixes a previous fix that I submitted for
https://bugs.webkit.org/show_bug.cgi?id=47240

that patch did fail (as it should have) the test-webkitpy script, so I feel the existing tests are appropriate.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>458380</commentid>
    <comment_count>6</comment_count>
      <attachid>105431</attachid>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-08-29 12:46:43 -0700</bug_when>
    <thetext>Comment on attachment 105431
Patch

ok.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>458404</commentid>
    <comment_count>7</comment_count>
      <attachid>105431</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-08-29 13:17:03 -0700</bug_when>
    <thetext>Comment on attachment 105431
Patch

Clearing flags on attachment: 105431

Committed r94008: &lt;http://trac.webkit.org/changeset/94008&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>458405</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-08-29 13:17:08 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>458450</commentid>
    <comment_count>9</comment_count>
    <who name="David Levin">levin</who>
    <bug_when>2011-08-29 14:21:19 -0700</bug_when>
    <thetext>Note it is good to mention something about the testing in the ChangeLog.

For example, this fixes test_diff_image() from Tools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py.

Then it would answer people&apos;s questions in the bug and when they see the check in.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>458463</commentid>
    <comment_count>10</comment_count>
    <who name="Shawn Singh">shawnsingh</who>
    <bug_when>2011-08-29 14:38:43 -0700</bug_when>
    <thetext>OK, I will do that from now on.  Thanks!</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>105431</attachid>
            <date>2011-08-26 19:16:20 -0700</date>
            <delta_ts>2011-08-29 13:17:03 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-67078-20110826191619.patch</filename>
            <type>text/plain</type>
            <size>1287</size>
            <attacher name="Shawn Singh">shawnsingh</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogOTM4NjEKZGlmZiAtLWdpdCBhL1Rvb2xzL0NoYW5nZUxvZyBi
L1Rvb2xzL0NoYW5nZUxvZwppbmRleCA1OGUxZWJmZmUzMmM4YWJhMWE4M2QyOWVlNzliNjFhZThl
NDEyNjBjLi5hZWRhN2JlNWNiNjQ0ODIyYjYwZjc5MTQ2NjNiOTE3ZWNlOTRjYTc2IDEwMDY0NAot
LS0gYS9Ub29scy9DaGFuZ2VMb2cKKysrIGIvVG9vbHMvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTIg
QEAKKzIwMTEtMDgtMjYgIFNoYXduIFNpbmdoICA8c2hhd25zaW5naEBjaHJvbWl1bS5vcmc+CisK
KyAgICAgICAgU21hbGwgZml4IGluIGNocm9taXVtIHBvcnQgb2YgbmV3LXJ1bi13ZWJraXQtdGVz
dHMuCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD02NzA3
OAorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisgICAgICAgICogU2Ny
aXB0cy93ZWJraXRweS9sYXlvdXRfdGVzdHMvcG9ydC9jaHJvbWl1bS5weToKKwogMjAxMS0wOC0y
NiAgTm9lbCBHb3Jkb24gIDxub2VsLmdvcmRvbkBnbWFpbC5jb20+CiAKICAgICAgICAgTWFrZSBz
aG93LXByZXR0eS1kaWZmIHdvcmsgb24gbGludXgKZGlmZiAtLWdpdCBhL1Rvb2xzL1NjcmlwdHMv
d2Via2l0cHkvbGF5b3V0X3Rlc3RzL3BvcnQvY2hyb21pdW0ucHkgYi9Ub29scy9TY3JpcHRzL3dl
YmtpdHB5L2xheW91dF90ZXN0cy9wb3J0L2Nocm9taXVtLnB5CmluZGV4IDA3MDM1NGQ0MzhhYjAy
YmQ4ZjY4MzQ2ZmE4MTJiZGJiZmVlNDdmYzAuLmNkMDYwMDMwYzliMTc2YzI4YWQ3ZDE1ODQyZTMy
NGFiODMwNTNiOWYgMTAwNzU1Ci0tLSBhL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvbGF5b3V0X3Rl
c3RzL3BvcnQvY2hyb21pdW0ucHkKKysrIGIvVG9vbHMvU2NyaXB0cy93ZWJraXRweS9sYXlvdXRf
dGVzdHMvcG9ydC9jaHJvbWl1bS5weQpAQCAtMjEwLDcgKzIxMCw3IEBAIGNsYXNzIENocm9taXVt
UG9ydChQb3J0KToKICAgICAgICAgICAgICAgICByYWlzZQogICAgICAgICBmaW5hbGx5OgogICAg
ICAgICAgICAgaWYgZXhpdF9jb2RlID09IDE6Ci0gICAgICAgICAgICAgICAgcmVzdWx0ID0gc2Vs
Zi5fZmlsZXN5c3RlbS5yZWFkX2JpbmFyeV9maWxlKGRpZmZfZmlsZW5hbWUpCisgICAgICAgICAg
ICAgICAgcmVzdWx0ID0gc2VsZi5fZmlsZXN5c3RlbS5yZWFkX2JpbmFyeV9maWxlKG5hdGl2ZV9k
aWZmX2ZpbGVuYW1lKQogICAgICAgICAgICAgc2VsZi5fZmlsZXN5c3RlbS5ybXRyZWUoc3RyKHRl
bXBkaXIpKQogICAgICAgICByZXR1cm4gcmVzdWx0CiAK
</data>

          </attachment>
      

    </bug>

</bugzilla>