jfbastien@apple.com | f86de8b | 2017-04-19 17:12:37 +0000 | [diff] [blame] | 1 | # Copyright (C) 2016-2017 Apple Inc. All rights reserved. |
jfbastien@apple.com | 4e4905e | 2016-10-15 00:10:31 +0000 | [diff] [blame] | 2 | # |
| 3 | # Redistribution and use in source and binary forms, with or without |
| 4 | # modification, are permitted provided that the following conditions |
| 5 | # are met: |
| 6 | # |
| 7 | # 1. Redistributions of source code must retain the above copyright |
| 8 | # notice, this list of conditions and the following disclaimer. |
| 9 | # 2. Redistributions in binary form must reproduce the above copyright |
| 10 | # notice, this list of conditions and the following disclaimer in the |
| 11 | # documentation and/or other materials provided with the distribution. |
| 12 | # |
| 13 | # THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY |
| 14 | # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 15 | # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 16 | # DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY |
| 17 | # DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 18 | # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 19 | # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 20 | # ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 21 | # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 22 | # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 23 | |
| 24 | - path: wasm/self-test/ |
utatane.tea@gmail.com | 2109342 | 2018-04-18 09:47:19 +0000 | [diff] [blame] | 25 | cmd: runWebAssemblySuite unless parseRunCommands |
jfbastien@apple.com | d2c6b7a | 2016-10-17 21:36:05 +0000 | [diff] [blame] | 26 | - path: wasm/js-api/ |
utatane.tea@gmail.com | 2109342 | 2018-04-18 09:47:19 +0000 | [diff] [blame] | 27 | cmd: runWebAssemblySuite unless parseRunCommands |
jfbastien@apple.com | f86de8b | 2017-04-19 17:12:37 +0000 | [diff] [blame] | 28 | - path: wasm/noJIT/ |
| 29 | cmd: runNoJIT unless parseRunCommands |
keith_miller@apple.com | 66cd712 | 2016-11-12 02:25:48 +0000 | [diff] [blame] | 30 | - path: wasm/function-tests |
utatane.tea@gmail.com | 2109342 | 2018-04-18 09:47:19 +0000 | [diff] [blame] | 31 | cmd: runWebAssemblySuite unless parseRunCommands |
justin_michaud@apple.com | 8d22fed | 2019-05-18 04:58:36 +0000 | [diff] [blame] | 32 | - path: wasm/references |
| 33 | cmd: runWebAssemblySuite unless parseRunCommands |
justin_michaud@apple.com | 9249ee3 | 2019-06-20 19:42:48 +0000 | [diff] [blame] | 34 | - path: wasm/references-spec-tests |
| 35 | cmd: runWebAssemblySuite unless parseRunCommands |
jfbastien@apple.com | 5349bb2 | 2017-01-03 20:24:36 +0000 | [diff] [blame] | 36 | - path: wasm/fuzz |
utatane.tea@gmail.com | 2109342 | 2018-04-18 09:47:19 +0000 | [diff] [blame] | 37 | cmd: runWebAssemblySuite unless parseRunCommands |
jfbastien@apple.com | b2d194c | 2017-04-19 19:38:52 +0000 | [diff] [blame] | 38 | - path: wasm/stress |
utatane.tea@gmail.com | 2109342 | 2018-04-18 09:47:19 +0000 | [diff] [blame] | 39 | cmd: runWebAssemblySuite unless parseRunCommands |
jfbastien@apple.com | 817d1432 | 2017-06-28 06:42:13 +0000 | [diff] [blame] | 40 | - path: wasm/lowExecutableMemory |
| 41 | cmd: runWebAssemblyLowExecutableMemory unless parseRunCommands |
jfbastien@apple.com | 1fb10d6 | 2017-08-18 01:04:00 +0000 | [diff] [blame] | 42 | - path: wasm/regress/ |
utatane.tea@gmail.com | 2109342 | 2018-04-18 09:47:19 +0000 | [diff] [blame] | 43 | cmd: runWebAssemblySuite unless parseRunCommands |
| 44 | - path: wasm/modules/ |
utatane.tea@gmail.com | 1e69bf8 | 2018-04-18 16:33:33 +0000 | [diff] [blame] | 45 | cmd: runWebAssembly unless parseRunCommands |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 46 | |
| 47 | - path: wasm/spec-tests/address.wast.js |
sbarati@apple.com | 8b5533a | 2016-12-22 22:40:39 +0000 | [diff] [blame] | 48 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 49 | - path: wasm/spec-tests/align.wast.js |
| 50 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 51 | - path: wasm/spec-tests/binary.wast.js |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 52 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 53 | - path: wasm/spec-tests/block.wast.js |
keith_miller@apple.com | c71449d | 2016-12-22 22:19:42 +0000 | [diff] [blame] | 54 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 55 | - path: wasm/spec-tests/br.wast.js |
keith_miller@apple.com | 08a8b18 | 2016-12-22 01:26:09 +0000 | [diff] [blame] | 56 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 57 | - path: wasm/spec-tests/br_if.wast.js |
keith_miller@apple.com | c71449d | 2016-12-22 22:19:42 +0000 | [diff] [blame] | 58 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 59 | - path: wasm/spec-tests/br_table.wast.js |
keith_miller@apple.com | 08a8b18 | 2016-12-22 01:26:09 +0000 | [diff] [blame] | 60 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 61 | - path: wasm/spec-tests/break-drop.wast.js |
| 62 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 63 | - path: wasm/spec-tests/call.wast.js |
sbarati@apple.com | 83ea2fc | 2017-05-18 19:38:10 +0000 | [diff] [blame] | 64 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 65 | - path: wasm/spec-tests/call_indirect.wast.js |
sbarati@apple.com | 83ea2fc | 2017-05-18 19:38:10 +0000 | [diff] [blame] | 66 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 67 | - path: wasm/spec-tests/comments.wast.js |
| 68 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 69 | - path: wasm/spec-tests/const.wast.js |
| 70 | cmd: runWebAssemblySpecTest :normal |
| 71 | - path: wasm/spec-tests/conversions.wast.js |
| 72 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 73 | - path: wasm/spec-tests/custom_section.wast.js |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 74 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 75 | - path: wasm/spec-tests/endianness.wast.js |
| 76 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 77 | - path: wasm/spec-tests/exports.wast.js |
sbarati@apple.com | 8b5d9cf | 2016-12-29 03:10:04 +0000 | [diff] [blame] | 78 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 79 | - path: wasm/spec-tests/f32.wast.js |
| 80 | cmd: runWebAssemblySpecTest :normal |
keith_miller@apple.com | 2867f1e | 2017-04-10 18:34:53 +0000 | [diff] [blame] | 81 | - path: wasm/spec-tests/f32_bitwise.wast.js |
| 82 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 83 | - path: wasm/spec-tests/f32_cmp.wast.js |
| 84 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 85 | - path: wasm/spec-tests/f64.wast.js |
| 86 | cmd: runWebAssemblySpecTest :normal |
keith_miller@apple.com | 2867f1e | 2017-04-10 18:34:53 +0000 | [diff] [blame] | 87 | - path: wasm/spec-tests/f64_bitwise.wast.js |
| 88 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 89 | - path: wasm/spec-tests/f64_cmp.wast.js |
| 90 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 91 | - path: wasm/spec-tests/fac.wast.js |
sbarati@apple.com | 83ea2fc | 2017-05-18 19:38:10 +0000 | [diff] [blame] | 92 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 93 | - path: wasm/spec-tests/float_exprs.wast.js |
| 94 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 95 | - path: wasm/spec-tests/float_literals.wast.js |
| 96 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 97 | - path: wasm/spec-tests/float_memory.wast.js |
| 98 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 99 | - path: wasm/spec-tests/float_misc.wast.js |
| 100 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 101 | - path: wasm/spec-tests/forward.wast.js |
| 102 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 103 | - path: wasm/spec-tests/func.wast.js |
keith_miller@apple.com | c71449d | 2016-12-22 22:19:42 +0000 | [diff] [blame] | 104 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 105 | - path: wasm/spec-tests/func_ptrs.wast.js |
sbarati@apple.com | 595a628 | 2016-12-29 18:28:08 +0000 | [diff] [blame] | 106 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 107 | - path: wasm/spec-tests/get_local.wast.js |
| 108 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 109 | - path: wasm/spec-tests/globals.wast.js |
sbarati@apple.com | 595a628 | 2016-12-29 18:28:08 +0000 | [diff] [blame] | 110 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 111 | - path: wasm/spec-tests/i32.wast.js |
keith_miller@apple.com | 0eac894 | 2016-12-23 19:08:43 +0000 | [diff] [blame] | 112 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 113 | - path: wasm/spec-tests/i64.wast.js |
keith_miller@apple.com | 0eac894 | 2016-12-23 19:08:43 +0000 | [diff] [blame] | 114 | cmd: runWebAssemblySpecTest :normal |
keith_miller@apple.com | 533cc67 | 2017-04-03 18:38:37 +0000 | [diff] [blame] | 115 | - path: wasm/spec-tests/if.wast.js |
| 116 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 117 | - path: wasm/spec-tests/imports.wast.js |
jfbastien@apple.com | d89c0e9 | 2017-02-25 02:02:06 +0000 | [diff] [blame] | 118 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 119 | - path: wasm/spec-tests/inline-module.wast.js |
| 120 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 121 | - path: wasm/spec-tests/int_exprs.wast.js |
sbarati@apple.com | 595a628 | 2016-12-29 18:28:08 +0000 | [diff] [blame] | 122 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 123 | - path: wasm/spec-tests/int_literals.wast.js |
| 124 | cmd: runWebAssemblySpecTest :normal |
keith_miller@apple.com | 533cc67 | 2017-04-03 18:38:37 +0000 | [diff] [blame] | 125 | - path: wasm/spec-tests/jsapi.js |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 126 | cmd: runWebAssemblySpecTest :normal |
keith_miller@apple.com | 533cc67 | 2017-04-03 18:38:37 +0000 | [diff] [blame] | 127 | - path: wasm/spec-tests/labels.wast.js |
| 128 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 129 | - path: wasm/spec-tests/left-to-right.wast.js |
| 130 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 131 | - path: wasm/spec-tests/linking.wast.js |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 132 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 133 | - path: wasm/spec-tests/loop.wast.js |
| 134 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 135 | - path: wasm/spec-tests/memory.wast.js |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 136 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 137 | - path: wasm/spec-tests/memory_redundancy.wast.js |
| 138 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 139 | - path: wasm/spec-tests/memory_trap.wast.js |
| 140 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 141 | - path: wasm/spec-tests/names.wast.js |
jfbastien@apple.com | 708f515 | 2017-02-27 16:52:46 +0000 | [diff] [blame] | 142 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 143 | - path: wasm/spec-tests/nop.wast.js |
sbarati@apple.com | 613ca35 | 2017-01-03 00:32:05 +0000 | [diff] [blame] | 144 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 145 | - path: wasm/spec-tests/resizing.wast.js |
sbarati@apple.com | 613ca35 | 2017-01-03 00:32:05 +0000 | [diff] [blame] | 146 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 147 | - path: wasm/spec-tests/return.wast.js |
keith_miller@apple.com | 08a8b18 | 2016-12-22 01:26:09 +0000 | [diff] [blame] | 148 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 149 | - path: wasm/spec-tests/select.wast.js |
sbarati@apple.com | 595a628 | 2016-12-29 18:28:08 +0000 | [diff] [blame] | 150 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 151 | - path: wasm/spec-tests/set_local.wast.js |
| 152 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 153 | - path: wasm/spec-tests/skip-stack-guard-page.wast.js |
sbarati@apple.com | 83ea2fc | 2017-05-18 19:38:10 +0000 | [diff] [blame] | 154 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 155 | - path: wasm/spec-tests/stack.wast.js |
| 156 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 157 | - path: wasm/spec-tests/start.wast.js |
sbarati@apple.com | 5fbd6dd | 2016-12-22 18:31:04 +0000 | [diff] [blame] | 158 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 159 | - path: wasm/spec-tests/store_retval.wast.js |
| 160 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 161 | - path: wasm/spec-tests/switch.wast.js |
| 162 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 163 | - path: wasm/spec-tests/tee_local.wast.js |
| 164 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 165 | - path: wasm/spec-tests/token.wast.js |
| 166 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 167 | - path: wasm/spec-tests/traps.wast.js |
sbarati@apple.com | 595a628 | 2016-12-29 18:28:08 +0000 | [diff] [blame] | 168 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 169 | - path: wasm/spec-tests/type.wast.js |
| 170 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 171 | - path: wasm/spec-tests/typecheck.wast.js |
| 172 | cmd: runWebAssemblySpecTest :normal |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 173 | - path: wasm/spec-tests/unreachable.wast.js |
sbarati@apple.com | 25dea42 | 2016-12-23 01:32:30 +0000 | [diff] [blame] | 174 | cmd: runWebAssemblySpecTest :normal |
keith_miller@apple.com | 533cc67 | 2017-04-03 18:38:37 +0000 | [diff] [blame] | 175 | - path: wasm/spec-tests/unreached-invalid.wast.js |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 176 | cmd: runWebAssemblySpecTest :skip # https://bugs.webkit.org/show_bug.cgi?id=173279 |
sbarati@apple.com | 0cb5865 | 2016-12-22 00:51:00 +0000 | [diff] [blame] | 177 | - path: wasm/spec-tests/unwind.wast.js |
sbarati@apple.com | 595a628 | 2016-12-29 18:28:08 +0000 | [diff] [blame] | 178 | cmd: runWebAssemblySpecTest :normal |
jfbastien@apple.com | f230fb6 | 2017-06-13 22:31:04 +0000 | [diff] [blame] | 179 | - path: wasm/spec-tests/utf8-custom-section-id.wast.js |
| 180 | cmd: runWebAssemblySpecTest :normal |
| 181 | - path: wasm/spec-tests/utf8-import-field.wast.js |
| 182 | cmd: runWebAssemblySpecTest :normal |
| 183 | - path: wasm/spec-tests/utf8-import-module.wast.js |
| 184 | cmd: runWebAssemblySpecTest :normal |
utatane.tea@gmail.com | 2109342 | 2018-04-18 09:47:19 +0000 | [diff] [blame] | 185 | |
| 186 | - path: wasm/modules/run-from-wasm.wasm |
| 187 | cmd: runWebAssembly |