File tree
6 files changed
+31
-6
lines changed- cranelift
- codegen/src
- opts
- filetests/filetests/egraph
- tests
- wasi_testsuite
6 files changed
+31
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
40 | 53 |
| |
41 | 54 |
| |
42 | 55 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
| 11 | + | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
| 106 | + | |
105 | 107 |
| |
106 | 108 |
| |
107 | 109 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
52 | 62 |
| |
53 | 63 |
| |
54 | 64 |
| |
|
Submodule spec_testsuite updated 197 files
Submodule wasi-common updated 73 files
- .github/workflows/compile-tests.yml+20-26
- .github/workflows/daily-runtime-validation.yml+10-11
- .github/workflows/test-runner.yml+2-2
- scripts/update-proposal-tests.sh+2-2
- tests/c/build.sh+1-1
- tests/c/testsuite/clock_getres-monotonic.wasm
- tests/c/testsuite/clock_getres-realtime.wasm
- tests/c/testsuite/clock_gettime-monotonic.wasm
- tests/c/testsuite/clock_gettime-realtime.wasm
- tests/c/testsuite/fdopendir-with-access.wasm
- tests/c/testsuite/fopen-with-access.wasm
- tests/c/testsuite/fopen-with-no-access.c+1-1
- tests/c/testsuite/fopen-with-no-access.wasm
- tests/c/testsuite/lseek.wasm
- tests/c/testsuite/pread-with-access.wasm
- tests/c/testsuite/pwrite-with-access.wasm
- tests/c/testsuite/pwrite-with-append.c+12-17
- tests/c/testsuite/pwrite-with-append.wasm
- tests/c/testsuite/sock_shutdown-invalid_fd.wasm
- tests/c/testsuite/sock_shutdown-not_sock.wasm
- tests/c/testsuite/stat-dev-ino.wasm
- tests/rust/build.sh+2-2
- tests/rust/src/bin/fd_advise.rs+7-8
- tests/rust/src/bin/file_allocate.rs+14-15
- tests/rust/src/bin/path_filestat.rs+44-21
- tests/rust/src/bin/path_link.rs-1
- tests/rust/src/config.rs+12
- tests/rust/testsuite/big_random_buf.wasm
- tests/rust/testsuite/clock_time_get.wasm
- tests/rust/testsuite/close_preopen.wasm
- tests/rust/testsuite/dangling_fd.wasm
- tests/rust/testsuite/dangling_symlink.wasm
- tests/rust/testsuite/dir_fd_op_failures.wasm
- tests/rust/testsuite/directory_seek.wasm
- tests/rust/testsuite/fd_advise.wasm
- tests/rust/testsuite/fd_fdstat_set_rights.wasm
- tests/rust/testsuite/fd_filestat_set.wasm
- tests/rust/testsuite/fd_flags_set.wasm
- tests/rust/testsuite/fd_readdir.wasm
- tests/rust/testsuite/file_allocate.wasm
- tests/rust/testsuite/file_pread_pwrite.wasm
- tests/rust/testsuite/file_seek_tell.wasm
- tests/rust/testsuite/file_truncation.wasm
- tests/rust/testsuite/file_unbuffered_write.wasm
- tests/rust/testsuite/fstflags_validate.wasm
- tests/rust/testsuite/interesting_paths.wasm
- tests/rust/testsuite/isatty.wasm
- tests/rust/testsuite/nofollow_errors.wasm
- tests/rust/testsuite/overwrite_preopen.wasm
- tests/rust/testsuite/path_exists.wasm
- tests/rust/testsuite/path_filestat.wasm
- tests/rust/testsuite/path_link.wasm
- tests/rust/testsuite/path_open_create_existing.wasm
- tests/rust/testsuite/path_open_dirfd_not_dir.wasm
- tests/rust/testsuite/path_open_missing.wasm
- tests/rust/testsuite/path_open_nonblock.wasm
- tests/rust/testsuite/path_open_preopen.wasm
- tests/rust/testsuite/path_open_read_write.wasm
- tests/rust/testsuite/path_rename.wasm
- tests/rust/testsuite/path_rename_dir_trailing_slashes.wasm
- tests/rust/testsuite/path_symlink_trailing_slashes.wasm
- tests/rust/testsuite/poll_oneoff_stdio.wasm
- tests/rust/testsuite/readlink.wasm
- tests/rust/testsuite/remove_directory_trailing_slashes.wasm
- tests/rust/testsuite/remove_nonempty_directory.wasm
- tests/rust/testsuite/renumber.wasm
- tests/rust/testsuite/sched_yield.wasm
- tests/rust/testsuite/stdio.wasm
- tests/rust/testsuite/symlink_create.wasm
- tests/rust/testsuite/symlink_filestat.wasm
- tests/rust/testsuite/symlink_loop.wasm
- tests/rust/testsuite/truncation_rights.wasm
- tests/rust/testsuite/unlink_file_trailing_slashes.wasm
0 commit comments