<?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>31919</bug_id>
          
          <creation_ts>2009-11-26 11:33:02 -0800</creation_ts>
          <short_desc>REGRESSION(51418): fast/canvas/webgl/gl-object-get-calls.html is failing on the Leopard Commit Bot</short_desc>
          <delta_ts>2009-11-27 08:21:13 -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>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>FIXED</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Eric Seidel (no email)">eric</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>cmarrin</cc>
    
    <cc>commit-queue</cc>
    
    <cc>dglazkov</cc>
    
    <cc>fishd</cc>
    
    <cc>kbr</cc>
    
    <cc>oliver</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>166765</commentid>
    <comment_count>0</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-11-26 11:33:02 -0800</bug_when>
    <thetext>fast/canvas/webgl/gl-object-get-calls.html is failing on the Leopard Commit Bot

https://bugs.webkit.org/show_bug.cgi?id=21554#c21
https://bugs.webkit.org/show_bug.cgi?id=31903#c4

I think it&apos;s failing 100% of the time.  I recommend we skip the test or roll out the associated change so the commit-queue can run again.

--- /tmp/layout-test-results/fast/canvas/webgl/gl-object-get-calls-expected.txt	2009-11-26 11:25:35.000000000 -0800
+++ /tmp/layout-test-results/fast/canvas/webgl/gl-object-get-calls-actual.txt	2009-11-26 11:25:35.000000000 -0800
@@ -7,7 +7,7 @@
 PASS gl.getError() is 0
 PASS gl.getError() is 0
 PASS gl.getError() is 0
-PASS gl.checkFramebufferStatus(gl.FRAMEBUFFER) is gl.FRAMEBUFFER_COMPLETE
+FAIL gl.checkFramebufferStatus(gl.FRAMEBUFFER) should be 36053. Was 36061.
 PASS gl.getFramebufferAttachmentParameter(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE) is gl.TEXTURE
 PASS gl.getFramebufferAttachmentParameter(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.FRAMEBUFFER_ATTACHMENT_OBJECT_NAME) is non-null.
 PASS gl.getFramebufferAttachmentParameter(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.FRAMEBUFFER_ATTACHMENT_TEXTURE_LEVEL) is 0

It looks like the same failure we saw when trying to get the patch landed in the first place. :(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166766</commentid>
    <comment_count>1</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-11-26 11:34:39 -0800</bug_when>
    <thetext>bug 21554 was the first failure we&apos;ve seen like this.  All patches have failed on the commit-queue since.

I&apos;ve stopped the queue for now.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166769</commentid>
    <comment_count>2</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-11-26 11:39:05 -0800</bug_when>
    <thetext>https://bugs.webkit.org/show_bug.cgi?id=30091

http://trac.webkit.org/changeset/51418 is what started the failures.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166773</commentid>
    <comment_count>3</comment_count>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-11-26 12:09:33 -0800</bug_when>
    <thetext>I&apos;m going to try moving the commit-queue to a different machine as a work-around from my end.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166784</commentid>
    <comment_count>4</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2009-11-26 13:25:19 -0800</bug_when>
    <thetext>I don&apos;t have commit rights; can you please comment out the failing line, regenerate the -expected.txt file and commit the result?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166790</commentid>
    <comment_count>5</comment_count>
    <who name="Oliver Hunt">oliver</who>
    <bug_when>2009-11-26 14:15:53 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; I don&apos;t have commit rights; can you please comment out the failing line,
&gt; regenerate the -expected.txt file and commit the result?

We need to find out why it&apos;s failing on some systems but not others, and add logic to ensure identical behaviour.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166791</commentid>
    <comment_count>6</comment_count>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2009-11-26 14:25:19 -0800</bug_when>
    <thetext>(In reply to comment #5)
&gt; (In reply to comment #4)
&gt; &gt; I don&apos;t have commit rights; can you please comment out the failing line,
&gt; &gt; regenerate the -expected.txt file and commit the result?
&gt; 
&gt; We need to find out why it&apos;s failing on some systems but not others, and add
&gt; logic to ensure identical behaviour.

We need to get the commit queue reopened. There is already a bug about the unportability of this test: https://bugs.webkit.org/show_bug.cgi?id=31843 .</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166799</commentid>
    <comment_count>7</comment_count>
    <who name="Mark Rowe (bdash)">mrowe</who>
    <bug_when>2009-11-26 16:59:40 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; I don&apos;t have commit rights; can you please comment out the failing line,
&gt; regenerate the -expected.txt file and commit the result?

That sounds like it would have the effect of breaking the test on the build bots.  That makes it an unacceptable solution.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166865</commentid>
    <comment_count>8</comment_count>
      <attachid>43939</attachid>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2009-11-27 03:35:56 -0800</bug_when>
    <thetext>Created attachment 43939
Patch

Temporarily disabled portion of test which is failing on some
machines but not others. Root cause will be investigated under
https://bugs.webkit.org/show_bug.cgi?id=31843 .

This is the correct fix for this issue. The remaining portions
of the test are both valid and valuable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166899</commentid>
    <comment_count>9</comment_count>
      <attachid>43939</attachid>
    <who name="Eric Seidel (no email)">eric</who>
    <bug_when>2009-11-27 08:09:41 -0800</bug_when>
    <thetext>Comment on attachment 43939
Patch

Looks fine to me.  Thank you for the quick fix.

As noted in comment #3, I attempted to move the commit-bot to a new machine.  That move was successful.  (As you can see at http://webkit-commit-queue.appspot.com/), but this fix will make the tests pass correctly for everyone (including the old commit-bot machine if we need to move it back).

Setting cq+ too since I don&apos;t see you in committers.py yet.  Should be landed within 15 minutes or so while we return to enjoying our post-turkey haze. :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166900</commentid>
    <comment_count>10</comment_count>
      <attachid>43939</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2009-11-27 08:21:08 -0800</bug_when>
    <thetext>Comment on attachment 43939
Patch

Clearing flags on attachment: 43939

Committed r51441: &lt;http://trac.webkit.org/changeset/51441&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>166901</commentid>
    <comment_count>11</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2009-11-27 08:21:13 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>43939</attachid>
            <date>2009-11-27 03:35:56 -0800</date>
            <delta_ts>2009-11-27 08:21:07 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>workaround.patch</filename>
            <type>text/plain</type>
            <size>3267</size>
            <attacher name="Kenneth Russell">kbr</attacher>
            
              <data encoding="base64">SW5kZXg6IExheW91dFRlc3RzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDUxNDM5KQorKysgTGF5b3V0VGVzdHMvQ2hhbmdlTG9nCSh3b3Jr
aW5nIGNvcHkpCkBAIC0xLDMgKzEsMTcgQEAKKzIwMDktMTEtMjcgIEtlbm5ldGggUnVzc2VsbCAg
PGtickBnb29nbGUuY29tPgorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgor
CisgICAgICAgIFJFR1JFU1NJT04oNTE0MTgpOiBmYXN0L2NhbnZhcy93ZWJnbC9nbC1vYmplY3Qt
Z2V0LWNhbGxzLmh0bWwgaXMgZmFpbGluZyBvbiB0aGUgTGVvcGFyZCBjb21taXQgYm90CisgICAg
ICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD0zMTkxOQorCisgICAg
ICAgIFRlbXBvcmFyaWx5IGRpc2FibGVkIHBvcnRpb24gb2YgdGVzdCB3aGljaCBpcyBmYWlsaW5n
IG9uIHNvbWUKKyAgICAgICAgbWFjaGluZXMgYnV0IG5vdCBvdGhlcnMuIFJvb3QgY2F1c2Ugd2ls
bCBiZSBpbnZlc3RpZ2F0ZWQgdW5kZXIKKyAgICAgICAgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcv
c2hvd19idWcuY2dpP2lkPTMxODQzIC4KKworICAgICAgICAqIGZhc3QvY2FudmFzL3dlYmdsL2ds
LW9iamVjdC1nZXQtY2FsbHMtZXhwZWN0ZWQudHh0OgorICAgICAgICAqIGZhc3QvY2FudmFzL3dl
YmdsL3NjcmlwdC10ZXN0cy9nbC1vYmplY3QtZ2V0LWNhbGxzLmpzOgorCiAyMDA5LTExLTI2ICBT
aGluaWNoaXJvIEhhbWFqaSAgPGhhbWFqaUBjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgVW5yZXZp
ZXdlZCByZWQgYm90IGZpeC4KSW5kZXg6IExheW91dFRlc3RzL2Zhc3QvY2FudmFzL3dlYmdsL2ds
LW9iamVjdC1nZXQtY2FsbHMtZXhwZWN0ZWQudHh0Cj09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIExheW91dFRlc3Rz
L2Zhc3QvY2FudmFzL3dlYmdsL2dsLW9iamVjdC1nZXQtY2FsbHMtZXhwZWN0ZWQudHh0CShyZXZp
c2lvbiA1MTQzOCkKKysrIExheW91dFRlc3RzL2Zhc3QvY2FudmFzL3dlYmdsL2dsLW9iamVjdC1n
ZXQtY2FsbHMtZXhwZWN0ZWQudHh0CSh3b3JraW5nIGNvcHkpCkBAIC03LDcgKzcsNiBAQCBQQVNT
IGdsLmdldEJ1ZmZlclBhcmFtZXRlcihnbC5BUlJBWV9CVUZGCiBQQVNTIGdsLmdldEVycm9yKCkg
aXMgMAogUEFTUyBnbC5nZXRFcnJvcigpIGlzIDAKIFBBU1MgZ2wuZ2V0RXJyb3IoKSBpcyAwCi1Q
QVNTIGdsLmNoZWNrRnJhbWVidWZmZXJTdGF0dXMoZ2wuRlJBTUVCVUZGRVIpIGlzIGdsLkZSQU1F
QlVGRkVSX0NPTVBMRVRFCiBQQVNTIGdsLmdldEZyYW1lYnVmZmVyQXR0YWNobWVudFBhcmFtZXRl
cihnbC5GUkFNRUJVRkZFUiwgZ2wuQ09MT1JfQVRUQUNITUVOVDAsIGdsLkZSQU1FQlVGRkVSX0FU
VEFDSE1FTlRfT0JKRUNUX1RZUEUpIGlzIGdsLlRFWFRVUkUKIFBBU1MgZ2wuZ2V0RnJhbWVidWZm
ZXJBdHRhY2htZW50UGFyYW1ldGVyKGdsLkZSQU1FQlVGRkVSLCBnbC5DT0xPUl9BVFRBQ0hNRU5U
MCwgZ2wuRlJBTUVCVUZGRVJfQVRUQUNITUVOVF9PQkpFQ1RfTkFNRSkgaXMgbm9uLW51bGwuCiBQ
QVNTIGdsLmdldEZyYW1lYnVmZmVyQXR0YWNobWVudFBhcmFtZXRlcihnbC5GUkFNRUJVRkZFUiwg
Z2wuQ09MT1JfQVRUQUNITUVOVDAsIGdsLkZSQU1FQlVGRkVSX0FUVEFDSE1FTlRfVEVYVFVSRV9M
RVZFTCkgaXMgMApJbmRleDogTGF5b3V0VGVzdHMvZmFzdC9jYW52YXMvd2ViZ2wvc2NyaXB0LXRl
c3RzL2dsLW9iamVjdC1nZXQtY2FsbHMuanMKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gTGF5b3V0VGVzdHMvZmFz
dC9jYW52YXMvd2ViZ2wvc2NyaXB0LXRlc3RzL2dsLW9iamVjdC1nZXQtY2FsbHMuanMJKHJldmlz
aW9uIDUxNDM4KQorKysgTGF5b3V0VGVzdHMvZmFzdC9jYW52YXMvd2ViZ2wvc2NyaXB0LXRlc3Rz
L2dsLW9iamVjdC1nZXQtY2FsbHMuanMJKHdvcmtpbmcgY29weSkKQEAgLTM2LDcgKzM2LDEyIEBA
IHNob3VsZEJlKCdnbC5nZXRFcnJvcigpJywgJzAnKTsKIGdsLnJlbmRlcmJ1ZmZlclN0b3JhZ2Uo
Z2wuUkVOREVSQlVGRkVSLCBnbC5ERVBUSF9DT01QT05FTlQsIDIsIDIpOwogc2hvdWxkQmUoJ2ds
LmdldEVycm9yKCknLCAnMCcpOwogZ2wuZnJhbWVidWZmZXJSZW5kZXJidWZmZXIoZ2wuRlJBTUVC
VUZGRVIsIGdsLkRFUFRIX0FUVEFDSE1FTlQsIGdsLlJFTkRFUkJVRkZFUiwgcmVuZGVyYnVmZmVy
KTsKLXNob3VsZEJlKCdnbC5jaGVja0ZyYW1lYnVmZmVyU3RhdHVzKGdsLkZSQU1FQlVGRkVSKScs
ICdnbC5GUkFNRUJVRkZFUl9DT01QTEVURScpOworLy8gRklYTUU6IG9uIHNvbWUgbWFjaGluZXMg
KGluIHBhcnRpY3VsYXIgdGhlIFdlYktpdCBjb21taXQgYm90cykgdGhlCisvLyBmcmFtZWJ1ZmZl
ciBzdGF0dXMgaXMgRlJBTUVCVUZGRVJfVU5TVVBQT1JURUQ7IG1vcmUgaW52ZXN0aWdhdGlvbgor
Ly8gaXMgbmVlZGVkIHdoeSB0aGlzIGlzIHRoZSBjYXNlLCBiZWNhdXNlIHRoZSBGQk8gYWxsb2Nh
dGVkCisvLyBpbnRlcm5hbGx5IGJ5IHRoZSBXZWJLaXQgaW1wbGVtZW50YXRpb24gaGFzIGFsbW9z
dCBpZGVudGljYWwKKy8vIHBhcmFtZXRlcnMgdG8gdGhpcyBvbmUuIFNlZSBodHRwczovL2J1Z3Mu
d2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MzE4NDMuCisvL3Nob3VsZEJlKCdnbC5jaGVja0Zy
YW1lYnVmZmVyU3RhdHVzKGdsLkZSQU1FQlVGRkVSKScsICdnbC5GUkFNRUJVRkZFUl9DT01QTEVU
RScpOwogc2hvdWxkQmUoJ2dsLmdldEZyYW1lYnVmZmVyQXR0YWNobWVudFBhcmFtZXRlcihnbC5G
UkFNRUJVRkZFUiwgZ2wuQ09MT1JfQVRUQUNITUVOVDAsIGdsLkZSQU1FQlVGRkVSX0FUVEFDSE1F
TlRfT0JKRUNUX1RZUEUpJywgJ2dsLlRFWFRVUkUnKTsKIHNob3VsZEJlTm9uTnVsbCgnZ2wuZ2V0
RnJhbWVidWZmZXJBdHRhY2htZW50UGFyYW1ldGVyKGdsLkZSQU1FQlVGRkVSLCBnbC5DT0xPUl9B
VFRBQ0hNRU5UMCwgZ2wuRlJBTUVCVUZGRVJfQVRUQUNITUVOVF9PQkpFQ1RfTkFNRSknKTsKIHNo
b3VsZEJlKCdnbC5nZXRGcmFtZWJ1ZmZlckF0dGFjaG1lbnRQYXJhbWV0ZXIoZ2wuRlJBTUVCVUZG
RVIsIGdsLkNPTE9SX0FUVEFDSE1FTlQwLCBnbC5GUkFNRUJVRkZFUl9BVFRBQ0hNRU5UX1RFWFRV
UkVfTEVWRUwpJywgJzAnKTsK
</data>

          </attachment>
      

    </bug>

</bugzilla>