<?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>143693</bug_id>
          
          <creation_ts>2015-04-13 21:40:24 -0700</creation_ts>
          <short_desc>Skip failing test Tests/WebKit2Cocoa/FixedLayoutSize.mm on iOS</short_desc>
          <delta_ts>2015-04-14 10:58:38 -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>iPhone / iPad</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>InRadar</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="Daniel Bates">dbates</reporter>
          <assigned_to name="Daniel Bates">dbates</assigned_to>
          <cc>simon.fraser</cc>
    
    <cc>thorton</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1085045</commentid>
    <comment_count>0</comment_count>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2015-04-13 21:40:24 -0700</bug_when>
    <thetext>The test Tests/WebKit2Cocoa/FixedLayoutSize.mm is failing on iOS. See &lt;rdar://problem/20530316&gt; for more details.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1085046</commentid>
    <comment_count>1</comment_count>
      <attachid>250691</attachid>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2015-04-13 21:44:21 -0700</bug_when>
    <thetext>Created attachment 250691
Skip the test on iOS</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1085047</commentid>
    <comment_count>2</comment_count>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2015-04-13 21:46:55 -0700</bug_when>
    <thetext>I have not had a chance to investigate the test failure. If we feel that we cannot fix the test in a reasonable amount of time then I suggest we temporarily skip it so that the test bot is not red.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1085076</commentid>
    <comment_count>3</comment_count>
      <attachid>250691</attachid>
    <who name="Tim Horton">thorton</who>
    <bug_when>2015-04-14 01:06:02 -0700</bug_when>
    <thetext>Comment on attachment 250691
Skip the test on iOS

View in context: https://bugs.webkit.org/attachment.cgi?id=250691&amp;action=review

&gt; Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FixedLayoutSize.mm:55
&gt; +#if PLATFORM(IOS)

Is this how we usually do this? I was expecting a big PLATFORM #if around the whole thing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1085077</commentid>
    <comment_count>4</comment_count>
    <who name="Tim Horton">thorton</who>
    <bug_when>2015-04-14 01:06:58 -0700</bug_when>
    <thetext>I think we should skip it, since I don&apos;t have any motivation to make fixed layout take over from the viewport code on iOS at the moment. That would be more like a feature than fixing a test.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1085155</commentid>
    <comment_count>5</comment_count>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2015-04-14 09:23:41 -0700</bug_when>
    <thetext>(In reply to comment #3)
&gt; Comment on attachment 250691 [details]
&gt; Skip the test on iOS
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=250691&amp;action=review
&gt; 
&gt; &gt; Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FixedLayoutSize.mm:55
&gt; &gt; +#if PLATFORM(IOS)
&gt; 
&gt; Is this how we usually do this? I was expecting a big PLATFORM #if around
&gt; the whole thing.

I will update the patch to disable the test by conditionally compiling it on non-iOS platforms given that you do not &quot;have any motivation to make fixed layout take over from the viewport code on iOS at the moment&quot; (comment #4).

When I wrote the original patch I was unclear if we wanted to skip this test permanently on iOS as implied by your remarks in comment #4. So, I chose to prefix the name of the test with &quot;DISABLED_&quot; to demarcate that the test is temporarily disabled. Among of the benefits of this approach is that GoogleTest will print a banner about the disabled tests (as a reminder to fix it).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1085157</commentid>
    <comment_count>6</comment_count>
      <attachid>250711</attachid>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2015-04-14 09:32:43 -0700</bug_when>
    <thetext>Created attachment 250711
Skip the test on iOS</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1085183</commentid>
    <comment_count>7</comment_count>
    <who name="Tim Horton">thorton</who>
    <bug_when>2015-04-14 10:33:01 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #3)
&gt; &gt; Comment on attachment 250691 [details]
&gt; &gt; Skip the test on iOS
&gt; &gt; 
&gt; &gt; View in context:
&gt; &gt; https://bugs.webkit.org/attachment.cgi?id=250691&amp;action=review
&gt; &gt; 
&gt; &gt; &gt; Tools/TestWebKitAPI/Tests/WebKit2Cocoa/FixedLayoutSize.mm:55
&gt; &gt; &gt; +#if PLATFORM(IOS)
&gt; &gt; 
&gt; &gt; Is this how we usually do this? I was expecting a big PLATFORM #if around
&gt; &gt; the whole thing.
&gt; 
&gt; I will update the patch to disable the test by conditionally compiling it on
&gt; non-iOS platforms given that you do not &quot;have any motivation to make fixed
&gt; layout take over from the viewport code on iOS at the moment&quot; (comment #4).
&gt; 
&gt; When I wrote the original patch I was unclear if we wanted to skip this test
&gt; permanently on iOS as implied by your remarks in comment #4. So, I chose to
&gt; prefix the name of the test with &quot;DISABLED_&quot; to demarcate that the test is
&gt; temporarily disabled. Among of the benefits of this approach is that
&gt; GoogleTest will print a banner about the disabled tests (as a reminder to
&gt; fix it).

Ah! That makes sense. Thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1085196</commentid>
    <comment_count>8</comment_count>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2015-04-14 10:58:38 -0700</bug_when>
    <thetext>Committed r182802: &lt;http://trac.webkit.org/changeset/182802&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>250691</attachid>
            <date>2015-04-13 21:44:21 -0700</date>
            <delta_ts>2015-04-14 09:32:41 -0700</delta_ts>
            <desc>Skip the test on iOS</desc>
            <filename>bug-143693-20150413214326.patch</filename>
            <type>text/plain</type>
            <size>1647</size>
            <attacher name="Daniel Bates">dbates</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTgyNjQ5CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggMzMxNDY0YzE4YzhlZjhiZjAxNTAyZGNlZjVmZDAxYjk4
MDIyNDA0Mi4uMGExODJkODFhNDZmYWRlNjg1MjM5NTk0OWZhYzhiMzBhY2NjY2U3MyAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2
IEBACisyMDE1LTA0LTEzICBEYW5pZWwgQmF0ZXMgIDxkYWJhdGVzQGFwcGxlLmNvbT4KKworICAg
ICAgICBTa2lwIGZhaWxpbmcgdGVzdCBvbiBpT1MgVGVzdHMvV2ViS2l0MkNvY29hL0ZpeGVkTGF5
b3V0U2l6ZS5tbQorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/
aWQ9MTQzNjkzCisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAg
ICAgVGhlIHRlc3QgVGVzdHMvV2ViS2l0MkNvY29hL0ZpeGVkTGF5b3V0U2l6ZS5tbSBpcyBmYWls
aW5nIG9uIGlPUy4KKyAgICAgICAgRm9yIG5vdywgc2tpcCBpdCBvbiBpT1MuIFNlZSA8cmRhcjov
L3Byb2JsZW0vMjA1MzAzMTY+IGZvciBtb3JlIGRldGFpbHMuCisKKyAgICAgICAgKiBUZXN0V2Vi
S2l0QVBJL1Rlc3RzL1dlYktpdDJDb2NvYS9GaXhlZExheW91dFNpemUubW06CisgICAgICAgIChU
RVNUKToKKwogMjAxNS0wNC0xMCAgVGltIEhvcnRvbiAgPHRpbW90aHlfaG9ydG9uQGFwcGxlLmNv
bT4KIAogICAgICAgICBSZXBsYWNlIHNldEZpeGVkTGF5b3V0U2l6ZUVuYWJsZWQ6IHdpdGggYW4g
ZW51bSBvZiBsYXlvdXQgbW9kZXMKZGlmZiAtLWdpdCBhL1Rvb2xzL1Rlc3RXZWJLaXRBUEkvVGVz
dHMvV2ViS2l0MkNvY29hL0ZpeGVkTGF5b3V0U2l6ZS5tbSBiL1Rvb2xzL1Rlc3RXZWJLaXRBUEkv
VGVzdHMvV2ViS2l0MkNvY29hL0ZpeGVkTGF5b3V0U2l6ZS5tbQppbmRleCBlYTQ3MzkwNTM5MTNm
NWU0OWRjNDRmMTkzZGEzMDMyOTFiYjRjYzJhLi43Mjc2MzY4MjMzOWM1NDc5ODcyN2M0MGNlZTEx
MzQ2Nzk2OTFjYzNkIDEwMDY0NAotLS0gYS9Ub29scy9UZXN0V2ViS2l0QVBJL1Rlc3RzL1dlYktp
dDJDb2NvYS9GaXhlZExheW91dFNpemUubW0KKysrIGIvVG9vbHMvVGVzdFdlYktpdEFQSS9UZXN0
cy9XZWJLaXQyQ29jb2EvRml4ZWRMYXlvdXRTaXplLm1tCkBAIC01Miw3ICs1MiwxNCBAQCBzdGF0
aWMgYm9vbCBmaXhlZExheW91dFNpemVEaXNhYmxlZERvbmU7CiAKIEBlbmQKIAotVEVTVChXZWJL
aXQyLCBGaXhlZExheW91dFNpemUpCisjaWYgUExBVEZPUk0oSU9TKQorI2RlZmluZSBTS0lQX09O
X0lPUyhURVNUX05BTUUpIERJU0FCTEVEXyMjVEVTVF9OQU1FCisjZWxzZQorI2RlZmluZSBTS0lQ
X09OX0lPUyhURVNUX05BTUUpIFRFU1RfTkFNRQorI2VuZGlmCisKKy8vIEZJWE1FOiBUaGlzIHRl
c3QgZmFpbHMgb24gaU9TLiBTZWUgPHJkYXI6Ly9wcm9ibGVtLzIwNTMwMzE2PiBmb3IgbW9yZSBk
ZXRhaWxzLgorVEVTVChXZWJLaXQyLCBTS0lQX09OX0lPUyhGaXhlZExheW91dFNpemUpKQogewog
ICAgIFJldGFpblB0cjxXS1dlYlZpZXc+IHdlYlZpZXcgPSBhZG9wdE5TKFtbV0tXZWJWaWV3IGFs
bG9jXSBpbml0V2l0aEZyYW1lOk5TTWFrZVJlY3QoMCwgMCwgMTAwLCAxMDApXSk7CiAK
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>250711</attachid>
            <date>2015-04-14 09:32:43 -0700</date>
            <delta_ts>2015-04-14 10:33:15 -0700</delta_ts>
            <desc>Skip the test on iOS</desc>
            <filename>bug-143693-20150414093147.patch</filename>
            <type>text/plain</type>
            <size>1446</size>
            <attacher name="Daniel Bates">dbates</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTgyNzk2CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggMDQ5ZWEzOGE1NWIwNzAyZDhlYzAyZjcwOTUxOTcxY2Vm
NTgzMjA2Ni4uMzNlNjYxMDczYjg5NjQyNzliMzhmMmY3NTA5NjY3MmZkMjQxZDZiZiAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDE2
IEBACisyMDE1LTA0LTE0ICBEYW5pZWwgQmF0ZXMgIDxkYWJhdGVzQGFwcGxlLmNvbT4KKworICAg
ICAgICBTa2lwIGZhaWxpbmcgdGVzdCBUZXN0cy9XZWJLaXQyQ29jb2EvRml4ZWRMYXlvdXRTaXpl
Lm1tIG9uIGlPUworICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/
aWQ9MTQzNjkzCisgICAgICAgIDxyZGFyOi8vcHJvYmxlbS8yMDUzMDMxNj4KKworICAgICAgICBS
ZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBTa2lwIHRoZSB0ZXN0IFRlc3Rz
L1dlYktpdDJDb2NvYS9GaXhlZExheW91dFNpemUubW0gYXMgd2UgZG8gbm90IHBsYW4KKyAgICAg
ICAgdG8gdXNlIHRoZSBmaXhlZCBsYXlvdXQgY29kZSBvbiBpT1MgYXQgdGhpcyB0aW1lLgorCisg
ICAgICAgICogVGVzdFdlYktpdEFQSS9UZXN0cy9XZWJLaXQyQ29jb2EvRml4ZWRMYXlvdXRTaXpl
Lm1tOiBBZGQgIVBMQVRGT1JNKElPUyktZ3VhcmQuCisKIDIwMTUtMDQtMTQgIERvbWluaWsgUsO2
dHRzY2hlcyAgPGRvbWluaWsucm90dHNjaGVzQGludGVsLmNvbT4KIAogICAgICAgICBSZW1vdmUg
bXlzZWxmIGZyb20gd2F0Y2hsaXN0LCByZW1vdmUgZW1wdHkgQ2Fpcm8gYW5kIEhhcmZCdXp6IHdh
dGNobGlzdHMKZGlmZiAtLWdpdCBhL1Rvb2xzL1Rlc3RXZWJLaXRBUEkvVGVzdHMvV2ViS2l0MkNv
Y29hL0ZpeGVkTGF5b3V0U2l6ZS5tbSBiL1Rvb2xzL1Rlc3RXZWJLaXRBUEkvVGVzdHMvV2ViS2l0
MkNvY29hL0ZpeGVkTGF5b3V0U2l6ZS5tbQppbmRleCBlYTQ3MzkwNTM5MTNmNWU0OWRjNDRmMTkz
ZGEzMDMyOTFiYjRjYzJhLi40Mjk1MzVjYjNjZDhjMGFlMjRjNGU3MWFjM2FmZTM3YmU4MzMzZTE1
IDEwMDY0NAotLS0gYS9Ub29scy9UZXN0V2ViS2l0QVBJL1Rlc3RzL1dlYktpdDJDb2NvYS9GaXhl
ZExheW91dFNpemUubW0KKysrIGIvVG9vbHMvVGVzdFdlYktpdEFQSS9UZXN0cy9XZWJLaXQyQ29j
b2EvRml4ZWRMYXlvdXRTaXplLm1tCkBAIC0zMCw3ICszMCw3IEBACiAjaW1wb3J0IDxXZWJLaXQv
V0tXZWJWaWV3UHJpdmF0ZS5oPgogI2ltcG9ydCA8d3RmL1JldGFpblB0ci5oPgogCi0jaWYgV0tf
QVBJX0VOQUJMRUQKKyNpZiBXS19BUElfRU5BQkxFRCAmJiAhUExBVEZPUk0oSU9TKQogCiBzdGF0
aWMgYm9vbCBmaXhlZExheW91dFNpemVEb25lOwogc3RhdGljIGJvb2wgZml4ZWRMYXlvdXRTaXpl
QWZ0ZXJOYXZpZ2F0aW9uRG9uZTsK
</data>
<flag name="review"
          id="275509"
          type_id="1"
          status="+"
          setter="thorton"
    />
          </attachment>
      

    </bug>

</bugzilla>