<?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>36946</bug_id>
          
          <creation_ts>2010-04-01 01:46:46 -0700</creation_ts>
          <short_desc>REGRESSION: inspector tests failing on Tiger and Windows Bots (sometimes output full paths)</short_desc>
          <delta_ts>2010-04-21 06:38:02 -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>PC</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>36217</dup_id>
          
          <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>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>aroben</cc>
    
    <cc>bweinstein</cc>
    
    <cc>loislo</cc>
    
    <cc>pfeldman</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>207059</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 01:46:46 -0700</bug_when>
    <thetext>REGRESSION: inspector tests failing on Windows Bots

inspector/console-clear.html
inspector/console-format.html
inspector/elements-panel-xhtml-structure.xhtml

--- /home/buildbot/slave/win-release-tests/build/layout-test-results/inspector/console-clear-expected.txt	2010-04-01 00:44:24.515250000 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/inspector/console-clear-actual.txt	2010-04-01 00:44:24.515250000 -0700
@@ -4,8 +4,8 @@
 Tests that console is cleared upon requestClearMessages call.
 
 === Before clear ===
-console-clear.html:9one
-console-clear.html:10two
-console-clear.html:11three
+/C:/cygwin/home/buildbot/slave/win-release-tests/build/LayoutTests/inspector/console-clear.html:9one
+/C:/cygwin/home/buildbot/slave/win-release-tests/build/LayoutTests/inspector/console-clear.html:10two
+/C:/cygwin/home/buildbot/slave/win-release-tests/build/LayoutTests/inspector/console-clear.html:11three
 === After clear ===
 
Looks like we&apos;re printing full paths that we should not be.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207060</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 01:58:22 -0700</bug_when>
    <thetext>It seems to be a different set of console tests each revision, making it difficult for my scripts to pin down which revision these started failing in.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207061</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 02:00:40 -0700</bug_when>
    <thetext>CCing console peeps.  It seems from the results that this is some sort of race condition.  As though at some point whatever URL the console logging code is printing here is made absolute, but that that&apos;s a race with the test completion.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207529</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 17:28:12 -0700</bug_when>
    <thetext>I just saw this fail on Tiger too:
http://build.webkit.org/results/Tiger%20Intel%20Release/r56953%20(10324)/inspector/console-clear-diffs.txt

--- /Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/layout-test-results/inspector/console-clear-expected.txt	2010-04-01 17:15:30.000000000 -0700
+++ /Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/layout-test-results/inspector/console-clear-actual.txt	2010-04-01 17:15:30.000000000 -0700
@@ -4,8 +4,8 @@
 Tests that console is cleared upon requestClearMessages call.
 
 === Before clear ===
-console-clear.html:9one
-console-clear.html:10two
-console-clear.html:11three
+/Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/LayoutTests/inspector/console-clear.html:9one
+/Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/LayoutTests/inspector/console-clear.html:10two
+/Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/LayoutTests/inspector/console-clear.html:11three
 === After clear ===</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>211204</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-10 15:56:29 -0700</bug_when>
    <thetext>Another Tiger failure:
http://build.webkit.org/results/Tiger%20Intel%20Release/r57423%20(10673)/inspector/elements-panel-styles-pretty-diff.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>211330</commentid>
    <comment_count>5</comment_count>
    <who name="Pavel Feldman">pfeldman</who>
    <bug_when>2010-04-11 00:35:52 -0700</bug_when>
    <thetext>(In reply to comment #4)
&gt; Another Tiger failure:
&gt; http://build.webkit.org/results/Tiger%20Intel%20Release/r57423%20(10673)/inspector/elements-panel-styles-pretty-diff.html

We now have a good idea on why this is happening. Will get fixed shortly.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>212290</commentid>
    <comment_count>6</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-14 00:56:27 -0700</bug_when>
    <thetext>I was able to reproduce the failure on my local 4-core Mac Pro running leopard.

I ran:
run-webkit-tests --iterations 1000 inspector --release

and I saw inspector/elements-panel-styles.html fail once due to this error.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>215153</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-20 23:04:30 -0700</bug_when>
    <thetext>This failure is now constant on Windows starting between r57921 and r57923.

It may be related to an earlier test starting crashing thus changing which tests are run in the same DRT group (old-run-webkit-tests restarts DRT every 1000 tests or after a crash).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>215280</commentid>
    <comment_count>8</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2010-04-21 06:38:02 -0700</bug_when>
    <thetext>This looks like a dupe of bug 36217, except that now it affects Tiger, too.

*** This bug has been marked as a duplicate of bug 36217 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>