Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 48 additions & 40 deletions THIRD-PARTY-NOTICES.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
ChakraCore uses third party material from the projects listed below.
The original copyright notice and the license under which Microsoft
received such third party material are set forth below. Microsoft
reserves all other rights not expressly granted, whether by
implication, estoppel or otherwise.
ChakraCore uses third party material from the projects listed below.
The original copyright notice and the license under which Microsoft
received such third party material are set forth below. Microsoft
reserves all other rights not expressly granted, whether by
implication, estoppel or otherwise.

In the event that we accidentally failed to list a required notice, please
bring it to our attention. Post an issue or email us:

chakracore@microsoft.com


-------------------------------------------
-------------------------------------------


SunSpider
Expand Down Expand Up @@ -38,7 +38,7 @@ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


-------------------------------------------
Expand Down Expand Up @@ -98,7 +98,7 @@ so, subject to the following conditions:
documentation and/or other materials provided with the distribution.

* Neither the names of the LLVM Team, University of Illinois at
Urbana-Champaign, nor the names of its contributors may be used to
Urbana-Champaign, nor the names of its contributors may be used to
endorse or promote products derived from this Software without specific
prior written permission.

Expand All @@ -115,7 +115,7 @@ SOFTWARE.
Anything not in the tests/ directory:

Copyright (C) 2014 Apple Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
Expand All @@ -124,7 +124,7 @@ Anything not in the tests/ directory:
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
Expand All @@ -137,7 +137,7 @@ Anything not in the tests/ directory:
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


-------------------------------------------

Kraken
Expand Down Expand Up @@ -166,41 +166,41 @@ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-------------------------------------------
Octane

Copyright (c) 2013, the V8 project authors (http://code.google.com/p/v8/)
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
* Neither the name of Google, Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) 2013, the V8 project authors (http://code.google.com/p/v8/)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of Google, Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

---------------------------------------------------------------------------
Catch
Catch

Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.

Expand Down Expand Up @@ -229,3 +229,11 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

---------------------------------------------------------------------------
WebAssembly/testsuite

URL of the license https://github.com/WebAssembly/spec/blob/master/LICENSE
https://github.com/WebAssembly/testsuite is a mirror of a subfolder of
https://github.com/WebAssembly/spec

The files in test/WasmSpec/testsuite are licensed as specified in test/WasmSpec/testsuite/LICENSE
unless otherwise stated in the file
2 changes: 2 additions & 0 deletions jenkins/check_copyright.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ git diff --name-only `git merge-base origin/master HEAD` HEAD |
grep -v -E '\.nuspec$' |
grep -v -E '\.def$' |
grep -v -E '\.inc$' |
grep -v -E '\.json$' |
grep -v -E 'test/WasmSpec/testsuite/.*$' |
grep -v -E 'test/benchmarks/.*\.js$' |
grep -v -E 'bin/External/.*$' |
grep -v -E 'bin/NativeTests/Scripts/splay.js$' |
Expand Down
5 changes: 3 additions & 2 deletions lib/Runtime/Base/ScriptContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1859,13 +1859,14 @@ if (!sourceList)
}
catch (Wasm::WasmCompilationException ex)
{
Wasm::WasmCompilationException newEx(_u("function %s: %s"), body->GetDisplayName(), ex.GetErrorMessage());
if (propagateError)
{
throw;
throw newEx;
}
Js::JavascriptLibrary *library = scriptContext->GetLibrary();
Js::JavascriptError *pError = library->CreateError();
Js::JavascriptError::SetErrorMessage(pError, JSERR_WasmCompileError, ex.ReleaseErrorMessage(), scriptContext);
Js::JavascriptError::SetErrorMessage(pError, JSERR_WasmCompileError, newEx.ReleaseErrorMessage(), scriptContext);

func->GetDynamicType()->SetEntryPoint(WasmLazyTrapCallback);
entypointInfo->jsMethod = WasmLazyTrapCallback;
Expand Down
22 changes: 22 additions & 0 deletions test/WasmSpec/baselines/address.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
97
98
99
122
25185
25185
25699
1684234849
$invoke_0 = undefined
0
0
0
0
0
0
0
0
$invoke_1 = undefined
address.wast:33: $assert_trap_2 failed, runtime trap NYI
address.wast:34: $assert_trap_3 failed, runtime trap NYI
address.wast:35: $assert_trap_4 failed, runtime trap NYI
0/3 tests passed.
1 change: 1 addition & 0 deletions test/WasmSpec/baselines/binary.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0/0 tests passed.
4 changes: 4 additions & 0 deletions test/WasmSpec/baselines/block.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
block.wast:139: $assert_return_9 unexpectedly threw: Error: Compiling wasm failed: function break-bare[10]: Unknown opcode 0xA
block.wast:142: $assert_return_12 unexpectedly threw: Error: Compiling wasm failed: function break-inner[13]: Invalid input type
block.wast:148: $assert_return_17 unexpectedly threw: Error: Compiling wasm failed: function drop-break-value-heterogeneous[18]: Operator I64Const NYI
16/19 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/br.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling br.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/br_if.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
br_if.wast:170: $assert_return_28 unexpectedly threw: Error: Compiling wasm failed: function as-return-value[12]: Nonzero arity for return op in void function
br_if.wast:171: $assert_return_29 unexpectedly threw: Error: Compiling wasm failed: function as-return-value[12]: Nonzero arity for return op in void function
48/50 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/br_table.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling br_table.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
1 change: 1 addition & 0 deletions test/WasmSpec/baselines/break-drop.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
15/15 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/call.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling call.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/call_indirect.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling call_indirect.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
1 change: 1 addition & 0 deletions test/WasmSpec/baselines/comments.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/conversions.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling conversions.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/endianness.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling endianness.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
1 change: 1 addition & 0 deletions test/WasmSpec/baselines/exports.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1/1 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/fac.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling fac.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/float_literals.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling float_literals.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
20 changes: 20 additions & 0 deletions test/WasmSpec/baselines/float_memory.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
$invoke_0 = undefined
$invoke_3 = undefined
$invoke_4 = undefined
$invoke_7 = undefined
Unexpected Error while compiling float_memory.1.wasm
Error: Compiling wasm failed: I64 support NYI
float_memory.wast:95: $assert_return_0 failed.
$invoke_1 = undefined
$invoke_4 = undefined
$invoke_5 = undefined
$invoke_8 = undefined
Unexpected Error while compiling float_memory.3.wasm
Error: Compiling wasm failed: I64 support NYI
$invoke_2 = undefined
$invoke_5 = undefined
$invoke_8 = undefined
$invoke_11 = undefined
Unexpected Error while compiling float_memory.5.wasm
Error: Compiling wasm failed: I64 support NYI
20/21 tests passed.
1 change: 1 addition & 0 deletions test/WasmSpec/baselines/forward.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4/4 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/func.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling func.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
15 changes: 15 additions & 0 deletions test/WasmSpec/baselines/func_ptrs.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
83
$invoke_3 = undefined
func_ptrs.wast:61: $assert_trap_3 failed, runtime trap NYI
func_ptrs.wast:62: $assert_trap_4 failed, runtime trap NYI
func_ptrs.wast:65: $assert_trap_7 failed, runtime trap NYI
func_ptrs.wast:66: $assert_trap_8 failed, runtime trap NYI
func_ptrs.wast:67: $assert_trap_9 failed, runtime trap NYI
func_ptrs.wast:69: $assert_trap_10 failed, runtime trap NYI
func_ptrs.wast:70: $assert_trap_11 failed, runtime trap NYI
func_ptrs.wast:71: $assert_trap_12 failed, runtime trap NYI
func_ptrs.wast:74: $assert_trap_15 failed, runtime trap NYI
func_ptrs.wast:75: $assert_trap_16 failed, runtime trap NYI
func_ptrs.wast:76: $assert_trap_17 failed, runtime trap NYI
func_ptrs.wast:77: $assert_trap_18 failed, runtime trap NYI
12/24 tests passed.
5 changes: 5 additions & 0 deletions test/WasmSpec/baselines/functions.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
functions.wast:40: $assert_return_6 unexpectedly threw: Error: Compiling wasm failed: function return-nop[6]: Nonzero arity for return op in void function
functions.wast:41: $assert_return_7 unexpectedly threw: Error: Compiling wasm failed: function return-drop[7]: Nonzero arity for return op in void function
functions.wast:42: $assert_return_8 unexpectedly threw: Error: Compiling wasm failed: function return-block-nop[8]: Nonzero arity for return op in void function
functions.wast:43: $assert_return_9 unexpectedly threw: Error: Compiling wasm failed: function return-block-drop[9]: Nonzero arity for return op in void function
6/10 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/get_local.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling get_local.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/i64.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling i64.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/imports.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling imports.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
33 changes: 33 additions & 0 deletions test/WasmSpec/baselines/int_exprs.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Unexpected Error while compiling int_exprs.0.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.1.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.2.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.3.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.4.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.5.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.6.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.7.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.8.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.9.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.10.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.11.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.12.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.13.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.14.wasm
Error: Compiling wasm failed: I64 support NYI
Unexpected Error while compiling int_exprs.15.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/int_literals.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling int_literals.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/labels.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
labels.wast:302: $assert_return_23 unexpectedly threw: Error: Compiling wasm failed: function misc1[16]: Invalid type for LHS
labels.wast:303: $assert_return_24 unexpectedly threw: Error: Compiling wasm failed: function misc2[17]: Invalid type for LHS
24/26 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/left-to-right.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling left-to-right.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/loop.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling loop.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/memory.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling memory.12.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
14 changes: 14 additions & 0 deletions test/WasmSpec/baselines/memory_trap.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
memory_trap.wast:24: $assert_return_0 unexpectedly threw: Error: Compiling wasm failed: function wasm-function[0]: Operator MemorySize NYI
memory_trap.wast:25: $assert_return_1 unexpectedly threw: Error: Compiling wasm failed: function wasm-function[0]: Operator MemorySize NYI
memory_trap.wast:26: $assert_trap_2 failed, runtime trap NYI
memory_trap.wast:27: $assert_trap_3 failed, runtime trap NYI
memory_trap.wast:28: $assert_trap_4 failed, runtime trap NYI
memory_trap.wast:29: $assert_trap_5 failed, runtime trap NYI
memory_trap.wast:30: $assert_trap_6 failed, runtime trap NYI
memory_trap.wast:31: $assert_trap_7 failed, runtime trap NYI
memory_trap.wast:32: $assert_trap_8 failed, runtime trap NYI
memory_trap.wast:33: $assert_trap_9 failed, runtime trap NYI
memory_trap.wast:34: $assert_trap_10 failed, runtime trap NYI
memory_trap.wast:35: $assert_trap_11 failed, runtime trap NYI
memory_trap.wast:36: $assert_trap_12 failed, runtime trap NYI
0/13 tests passed.
1 change: 1 addition & 0 deletions test/WasmSpec/baselines/names.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
14/14 tests passed.
2 changes: 2 additions & 0 deletions test/WasmSpec/baselines/nop.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
nop.wast:79: $assert_return_15 unexpectedly threw: Error: Compiling wasm failed: function as-return-value[13]: Nonzero arity for return op in void function
19/20 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/return.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling return.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/runaway-recursion.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
runaway-recursion.wast:16: $assert_trap_0 failed, runtime trap NYI
runaway-recursion.wast:17: $assert_trap_1 failed, runtime trap NYI
0/2 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/select.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling select.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
3 changes: 3 additions & 0 deletions test/WasmSpec/baselines/set_local.baseline
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Unexpected Error while compiling set_local.0.wasm
Error: Compiling wasm failed: I64 support NYI
0/0 tests passed.
Loading