Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebAssembly/wasi-testsuite
/ functions
Functions
611 in github.com/WebAssembly/wasi-testsuite
⨍
Functions
611
◇
Types & classes
92
↳
Endpoints
11
↓ 2 callers
Function
test_non_unicast
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-tcp-bind.rs:115
↓ 2 callers
Function
test_not_bindable
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-bind.rs:36
↓ 2 callers
Function
test_not_bindable
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-tcp-bind.rs:171
↓ 2 callers
Function
test_not_bound
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-receive.rs:10
↓ 2 callers
Function
test_not_connected_empty_addr
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-send.rs:67
↓ 2 callers
Function
test_properties
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-tcp-properties.rs:10
↓ 2 callers
Function
test_properties
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-properties.rs:7
↓ 2 callers
Function
test_receive_data
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-receive.rs:19
↓ 2 callers
Function
test_reconnect_different_address
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-connect.rs:109
↓ 2 callers
Function
test_reconnect_same_address
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-connect.rs:94
↓ 2 callers
Function
test_remote_addr_with_port_0
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-send.rs:94
↓ 2 callers
Function
test_reuseaddr
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-tcp-bind.rs:204
↓ 2 callers
Function
test_unspecified_addr
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-bind.rs:83
↓ 2 callers
Function
test_unspecified_remote_addr
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-tcp-connect.rs:70
↓ 2 callers
Function
test_unspecified_remote_addr
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-send.rs:75
↓ 2 callers
Function
test_unspecified_remote_addr
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-connect.rs:38
↓ 2 callers
Function
test_with_bind
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-tcp-listen.rs:10
↓ 2 callers
Function
test_without_bind
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-tcp-listen.rs:17
↓ 2 callers
Function
test_wrong_address_family
(family: IpAddressFamily)
tests/rust/wasm32-wasip3/src/bin/sockets-udp-send.rs:12
↓ 2 callers
Method
validate
(self)
test-runner/wasi_test_runner/test_case.py:592
↓ 2 callers
Function
verify_instant
(t: system_clock::Instant)
tests/rust/wasm32-wasip3/src/bin/wall-clock.rs:9
↓ 1 callers
Method
__init__
(self, adapter_path: str)
test-runner/wasi_test_runner/runtime_adapter.py:85
↓ 1 callers
Method
_add_cleanup_dir
(self, d: Path)
test-runner/wasi_test_runner/test_suite_runner.py:64
↓ 1 callers
Function
_add_directory_entry
(tar: tarfile.TarFile, arcname: str)
tools/package_dist.py:22
↓ 1 callers
Function
_add_manifest
(tar: tarfile.TarFile, manifest: dict[str, Any], arcname: str)
tools/package_dist.py:48
↓ 1 callers
Function
_add_path
(tar: tarfile.TarFile, src: Path, arcname: str)
tools/package_dist.py:42
↓ 1 callers
Function
_add_wasi_version_options
(argv: List[str], wasi_version: str, proposals: List[str], wasi_world: str)
adapters/wasmtime.py:58
↓ 1 callers
Function
_assert_not_legacy_adapter
Raise an exception if the python file at ADAPTER_PATH isn't loadable as a normal Python module.
test-runner/wasi_test_runner/runtime_adapter.py:39
↓ 1 callers
Function
_copy_tree
(src: str, dst: Path)
tools/run_wasi_test.py:20
↓ 1 callers
Function
_execute_single_test
( runtime: RuntimeAdapter, meta: TestSuiteMeta, spec: _TestSpec, expected_to_fail: bool )
test-runner/wasi_test_runner/test_suite_runner.py:380
↓ 1 callers
Function
_expectation_from_table
(test: dict[str, Any])
test-runner/wasi_test_runner/filters.py:85
↓ 1 callers
Function
_get_timeout_seconds
(adapter: Any)
test-runner/wasi_test_runner/runtime_adapter.py:77
↓ 1 callers
Function
_load_adapter_as_module
(adapter_path: str)
test-runner/wasi_test_runner/runtime_adapter.py:67
↓ 1 callers
Function
_load_toml_expectations
(path: Path)
test-runner/wasi_test_runner/filters.py:66
↓ 1 callers
Method
_operations_from_config
(cls: Type[T], test_config_path: Path, ops: List[Any])
test-runner/wasi_test_runner/test_case.py:373
↓ 1 callers
Method
_print_pass
(self, text: str)
test-runner/wasi_test_runner/reporters/console.py:135
↓ 1 callers
Method
_print_result_for_runtime
(self, runtime: RuntimeMeta, suites: List[TestSuite])
test-runner/wasi_test_runner/reporters/console.py:76
↓ 1 callers
Method
_proposals_from_config
(cls: Type[T], proposals: List[Any])
test-runner/wasi_test_runner/test_case.py:403
↓ 1 callers
Function
_read_manifest
(test_suite_path: Path)
test-runner/wasi_test_runner/test_suite_runner.py:408
↓ 1 callers
Function
_read_test_config
(test_path: str)
test-runner/wasi_test_runner/test_suite_runner.py:399
↓ 1 callers
Method
_report_test_terse
(self, test: TestCase)
test-runner/wasi_test_runner/reporters/console.py:49
↓ 1 callers
Method
_report_test_verbose
(self, test: TestCase)
test-runner/wasi_test_runner/reporters/console.py:35
↓ 1 callers
Function
_skip_single_test
(spec: _TestSpec)
test-runner/wasi_test_runner/test_suite_runner.py:342
↓ 1 callers
Function
_write_manifest
(path: Path, name: str, version: str)
tools/run_wasi_test.py:26
↓ 1 callers
Function
add_offset
(t: Mark, dt: i64)
tests/rust/wasm32-wasip3/src/bin/multi-clock-wait.rs:14
↓ 1 callers
Method
add_socket
(self, name: str, sock: socket.socket)
test-runner/wasi_test_runner/test_suite_runner.py:84
↓ 1 callers
Method
as_result
(self)
test-runner/wasi_test_runner/test_case.py:454
↓ 1 callers
Method
compute_argv
(self, test_path: str, args: List[str], env: Dict[str, str],
test-runner/wasi_test_runner/runtime_adapter.py:110
↓ 1 callers
Function
compute_valid_method_chars
(len: usize)
tests/rust/wasm32-wasip3/src/bin/http-request.rs:15
↓ 1 callers
Function
create_symlink_to_directory
(dir_fd: wasi::Fd)
tests/rust/wasm32-wasip1/src/bin/symlink_create.rs:36
↓ 1 callers
Function
create_symlink_to_file
(dir_fd: wasi::Fd)
tests/rust/wasm32-wasip1/src/bin/symlink_create.rs:5
↓ 1 callers
Function
create_symlink_to_root
(dir_fd: wasi::Fd)
tests/rust/wasm32-wasip1/src/bin/symlink_create.rs:66
↓ 1 callers
Function
directory_inheriting_rights
()
tests/rust/wasm32-wasip1/src/bin/path_open_preopen.rs:162
↓ 1 callers
Method
do_cleanup
(self, successful: bool)
test-runner/wasi_test_runner/test_case.py:451
↓ 1 callers
Method
do_connect
(self, conn: Connect)
test-runner/wasi_test_runner/test_case.py:436
↓ 1 callers
Method
do_kill
(self, kill: Kill)
test-runner/wasi_test_runner/test_case.py:448
↓ 1 callers
Method
do_read
(self, read: Read)
test-runner/wasi_test_runner/test_case.py:430
↓ 1 callers
Method
do_recv
(self, recv: Recv)
test-runner/wasi_test_runner/test_case.py:442
↓ 1 callers
Method
do_request
(self, req: Request)
test-runner/wasi_test_runner/test_case.py:445
↓ 1 callers
Method
do_run
(self, run: Run)
test-runner/wasi_test_runner/test_case.py:424
↓ 1 callers
Method
do_send
(self, send: Send)
test-runner/wasi_test_runner/test_case.py:439
↓ 1 callers
Method
do_wait
(self, wait: Wait)
test-runner/wasi_test_runner/test_case.py:433
↓ 1 callers
Method
do_write
(self, write: Write)
test-runner/wasi_test_runner/test_case.py:427
↓ 1 callers
Function
drop_rights
(fd: wasi::Fd, drop_base: wasi::Rights, drop_inheriting: wasi::Rights)
tests/rust/wasm32-wasip1/src/lib.rs:106
↓ 1 callers
Function
echo
(family: IpAddressFamily, addr: IpSocketAddress)
tests/rust/wasm32-wasip3/src/bin/sockets-echo.rs:51
↓ 1 callers
Method
errno_expect_windows
(&self)
tests/rust/wasm32-wasip1/src/config.rs:46
↓ 1 callers
Method
expectation
(cls, message: str)
test-runner/wasi_test_runner/test_case.py:37
↓ 1 callers
Function
fdstats_assert_eq
This is temporary until `wasi` implements `Debug` and `PartialEq` for `wasi::Fdstat`.
tests/rust/wasm32-wasip1/src/bin/path_link.rs:49
↓ 1 callers
Function
filestats_assert_eq
This is temporary until `wasi` implements `Debug` and `PartialEq` for `wasi::Filestat`.
tests/rust/wasm32-wasip1/src/bin/path_link.rs:36
↓ 1 callers
Method
finalize
(self)
test-runner/wasi_test_runner/reporters/__init__.py:14
↓ 1 callers
Function
find_first_preopened_fd
(path: &str)
tests/rust/wasm32-wasip1/src/bin/path_open_preopen.rs:2
↓ 1 callers
Function
fsMkdtemp
(prefix)
tools/jco_runner.mjs:237
↓ 1 callers
Method
get_http_server
(self)
test-runner/wasi_test_runner/test_suite_runner.py:101
↓ 1 callers
Method
get_meta
(self)
test-runner/wasi_test_runner/runtime_adapter.py:104
↓ 1 callers
Function
handle_method_not_allowed
(_headers: &Fields)
tests/rust/wasm32-wasip3/src/bin/http-service.rs:16
↓ 1 callers
Function
handle_not_found
(_headers: &Fields)
tests/rust/wasm32-wasip3/src/bin/http-service.rs:12
↓ 1 callers
Function
handle_root
(headers: &Fields)
tests/rust/wasm32-wasip3/src/bin/http-service.rs:7
↓ 1 callers
Function
is_valid_authority_char
(ch: char)
tests/rust/wasm32-wasip3/src/bin/http-request.rs:184
↓ 1 callers
Function
is_valid_path_char
(ch: char)
tests/rust/wasm32-wasip3/src/bin/http-request.rs:128
↓ 1 callers
Function
join_http_url
(http_server: str, path: str)
test-runner/wasi_test_runner/test_suite_runner.py:363
↓ 1 callers
Method
last_argv
(self)
test-runner/wasi_test_runner/test_suite_runner.py:98
↓ 1 callers
Function
main
()
tools/package_dist.py:56
↓ 1 callers
Function
main
Materialize a one-test suite and delegate execution to the runner.
tools/run_wasi_test.py:34
↓ 1 callers
Function
main
()
tools/jco_runner.mjs:50
↓ 1 callers
Function
main
()
test-runner/wasi_test_runner/__main__.py:15
↓ 1 callers
Function
parseArgs
(argv)
tools/jco_runner.mjs:10
↓ 1 callers
Function
path_open_preopen
(preopened_fd: wasi::Fd)
tests/rust/wasm32-wasip1/src/bin/path_open_preopen.rs:29
↓ 1 callers
Method
proposals_as_str
(self)
test-runner/wasi_test_runner/test_case.py:356
↓ 1 callers
Function
readFile
(path)
tools/jco_runner.mjs:242
↓ 1 callers
Method
report_test
(self, meta: TestSuiteMeta, test: TestCase)
test-runner/wasi_test_runner/reporters/__init__.py:8
↓ 1 callers
Method
report_test_suite
(self, test_suite: TestSuite)
test-runner/wasi_test_runner/reporters/__init__.py:11
↓ 1 callers
Function
run_tests
(runtimes: List[RuntimeAdapter], test_suite_paths: List[Path], expectations: List[
test-runner/wasi_test_runner/harness.py:18
↓ 1 callers
Function
run_tests_from_test_suite
( test_suite_path: str, runtime: RuntimeAdapter, reporters: List[TestReporter], filters: List[
test-runner/wasi_test_runner/test_suite_runner.py:293
↓ 1 callers
Method
support_rename_dir_to_empty_dir
(&self)
tests/rust/wasm32-wasip1/src/config.rs:55
↓ 1 callers
Function
test
()
tests/rust/wasm32-wasip3/src/bin/http-request.rs:254
↓ 1 callers
Function
test_advise
(dir: &Descriptor)
tests/rust/wasm32-wasip3/src/bin/filesystem-advise.rs:23
↓ 1 callers
Function
test_authority
(request: &Request)
tests/rust/wasm32-wasip3/src/bin/http-request.rs:194
↓ 1 callers
Function
test_big_random_buf
()
tests/rust/wasm32-wasip1/src/bin/big_random_buf.rs:3
↓ 1 callers
Function
test_clock_time_get
()
tests/rust/wasm32-wasip1/src/bin/clock_time_get.rs:3
↓ 1 callers
Function
test_close_preopen
(dir_fd: wasi::Fd)
tests/rust/wasm32-wasip1/src/bin/close_preopen.rs:5
← previous
next →
101–200 of 611, ranked by callers