<?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>46093</bug_id>
          
          <creation_ts>2010-09-20 08:14:45 -0700</creation_ts>
          <short_desc>[Qt][Meta] DRT sideeffect revealed by r67762 - 23 layout tests fail</short_desc>
          <delta_ts>2012-02-02 10:18:28 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</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>Qt, QtTriaged</keywords>
          <priority>P1</priority>
          <bug_severity>Critical</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>60961</dependson>
    
    <dependson>61781</dependson>
    
    <dependson>62125</dependson>
          <blocked>42863</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Igor Trindade Oliveira">igor.oliveira</assigned_to>
          <cc>ademar</cc>
    
    <cc>darin</cc>
    
    <cc>igor.oliveira</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>281555</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-09-20 08:14:45 -0700</bug_when>
    <thetext>r67762 made 23 layout tests fail on Qt bot:
http://build.webkit.org/results/Qt%20Linux%20Release/r67848%20(20282)

http://trac.webkit.org/changeset/67762 - original patch
http://trac.webkit.org/changeset/67767 - buildfix
http://trac.webkit.org/changeset/67772 - buildfix
http://trac.webkit.org/changeset/67777 - regression fix
http://trac.webkit.org/changeset/67779 - buildfix

I tried to revert these changes locally, and all tests pass.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281561</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-09-20 08:20:21 -0700</bug_when>
    <thetext>Tests skipped temporarily by http://trac.webkit.org/changeset/67851.

Tomorrow I&apos;m going to check if there are real regression or 
we only should update the Qt specific expected files.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>281911</commentid>
    <comment_count>2</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2010-09-20 16:56:27 -0700</bug_when>
    <thetext>The links don’t work so I wan’t able to see what the failures are like. What are they like?

Since this patch was simply moving code back to Frame where it had been for a years before, I imagine there must be some error I made.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>282228</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2010-09-21 05:30:05 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; The links don’t work so I wan’t able to see what the failures are like. What are they like?
Unfortunately the link above is broken, because the closing
parentheses isn&apos;t part of the href. I have no idea why not ...
But if you copy the whole link, it works.

It seems it isn&apos;t a regression, but a Qt-DRT sideeffect problem.
I can reproduce these fails if I run all tests, but
I can&apos;t if I run only these 23 tests. :(

This bug might be related to https://bugs.webkit.org/show_bug.cgi?id=42578</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>385136</commentid>
    <comment_count>4</comment_count>
    <who name="Igor Trindade Oliveira">igor.oliveira</who>
    <bug_when>2011-04-13 12:22:43 -0700</bug_when>
    <thetext>I tested the skipped tests done by http://trac.webkit.org/changeset/67851
and now almost the tests are passing:

svg/custom/use-font-face-crash.svg - Needs changes on expected files like others plataforms does.

svg/zoom/text/zoom-coords-viewattr-01-b.svg - Crashing

tables/layering/paint-test-layering-1.html - passing
tables/layering/paint-test-layering-2.html - passing 
tables/mozilla/bugs/adforce_imgis_com.html - passing
tables/mozilla/bugs/bug50695-2.html - passing 
tables/mozilla/bugs/bug56201.html - passing
tables/mozilla/bugs/bug92647-2.html - passing
tables/mozilla/bugs/bug196870.html - needs changes on expected file like others plataforms does.
tables/mozilla/other/slashlogo.html - passing
tables/mozilla_expected_failures/bugs/bug23847.html - passing
transforms/2d/transform-2d.html - passing
transforms/2d/transform-fixed-container.html - passing
transitions/font-family-during-transition.html - passing
transitions/svg-text-shadow-transition.html - passing
http/tests/local/file-url-sent-as-referer.html - passing
http/tests/misc/error404.pl - passing
http/tests/misc/frame-access-during-load.html - passing
http/tests/misc/generated-content-inside-table.html - passing
http/tests/misc/iframe404.html - passing
http/tests/misc/location-replace-crossdomain.html - passing
+http/tests/misc/slow-loading-image-in-pattern.html - needs changes expected file like others plataforms does
http/tests/uri/css-href.php - passing


Could you confirm that?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>385722</commentid>
    <comment_count>5</comment_count>
    <who name="Igor Trindade Oliveira">igor.oliveira</who>
    <bug_when>2011-04-14 06:36:33 -0700</bug_when>
    <thetext>i tested the following layouttests after and before the http://trac.webkit.org/changeset/67762:

1) svg/custom/use-font-face-crash.svg
2) svg/zoom/text/zoom-coords-viewattr-01-b.svg
3) tables/mozilla/bugs/bug196870.htm
4) http/tests/misc/slow-loading-image-in-pattern.html

1) and 2) was failing and 3) and 4) was working so the problem on this tests was propably not caused by this commit 67762.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>405029</commentid>
    <comment_count>6</comment_count>
    <who name="Igor Trindade Oliveira">igor.oliveira</who>
    <bug_when>2011-05-17 06:28:28 -0700</bug_when>
    <thetext>This bug will be a meta bug to fix the skipped layout tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>547962</commentid>
    <comment_count>7</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-02-02 10:18:28 -0800</bug_when>
    <thetext>It is a very old and obsolete bug, all of these test were unskipped long time ago.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>