]> Cypherpunks repositories - gostls13.git/commit
runtime: run wasip1 tests with wazero
authorChris O'Hara <cohara87@gmail.com>
Wed, 14 Jun 2023 02:16:38 +0000 (12:16 +1000)
committerGopher Robot <gobot@golang.org>
Thu, 29 Jun 2023 15:35:27 +0000 (15:35 +0000)
commitda5d8fdd0c8963ca8f355088bf810c030eb7da27
tree94e8620a437251d4ed817626a1923495e4ff1419
parent411c99671a6c6b6f59abe81d872db6daf2e1738a
runtime: run wasip1 tests with wazero

The latest wazero release supports non-blocking I/O and pre-opened
sockets. Unmask the relevant wasip1 tests so that there are multiple
WebAssembly runtimes exercising these code paths.

Change-Id: I8506ab35186f98fde2cd3ce84634d5fcb7b053f1
Reviewed-on: https://go-review.googlesource.com/c/go/+/503595
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
src/runtime/internal/wasitest/nonblock_test.go
src/runtime/internal/wasitest/tcpecho_test.go