<?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>73148</bug_id>
          
          <creation_ts>2011-11-25 15:20:16 -0800</creation_ts>
          <short_desc>WebGL Failing to Construct Shader:  webgl-texture-binding-preserved.html</short_desc>
          <delta_ts>2013-05-22 15:48:58 -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>WebGL</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Mac (Intel)</rep_platform>
          <op_sys>Unspecified</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jeff Timanus">twiz</reporter>
          <assigned_to name="Chris Marrin">cmarrin</assigned_to>
          <cc>cmarrin</cc>
    
    <cc>kbr</cc>
    
    <cc>rniwa</cc>
    
    <cc>senorblanco</cc>
    
    <cc>twiz</cc>
    
    <cc>webkit.review.bot</cc>
    
    <cc>zmo</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>509278</commentid>
    <comment_count>0</comment_count>
    <who name="Jeff Timanus">twiz</who>
    <bug_when>2011-11-25 15:20:16 -0800</bug_when>
    <thetext>A Chromium webgl test is failing on Safari, due to an error condition when installing a shader.

The vertex shader source is the following:

attribute vec4 vPosition;
attribute vec2 texCoord0;
varying vec2 texCoord;
void main() {
    gl_Position = vPosition;
    texCoord = texCoord0;
}

See the following issue for background on the test:  https://bugs.webkit.org/show_bug.cgi?id=73033</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>509287</commentid>
    <comment_count>1</comment_count>
      <attachid>116642</attachid>
    <who name="Jeff Timanus">twiz</who>
    <bug_when>2011-11-25 16:02:35 -0800</bug_when>
    <thetext>Created attachment 116642
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>510092</commentid>
    <comment_count>2</comment_count>
      <attachid>116642</attachid>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2011-11-28 12:49:47 -0800</bug_when>
    <thetext>Comment on attachment 116642
Patch

Looks OK.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>510100</commentid>
    <comment_count>3</comment_count>
      <attachid>116642</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-11-28 12:55:49 -0800</bug_when>
    <thetext>Comment on attachment 116642
Patch

Rejecting attachment 116642 from commit-queue.

Failed to run &quot;[&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=queues.webkit.org&apos;, &apos;-...&quot; exit_code: 2

Last 500 characters of output:
t/webkit-commit-queue/Tools/Scripts/svn-apply&apos;, u&apos;--reviewer&apos;, u&apos;Kenneth Russell&apos;, u&apos;--...&quot; exit_code: 1

Parsed 2 diffs from patch file(s).
patching file LayoutTests/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file LayoutTests/platform/mac/Skipped
Hunk #1 FAILED at 499.
1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/platform/mac/Skipped.rej

Failed to run &quot;[u&apos;/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply&apos;, u&apos;--reviewer&apos;, u&apos;Kenneth Russell&apos;, u&apos;--...&quot; exit_code: 1

Full output: http://queues.webkit.org/results/10668856</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>510110</commentid>
    <comment_count>4</comment_count>
      <attachid>116806</attachid>
    <who name="Jeff Timanus">twiz</who>
    <bug_when>2011-11-28 13:20:21 -0800</bug_when>
    <thetext>Created attachment 116806
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>510111</commentid>
    <comment_count>5</comment_count>
      <attachid>116806</attachid>
    <who name="Jeff Timanus">twiz</who>
    <bug_when>2011-11-28 13:21:31 -0800</bug_when>
    <thetext>Comment on attachment 116806
Patch

Trying again, after conflicts applying the patch via the commit queue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>510181</commentid>
    <comment_count>6</comment_count>
      <attachid>116806</attachid>
    <who name="Kenneth Russell">kbr</who>
    <bug_when>2011-11-28 14:32:25 -0800</bug_when>
    <thetext>Comment on attachment 116806
Patch

Let&apos;s try again.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>510349</commentid>
    <comment_count>7</comment_count>
      <attachid>116806</attachid>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-11-28 17:11:56 -0800</bug_when>
    <thetext>Comment on attachment 116806
Patch

Clearing flags on attachment: 116806

Committed r101308: &lt;http://trac.webkit.org/changeset/101308&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>510350</commentid>
    <comment_count>8</comment_count>
    <who name="WebKit Review Bot">webkit.review.bot</who>
    <bug_when>2011-11-28 17:12:00 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>510778</commentid>
    <comment_count>9</comment_count>
    <who name="Jeff Timanus">twiz</who>
    <bug_when>2011-11-29 08:09:31 -0800</bug_when>
    <thetext>Re-opening the bug, as the patch only suppressed the issue.  Someone from the Mac WebGL team will have to address the shader compilation issue.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>892578</commentid>
    <comment_count>10</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2013-05-22 15:48:58 -0700</bug_when>
    <thetext>Passes just fine on Mountain Lion.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>116642</attachid>
            <date>2011-11-25 16:02:35 -0800</date>
            <delta_ts>2011-11-28 13:20:16 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-73148-20111125190233.patch</filename>
            <type>text/plain</type>
            <size>1124</size>
            <attacher name="Jeff Timanus">twiz</attacher>
            
              <data encoding="base64">SW5kZXg6IExheW91dFRlc3RzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDEwMTE4MykKKysrIExheW91dFRlc3RzL0NoYW5nZUxvZwkod29y
a2luZyBjb3B5KQpAQCAtMSwzICsxLDEyIEBACisyMDExLTExLTI1ICBKZWZmIFRpbWFudXMgIDx0
d2l6QGNocm9taXVtLm9yZz4KKworICAgICAgICBTdXBwcmVzc2luZyBhIGZhaWxpbmcgd2ViZ2wg
Y29uZm9ybWFuY2UgdGVzdCBvbiBNYWMuCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3Jn
L3Nob3dfYnVnLmNnaT9pZD03MzE0OAorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09Q
UyEpLgorCisgICAgICAgICogcGxhdGZvcm0vbWFjL1NraXBwZWQ6CisKIDIwMTEtMTEtMjUgIEtl
bnRhcm8gSGFyYSAgPGhhcmFrZW5AY2hyb21pdW0ub3JnPgogCiAgICAgICAgIEltcGxlbWVudCB0
aGUgV2ViR0xDb250ZXh0RXZlbnQgY29uc3RydWN0b3IKSW5kZXg6IExheW91dFRlc3RzL3BsYXRm
b3JtL21hYy9Ta2lwcGVkCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIExheW91dFRlc3RzL3BsYXRmb3JtL21hYy9T
a2lwcGVkCShyZXZpc2lvbiAxMDExODApCisrKyBMYXlvdXRUZXN0cy9wbGF0Zm9ybS9tYWMvU2tp
cHBlZAkod29ya2luZyBjb3B5KQpAQCAtNDk5LDMgKzQ5OSw2IEBAIGZhc3QvZG9tL1dpbmRvdy93
aW5kb3ctcG9zdG1lc3NhZ2UtYXJyYXkKICMgW01hY10gZmFzdC9mb3Jtcy9maWxlL2ZpbGUtaW5w
dXQtcmVzZXQuaHRtbCBmYWlsaW5nIGFmdGVyIGVuYWJsaW5nIHJlZnRlc3RzCiAjIGh0dHBzOi8v
YnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD03MjU3MQogZmFzdC9mb3Jtcy9maWxlL2Zp
bGUtaW5wdXQtcmVzZXQuaHRtbAorCisjIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVn
LmNnaT9pZD03MzE0OAorZmFzdC9jYW52YXMvd2ViZ2wvd2ViZ2wtdGV4dHVyZS1iaW5kaW5nLXBy
ZXNlcnZlZC5odG1sClwgTm8gbmV3bGluZSBhdCBlbmQgb2YgZmlsZQo=
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>116806</attachid>
            <date>2011-11-28 13:20:21 -0800</date>
            <delta_ts>2011-11-28 17:11:56 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-73148-20111128162020.patch</filename>
            <type>text/plain</type>
            <size>1048</size>
            <attacher name="Jeff Timanus">twiz</attacher>
            
              <data encoding="base64">SW5kZXg6IExheW91dFRlc3RzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBMYXlvdXRUZXN0cy9D
aGFuZ2VMb2cJKHJldmlzaW9uIDEwMTI3NSkKKysrIExheW91dFRlc3RzL0NoYW5nZUxvZwkod29y
a2luZyBjb3B5KQpAQCAtMSwzICsxLDEyIEBACisyMDExLTExLTI1ICBKZWZmIFRpbWFudXMgIDx0
d2l6QGNocm9taXVtLm9yZz4KKworICAgICAgICBTdXBwcmVzc2luZyBhIGZhaWxpbmcgd2ViZ2wg
Y29uZm9ybWFuY2UgdGVzdCBvbiBNYWMuCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3Jn
L3Nob3dfYnVnLmNnaT9pZD03MzE0OAorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09Q
UyEpLgorCisgICAgICAgICogcGxhdGZvcm0vbWFjL1NraXBwZWQ6CisKIDIwMTEtMTEtMjggIEZh
ZHkgU2FtdWVsICA8ZnNhbXVlbEBjaHJvbWl1bS5vcmc+CiAKICAgICAgICAgRml4IEFzcGVjdCBS
YXRpbyBQcm9wZXJ0eSBJbmhlcml0YW5jZSBBbmQgTWFrZSB0aGUgQ29tcHV0ZWQgVmFsdWUgRXF1
YWwgdGhlIFNwZWNpZmllZCBWYWx1ZQpJbmRleDogTGF5b3V0VGVzdHMvcGxhdGZvcm0vbWFjL1Nr
aXBwZWQKPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PQotLS0gTGF5b3V0VGVzdHMvcGxhdGZvcm0vbWFjL1NraXBwZWQJKHJl
dmlzaW9uIDEwMTI3NSkKKysrIExheW91dFRlc3RzL3BsYXRmb3JtL21hYy9Ta2lwcGVkCSh3b3Jr
aW5nIGNvcHkpCkBAIC00OTUsMyArNDk1LDYgQEAgcG9pbnRlci1sb2NrLwogCiAjIGh0dHBzOi8v
YnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD03MjQzNQogZmFzdC9kb20vV2luZG93L3dp
bmRvdy1wb3N0bWVzc2FnZS1hcnJheXMuaHRtbAorCisjIGh0dHBzOi8vYnVncy53ZWJraXQub3Jn
L3Nob3dfYnVnLmNnaT9pZD03MzE0OAorZmFzdC9jYW52YXMvd2ViZ2wvd2ViZ2wtdGV4dHVyZS1i
aW5kaW5nLXByZXNlcnZlZC5odG1sCg==
</data>

          </attachment>
      

    </bug>

</bugzilla>