New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 694944 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 1
Type: Bug



Sign in to add a comment

kWasmStmt != var_type in asm-wasm-builder.cc

Project Member Reported by ClusterFuzz, Feb 22 2017

Issue description

Cc: titzer@chromium.org
Owner: bradnelson@chromium.org
Status: Assigned (was: Untriaged)
Related to asm2wasm translation. Here is the extracted repro snippet:

var foo = (function Module(global, env, buffer) {
  "use asm";
  var i8 = new global.Int8Array(buffer);
  function foo() { i8        ; }
  return { foo: foo };
})(this, {}, f(64 * 1024)).foo;

Project Member

Comment 2 by ClusterFuzz, Mar 24 2017

Status: WontFix (was: Assigned)
ClusterFuzz testcase 5548773314134016 is flaky and no longer reproduces, so closing issue.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.

Sign in to add a comment