Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 07a093b

Browse files
committed
fix "unexpected" test successes under Winch
Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent 5f2b775 commit 07a093b

3 files changed

Lines changed: 0 additions & 9 deletions

File tree

tests/misc_testsuite/component-model-async/future-cancel-read-closed.wast

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
;;! component_model_async = true
2-
;;! reference_types = true
3-
;;! gc_types = true
4-
;;! multi_memory = true
52

63
;; Create a future, start a read, close the write end, and cancel the read.
74
(component

tests/misc_testsuite/component-model-async/future-cancel-write-closed.wast

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
;;! component_model_async = true
2-
;;! reference_types = true
3-
;;! gc_types = true
4-
;;! multi_memory = true
52

63
;; Create a future, start a write, close the read end, and cancel the write.
74
(component

tests/misc_testsuite/component-model-async/future-cancel-write-completed.wast

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
;;! component_model_async = true
2-
;;! reference_types = true
3-
;;! gc_types = true
4-
;;! multi_memory = true
52

63
;; Create a future, start a write, let it complete, and cancel the write prior
74
;; to receiving the completion event.

0 commit comments

Comments
 (0)