<?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>64001</bug_id>
          
          <creation_ts>2011-07-06 09:33:43 -0700</creation_ts>
          <short_desc>REGRESSION(r90212-r90246?): http/tests/cookies/third-party-cookie-relaxing.html fails on Snow Leopard</short_desc>
          <delta_ts>2020-06-25 17:57:17 -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>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=213620</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>65781</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>abarth</cc>
    
    <cc>ap</cc>
    
    <cc>aroben</cc>
    
    <cc>beidson</cc>
    
    <cc>sam</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>432824</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 09:33:43 -0700</bug_when>
    <thetext>http/tests/cookies/third-party-cookie-relaxing.html is failing under new-run-webkit-tests on the snow leopard bot</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432826</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 09:35:30 -0700</bug_when>
    <thetext>Example failure:
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r90460%20(31134)/http/tests/cookies/third-party-cookie-relaxing-pretty-diff.html

--- /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/http/tests/cookies/third-party-cookie-relaxing-expected.txt 
+++ /Volumes/Data/WebKit-BuildSlave/snowleopard-intel-release-tests/build/layout-test-results/http/tests/cookies/third-party-cookie-relaxing-actual.txt 
@@ -26,7 +26,7 @@
 ALERT: Test stage 5 document.cookie is: 
 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie
 ALERT: XHR response - Set the foo cookie
-ALERT: Test stage 6 document.cookie is: foo=awesomevalue
+ALERT: Test stage 6 document.cookie is: 
 ALERT: Restricting to first party only cookies
 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
 ALERT: XHR response - Deleted all cookies
@@ -39,9 +39,9 @@
 ALERT: Test stage 8 document.cookie is: 
 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie
 ALERT: XHR response - Set the foo cookie
-ALERT: Test stage 9 document.cookie is: foo=awesomevalue
+ALERT: Test stage 9 document.cookie is: 
 ALERT: Restricting to first party only cookies
 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooAndBarCookie
 ALERT: XHR response - Set the foo and bar cookies
-ALERT: Test stage 10 document.cookie is: bar=anotherawesomevalue; foo=awesomevalue
+ALERT: Test stage 10 document.cookie is:</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432827</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 09:37:19 -0700</bug_when>
    <thetext>new-run-webkit-tests http/tests/cookies/third-party-cookie-relaxing.html

fails when run straight on my machine.  Then again, so does:

old-run-webkit-tests http/tests/cookies/third-party-cookie-relaxing.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432829</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 09:39:59 -0700</bug_when>
    <thetext>It also fails for me with:
old-run-webkit-tests http/tests/cookies
and
old-run-webkit-tests http

I&apos;m trying to understand how the test is supposed to work?

http://trac.webkit.org/browser/trunk/LayoutTests/http/tests/cookies/third-party-cookie-relaxing.html

Maybe there was a recent regression in behavior on Snow Leopard which happen to correspond with the NRWT transition?

Maybe NRWT running cookie-tests in parallel manages to permanently &quot;jam&quot; the CF cookie store?  Donno.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432832</commentid>
    <comment_count>4</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 09:42:44 -0700</bug_when>
    <thetext>Qt just added support for third-party cookies, and their results seem to match SL, in at least the 6 and 9 cases:
http://trac.webkit.org/browser/trunk/LayoutTests/platform/qt/http/tests/cookies/third-party-cookie-relaxing-expected.txt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432837</commentid>
    <comment_count>5</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 09:45:34 -0700</bug_when>
    <thetext>Bug 63545 is another cookie-related failure which occurs on my machine.  This one of course occurs on the SL bot as well:
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r90460%20(31134)/results.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432857</commentid>
    <comment_count>6</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 10:14:20 -0700</bug_when>
    <thetext>Even if I move my ~/Library/Cookies/Cookies.plist file out of the way, the test still fails for me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432858</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 10:14:43 -0700</bug_when>
    <thetext>Turns out this has nothing to do with NRWT, now that I look at the bot history (with webkit-patch failure-reason).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432860</commentid>
    <comment_count>8</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 10:19:51 -0700</bug_when>
    <thetext>I don&apos;t see any changes in that range which seem particularly related.  Perhaps failure-reason is confused.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432868</commentid>
    <comment_count>9</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2011-07-06 10:34:08 -0700</bug_when>
    <thetext>The only possibly-related changes in that range are to the JIT.  But I don&apos;t see how they could affect this test:
http://trac.webkit.org/changeset/90237
http://trac.webkit.org/changeset/90232

I checked the results.  Unless build.webkit.org/results is lying, it&apos;s definitely this range.  I&apos;ve not tried using git-bisect, but I think the build was broken a bunch in there, so it may not answer our question.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>432936</commentid>
    <comment_count>10</comment_count>
    <who name="Adam Roben (:aroben)">aroben</who>
    <bug_when>2011-07-06 12:46:51 -0700</bug_when>
    <thetext>TestFailures says this test is flaky:

r90315 (31042) (results.html): fail
r90310 (31041) (results.html): pass
r90308 (31040) (results.html): pass
r90288 (31027) (results.html): fail
r90285 (31026) (results.html): pass
r90284 (31025) (results.html): fail
r90280 (31024) (results.html): pass
r90279 (31023) (results.html): fail
r90273 (31022) (results.html): pass
r90271 (31019) (results.html): fail

It always fails with the same diff: http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r90315%20(31042)/http/tests/cookies/third-party-cookie-relaxing-pretty-diff.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1666328</commentid>
    <comment_count>11</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2020-06-25 17:56:23 -0700</bug_when>
    <thetext>This is no longer happening. Karl removed the expectation via bug 213620.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1666329</commentid>
    <comment_count>12</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-06-25 17:57:17 -0700</bug_when>
    <thetext>&lt;rdar://problem/64783252&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>