<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Add the following Wasm test."
href="https://bugs.webkit.org/show_bug.cgi?id=164374">164374</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Add the following Wasm test.
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr>
<tr>
<th>Product</th>
<td>WebKit
</td>
</tr>
<tr>
<th>Version</th>
<td>WebKit Nightly Build
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>OS</th>
<td>Unspecified
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>Normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P2
</td>
</tr>
<tr>
<th>Component</th>
<td>JavaScriptCore
</td>
</tr>
<tr>
<th>Assignee</th>
<td>webkit-unassigned@lists.webkit.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>keith_miller@apple.com
</td>
</tr></table>
<p>
<div>
<pre>(module
(func (export "if-then-both-fallthrough") (param $x i32) (param $y i32) (result i32)
(block $block i32
(if i32 (i32.eq (get_local $x) (i32.const 0))
(then (i32.const 1))
(else
(i32.const 2)
(i32.const 1)
)
)
)
)
)
We can't add this yet since the current version of the ML prototype does not support the stack at block exit differing the expected return type.
Updating the ML-prototype version is a pain since we will need to update all the opcode numbers and regenerate all the existing tests.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>