<?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>35006</bug_id>
          
          <creation_ts>2010-02-16 15:58:38 -0800</creation_ts>
          <short_desc>fast/dom/global-constructors.html is failing based on previous tests</short_desc>
          <delta_ts>2011-04-12 18:34:49 -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>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>34984</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>dpranke</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>190803</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-02-16 15:58:38 -0800</bug_when>
    <thetext>fast/dom/global-constructors.html is failing based on previous tests

This is when run via run-chromium-webkit-tests (which runs tests in parallel, and thus out of order).

-FAIL: window.CSSValue.prototype.isPrototypeOf(cssPrimitiveValue) should be true but instead is false
-FAIL: window.CSSPrimitiveValue.prototype.isPrototypeOf(cssPrimitiveValue) should be true but instead is false
+PASS: window.CSSValue.prototype.isPrototypeOf(cssPrimitiveValue) should be true and is.
+PASS: window.CSSPrimitiveValue.prototype.isPrototypeOf(cssPrimitiveValue) should be true and is.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>193940</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-02-25 16:54:28 -0800</bug_when>
    <thetext>run-chromium-webkit-tests is now called new-run-webkit-tests.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207656</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 21:53:56 -0700</bug_when>
    <thetext>Bug 37007 is another test failing for similar reasons.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207658</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 21:57:14 -0700</bug_when>
    <thetext>This failure would be caused by there being some toJS() call which is wrapping a CSSPrimitiveValue which is not passing the right globalObject() (or any global object).  Finding out which is causing the failure could be difficult, however fixing all of such possible bugs should be straightforward by removing the two-argument toJS calls and making sure that ll of those callsites are replaced by 3-argument toJS calls passing a proper globalObject().</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207667</commentid>
    <comment_count>4</comment_count>
      <attachid>52377</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 22:18:59 -0700</bug_when>
    <thetext>Created attachment 52377
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207668</commentid>
    <comment_count>5</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 22:22:34 -0700</bug_when>
    <thetext>Committed r56967: &lt;http://trac.webkit.org/changeset/56967&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207686</commentid>
    <comment_count>6</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2010-04-01 22:57:05 -0700</bug_when>
    <thetext>http://trac.webkit.org/changeset/56967 might have broken Chromium Win Release</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>207688</commentid>
    <comment_count>7</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2010-04-01 22:59:12 -0700</bug_when>
    <thetext>No, that was just the Chroimum builder being unreliable and disconnecting. :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>381070</commentid>
    <comment_count>8</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-04-06 19:42:05 -0700</bug_when>
    <thetext>If this is even still failing, I don&apos;t think it should block bug 34984. I plan on verifying that it works now, but if it doesn&apos;t, I plan to clear the blocking flag on Mon 4/11. If you disagree, now would be a good time to speak up :).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>384599</commentid>
    <comment_count>9</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-04-12 18:34:49 -0700</bug_when>
    <thetext>This test no longer appears to be failing. Closing as WORKSFORME.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>52377</attachid>
            <date>2010-04-01 22:18:59 -0700</date>
            <delta_ts>2010-06-11 10:41:25 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-35006-20100401221858.patch</filename>
            <type>text/plain</type>
            <size>1384</size>
            <attacher name="Eric Seidel (no email)">eric</attacher>
            
              <data encoding="base64">ZGlmZiAtLWdpdCBhL0xheW91dFRlc3RzL0NoYW5nZUxvZyBiL0xheW91dFRlc3RzL0NoYW5nZUxv
ZwppbmRleCBlYjg0N2RlLi5hYmE4MDZmIDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9DaGFuZ2VM
b2cKKysrIGIvTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCkBAIC0xLDMgKzEsMTYgQEAKKzIwMTAtMDQt
MDEgIEVyaWMgU2VpZGVsICA8ZXJpY0B3ZWJraXQub3JnPgorCisgICAgICAgIFVucmV2aWV3ZWQs
IGp1c3QgYWRkaW5nIGZsYWt5IHRlc3RzIHRvIHRlc3RfZXhwZWN0YXRpb25zLgorCisgICAgICAg
IE1hcmsgZmFzdC9kb20vZ2xvYmFsLWNvbnN0cnVjdG9ycy5odG1sIGFuZAorICAgICAgICBmYXN0
L3Rva2VuaXplci9kb2N0eXBlLXNlYXJjaC1yZXNldC5odG1sIGFzIGZsYWt5IHdoZW4gcnVuCisg
ICAgICAgIHVuZGVyIG5ldy1ydW4td2Via2l0LXRlc3RzLgorCisgICAgICAgIGh0dHBzOi8vYnVn
cy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0zNTAwNgorICAgICAgICBodHRwczovL2J1Z3Mu
d2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MzcwMDcKKworICAgICAgICAqIHBsYXRmb3JtL21h
Yy90ZXN0X2V4cGVjdGF0aW9ucy50eHQ6CisKIDIwMTAtMDQtMDEgIFNoZXJpZmYgQm90ICA8d2Vi
a2l0LnJldmlldy5ib3RAZ21haWwuY29tPgogCiAgICAgICAgIFVucmV2aWV3ZWQuIFJvbGxvdXQg
b2YgaHR0cDovL3RyYWMud2Via2l0Lm9yZy9jaGFuZ2VzZXQvNTY5MzAKZGlmZiAtLWdpdCBhL0xh
eW91dFRlc3RzL3BsYXRmb3JtL21hYy90ZXN0X2V4cGVjdGF0aW9ucy50eHQgYi9MYXlvdXRUZXN0
cy9wbGF0Zm9ybS9tYWMvdGVzdF9leHBlY3RhdGlvbnMudHh0CmluZGV4IDIyYzdiNDAuLmQ4ZjNm
NjQgMTAwNjQ0Ci0tLSBhL0xheW91dFRlc3RzL3BsYXRmb3JtL21hYy90ZXN0X2V4cGVjdGF0aW9u
cy50eHQKKysrIGIvTGF5b3V0VGVzdHMvcGxhdGZvcm0vbWFjL3Rlc3RfZXhwZWN0YXRpb25zLnR4
dApAQCAtMTMzLDMgKzEzMyw2IEBAIEJVRzM2NjIwIDogZmFzdC9saXN0cy93My1jc3MzLWxpc3Qt
c3R5bGVzLWFscGhhYmV0aWMuaHRtbCA9IE1JU1NJTkcKIEJVRzM2NjIwIDogZmFzdC9saXN0cy93
My1jc3MzLWxpc3Qtc3R5bGVzLW51bWVyaWMuaHRtbCA9IE1JU1NJTkcKIEJVRzM2NjIwIDogc3Zn
L2ZpbHRlcnMvZmVDb2xvck1hdHJpeC12YWx1ZXMuc3ZnID0gTUlTU0lORwogCisvLyBUaGVzZSBm
YWlsIGRlcGVuZGluZyBvbiBvcmRlciBkdWUgdG8gaW50ZXJhY3Rpb25zIHdpdGggcHJldmlvdXMg
dGVzdHM6CitCVUczNTAwNiA6IGZhc3QvZG9tL2dsb2JhbC1jb25zdHJ1Y3RvcnMuaHRtbCA9IFBB
U1MgVEVYVAorQlVHMzcwMDcgOiBmYXN0L3Rva2VuaXplci9kb2N0eXBlLXNlYXJjaC1yZXNldC5o
dG1sID0gUEFTUyBURVhUCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>