<?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>76566</bug_id>
          
          <creation_ts>2012-01-18 13:55:29 -0800</creation_ts>
          <short_desc>[Qt] REGRESSION(r105310): Two inspector tests fails</short_desc>
          <delta_ts>2012-09-27 02:41:54 -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>Qt, QtTriaged</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>73099</blocked>
    
    <blocked>79666</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>kadam</cc>
    
    <cc>ossy</cc>
    
    <cc>vsevik</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>538127</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-01-18 13:55:29 -0800</bug_when>
    <thetext>After http://trac.webkit.org/changeset/105310 two inspector tests fail:

http/tests/inspector/console-cross-origin-iframe-logging.html is new test:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-cross-origin-iframe-logging-actual.txt 
@@ -4,13 +4,7 @@
 
 CONSOLE MESSAGE: Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000.
 
+FAIL: Timed out waiting for notifyDone to be called
 Tests that cross origin errors are logged with source url and line number.
 
 
-Unsafe JavaScript attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
-
-Unsafe JavaScript attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
-
-Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000.
-
-

http/tests/inspector/console-resource-errors.html is old test:
--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-resource-errors-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-resource-errors-actual.txt 
@@ -1,6 +1,7 @@
 Tests that errors to load a resource cause error messages to be logged to console.
 
 
+XHR finished loading: &quot;http://127.0.0.1:8000/inspector/non-existent-xhr&quot;. console-message console-log-level
 console-resource-errors-iframe.html:3GET http://127.0.0.1:8000/inspector/missing.css 404 (Not Found) console-message console-error-level
 console-resource-errors-iframe.html:4GET http://127.0.0.1:8000/inspector/non-existent-script.js 404 (Not Found) console-message console-error-level
 non-existent-iframe.html:1GET http://127.0.0.1:8000/inspector/non-existent-iframe.html 404 (Not Found) console-message console-error-level</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>538133</commentid>
    <comment_count>1</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-01-18 13:59:01 -0800</bug_when>
    <thetext>I skipped the new failing tests to paint the bots green: http://trac.webkit.org/changeset/105317</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>538684</commentid>
    <comment_count>2</comment_count>
    <who name="Vsevolod Vlasov">vsevik</who>
    <bug_when>2012-01-19 07:12:48 -0800</bug_when>
    <thetext>Unskipped http/tests/inspector/console-resource-errors.html as its failure was side effect of http/tests/inspector/console-cross-origin-iframe-logging.html failure.

Committed r105411: &lt;http://trac.webkit.org/changeset/105411&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565654</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2012-02-27 08:08:14 -0800</bug_when>
    <thetext>(In reply to comment #2)
&gt; Unskipped http/tests/inspector/console-resource-errors.html as its failure was side effect of http/tests/inspector/console-cross-origin-iframe-logging.html failure.
&gt; 
&gt; Committed r105411: &lt;http://trac.webkit.org/changeset/105411&gt;

Thanks. Is there a bug report to make http/tests/inspector/console-cross-origin-iframe-logging.html not cause sideeffect?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>565773</commentid>
    <comment_count>4</comment_count>
    <who name="Vsevolod Vlasov">vsevik</who>
    <bug_when>2012-02-27 10:14:51 -0800</bug_when>
    <thetext>I am sorry, I closed that by mistake.
http/tests/inspector/console-cross-origin-iframe-logging.html is not yet fixed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>728308</commentid>
    <comment_count>5</comment_count>
    <who name="Ádám Kallai">kadam</who>
    <bug_when>2012-09-26 01:30:33 -0700</bug_when>
    <thetext>I&apos;m reviewing old bugs. Is it a valid bug? Because I got the other result. It&apos;s possible that Is it a correct result on Qt? Could you check it please?

--- /home/kadam/webkit/WebKit/WebKitBuild/Release/layout-test-results/http/tests/inspector/console-cross-origin-iframe-logging-expected.txt
+++ /home/kadam/webkit/WebKit/WebKitBuild/Release/layout-test-results/http/tests/inspector/console-cross-origin-iframe-logging-actual.txt
@@ -8,9 +8,9 @@
 
 
 Unsafe JavaScript attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
+ console-cross-origin-iframe-logging.html:9
+Unsafe JavaScript attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
+ [native code]:1
+Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000.
+ [native code]:1
 
-Unsafe JavaScript attempt to access frame with URL http://localhost:8000/inspector/resources/cross-origin-iframe.html from frame with URL http://127.0.0.1:8000/inspector/console-cross-origin-iframe-logging.html. Domains, protocols and ports must match.
-
-Unable to post message to http://127.0.0.1:8000. Recipient has origin http://localhost:8000.
-
-</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>728328</commentid>
    <comment_count>6</comment_count>
    <who name="Vsevolod Vlasov">vsevik</who>
    <bug_when>2012-09-26 02:04:43 -0700</bug_when>
    <thetext>This is a correct result.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>728351</commentid>
    <comment_count>7</comment_count>
    <who name="Ádám Kallai">kadam</who>
    <bug_when>2012-09-26 02:31:13 -0700</bug_when>
    <thetext>Thanks for your help. I&apos;m going to remove to the skipped list.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>729354</commentid>
    <comment_count>8</comment_count>
    <who name="Vsevolod Vlasov">vsevik</who>
    <bug_when>2012-09-27 02:41:54 -0700</bug_when>
    <thetext>Committed r129744: &lt;http://trac.webkit.org/changeset/129744&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>