<?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>100076</bug_id>
          
          <creation_ts>2012-10-22 22:50:22 -0700</creation_ts>
          <short_desc>exif-orientation tests should use dumpAsText(true)</short_desc>
          <delta_ts>2012-10-23 21:31:41 -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>All</rep_platform>
          <op_sys>All</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>
          
          <blocked>100191</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="noel gordon">noel.gordon</reporter>
          <assigned_to name="noel gordon">noel.gordon</assigned_to>
          <cc>eric</cc>
    
    <cc>schenney</cc>
    
    <cc>thorton</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>748291</commentid>
    <comment_count>0</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-10-22 22:50:22 -0700</bug_when>
    <thetext>The fast/images/exif-orientation tests use dumpAsText(1).  That&apos;s not supported by chromium DRT so NRWT --chromium won&apos;t compare the expected pixel results if/when we unskip these tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>749190</commentid>
    <comment_count>1</comment_count>
      <attachid>170281</attachid>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-10-23 18:22:53 -0700</bug_when>
    <thetext>Created attachment 170281
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>749212</commentid>
    <comment_count>2</comment_count>
      <attachid>170281</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-10-23 18:42:11 -0700</bug_when>
    <thetext>Comment on attachment 170281
Patch

Do some DRT implementations care?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>749213</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2012-10-23 18:42:43 -0700</bug_when>
    <thetext>Seems reasonable to make chromium DRT support this. :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>749234</commentid>
    <comment_count>4</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-10-23 19:13:09 -0700</bug_when>
    <thetext>(In reply to comment #2)

&gt; Do some DRT implementations care?

Chromium DRT doesn&apos;t understand an integer argument, it only handles booleans.

http://trac.webkit.org/browser/trunk/Tools/DumpRenderTree/chromium/DRTTestRunner.cpp?rev=132138#L359</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>749237</commentid>
    <comment_count>5</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-10-23 19:15:38 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; Seems reasonable to make chromium DRT support this. :)

Yes, we could that after Stephen fixes the only remaining test using dumpAsText(1) per bug 100074</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>749249</commentid>
    <comment_count>6</comment_count>
    <who name="noel gordon">noel.gordon</who>
    <bug_when>2012-10-23 19:36:34 -0700</bug_when>
    <thetext>After that, change the DRTTestRunner.cpp?rev=132138#L359 code to read

-    if (arguments.size() &gt; 0 &amp;&amp; arguments[0].isBool())
-        m_generatePixelResults = arguments[0].value.boolValue;
+    if (arguments.size() &gt; 0)
+        m_generatePixelResults = cppVariantToBool(arguments[0]);</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>749299</commentid>
    <comment_count>7</comment_count>
      <attachid>170281</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-10-23 21:09:28 -0700</bug_when>
    <thetext>Comment on attachment 170281
Patch

Clearing flags on attachment: 170281

Committed r132297: &lt;http://trac.webkit.org/changeset/132297&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>749300</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2012-10-23 21:09:32 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>170281</attachid>
            <date>2012-10-23 18:22:53 -0700</date>
            <delta_ts>2012-10-23 21:09:28 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-100076-20121024122128.patch</filename>
            <type>text/plain</type>
            <size>1776</size>
            <attacher name="noel gordon">noel.gordon</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTMyMTcwCmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9DaGFu
Z2VMb2cgYi9MYXlvdXRUZXN0cy9DaGFuZ2VMb2cKaW5kZXggMmI4YjIxNmJhMzVkNjQ2NzU0OWYx
M2JiNTVkYzM5ODkwNmE1MmJlMS4uMDZhOWJhZWZhNjJiYjkxZTRiZjlmNGE0ZWIwYTBiOTI5YTMy
MzhiYyAxMDA2NDQKLS0tIGEvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3Rz
L0NoYW5nZUxvZwpAQCAtMSwzICsxLDEzIEBACisyMDEyLTEwLTIzICBOb2VsIEdvcmRvbiAgPG5v
ZWwuZ29yZG9uQGdtYWlsLmNvbT4KKworICAgICAgICBleGlmLW9yaWVudGF0aW9uIHRlc3RzIHNo
b3VsZCB1c2UgZHVtcEFzVGV4dCh0cnVlKSAKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5v
cmcvc2hvd19idWcuY2dpP2lkPTEwMDA3NgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAo
T09QUyEpLgorCisgICAgICAgICogZmFzdC9pbWFnZXMvZXhpZi1vcmllbnRhdGlvbi1jc3MuaHRt
bDogVXNlIGR1bXBBc1RleHQodHJ1ZSkuCisgICAgICAgICogZmFzdC9pbWFnZXMvZXhpZi1vcmll
bnRhdGlvbi5odG1sOiBkaXR0by4KKwogMjAxMi0xMC0yMiAgRGlyayBQcmFua2UgIDxkcHJhbmtl
QGNocm9taXVtLm9yZz4KIAogICAgICAgICBVbnJldmlld2VkLCBtb3JlIENocm9taXVtIE1MIGV4
cGVjdGF0aW9uIHVwZGF0aW5nLgpkaWZmIC0tZ2l0IGEvTGF5b3V0VGVzdHMvZmFzdC9pbWFnZXMv
ZXhpZi1vcmllbnRhdGlvbi1jc3MuaHRtbCBiL0xheW91dFRlc3RzL2Zhc3QvaW1hZ2VzL2V4aWYt
b3JpZW50YXRpb24tY3NzLmh0bWwKaW5kZXggY2RkNjBjYjUzYWVmZmJmMDUwNTY2MTIxZWZlYmQ4
YjNiMjMxNjk0Ny4uMjE4YTUzMjBhODBiNGI5OWQxMGYxMzAwY2YwNzhmMGYwNWMzYTNlZiAxMDA2
NDQKLS0tIGEvTGF5b3V0VGVzdHMvZmFzdC9pbWFnZXMvZXhpZi1vcmllbnRhdGlvbi1jc3MuaHRt
bAorKysgYi9MYXlvdXRUZXN0cy9mYXN0L2ltYWdlcy9leGlmLW9yaWVudGF0aW9uLWNzcy5odG1s
CkBAIC0zLDcgKzMsNyBAQAogPHNjcmlwdD4KIGlmICh3aW5kb3cudGVzdFJ1bm5lcikgewogICAg
IHRlc3RSdW5uZXIub3ZlcnJpZGVQcmVmZXJlbmNlKCdXZWJLaXRTaG91bGRSZXNwZWN0SW1hZ2VP
cmllbnRhdGlvbicsIDEpOwotICAgIHRlc3RSdW5uZXIuZHVtcEFzVGV4dCgxKTsKKyAgICB0ZXN0
UnVubmVyLmR1bXBBc1RleHQodHJ1ZSk7CiB9CiAKIGZ1bmN0aW9uIGxvZyhzdHIpIHsKZGlmZiAt
LWdpdCBhL0xheW91dFRlc3RzL2Zhc3QvaW1hZ2VzL2V4aWYtb3JpZW50YXRpb24uaHRtbCBiL0xh
eW91dFRlc3RzL2Zhc3QvaW1hZ2VzL2V4aWYtb3JpZW50YXRpb24uaHRtbAppbmRleCBmNzEzMjQw
MGQ4MjVkYjFhZGUyMjhhZTU3ZGY5ZGY1MDc5ZjIyZWI4Li40NjJiNjVjZTJkYjQzNjY2ODRmZDVh
NTkwZDY1ZDIxOWFmNzAxZmQ3IDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9mYXN0L2ltYWdlcy9l
eGlmLW9yaWVudGF0aW9uLmh0bWwKKysrIGIvTGF5b3V0VGVzdHMvZmFzdC9pbWFnZXMvZXhpZi1v
cmllbnRhdGlvbi5odG1sCkBAIC0zLDcgKzMsNyBAQAogPHNjcmlwdD4KIGlmICh3aW5kb3cudGVz
dFJ1bm5lcikgewogICAgIHRlc3RSdW5uZXIub3ZlcnJpZGVQcmVmZXJlbmNlKCdXZWJLaXRTaG91
bGRSZXNwZWN0SW1hZ2VPcmllbnRhdGlvbicsIDEpOwotICAgIHRlc3RSdW5uZXIuZHVtcEFzVGV4
dCgxKTsKKyAgICB0ZXN0UnVubmVyLmR1bXBBc1RleHQodHJ1ZSk7CiB9CiAKIGZ1bmN0aW9uIGxv
ZyhzdHIpIHsK
</data>

          </attachment>
      

    </bug>

</bugzilla>