Commit a143afd
committed
fix more test regressions
Note that this temporarily updates the `tests/component-model` submodule to the
branch for WebAssembly/component-model#577 until that PR
is merged.
Signed-off-by: Joel Dice <joel.dice@fermyon.com>1 parent 99419dc commit a143afd
File tree
2 files changed
+3
-3
lines changed- tests
- misc_testsuite/component-model-threading
2 files changed
+3
-3
lines changedSubmodule component-model updated 16 files
- design/mvp/Binary.md+1
- design/mvp/CanonicalABI.md+141-133
- design/mvp/canonical-abi/definitions.py+97-97
- design/mvp/canonical-abi/run_tests.py+75-75
- test/async/async-calls-sync.wast+10-10
- test/async/cancel-stream.wast+11-11
- test/async/cancel-subtask.wast+5-5
- test/async/deadlock.wast+3-3
- test/async/drop-subtask.wast+6-6
- test/async/drop-waitable-set.wast+5-5
- test/async/empty-wait.wast+5-5
- test/async/partial-stream-copies.wast+3-3
- test/async/passing-resources.wast+8-8
- test/async/trap-if-done.wast+25-25
- test/async/wait-during-callback.wast+1-1
- test/async/zero-length.wast+5-5
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments