Logo
Explore Help
Sign In
fluencelabs/wasmer
1
0
Fork 0
You've already forked wasmer
mirror of https://github.com/fluencelabs/wasmer synced 2025-05-14 19:41:20 +00:00
Code Issues Projects Releases Wiki Activity
wasmer/lib/wasi-tests/tests/wasitests/snapshot1_isatty.rs

16 lines
383 B
Rust
Raw Normal View History

Fixed WASI isatty
2020-02-12 23:00:30 -08:00
// !!! THIS IS A GENERATED FILE !!!
// ANY MANUAL EDITS MAY BE OVERWRITTEN AT ANY TIME
// Files autogenerated with cargo build (build/wasitests.rs).
#[test]
Update `wasi-tests` to test multiple versions of WASI This change also cleans up the `wasi-test` generation a bit. It's actually still really, really messy, but at least now it's split up into easier to understand chunks. There's still a lot of low-hanging fruit in terms of improving the readibilty and maintainability of the code.
2020-03-13 15:41:50 -07:00
fn test_snapshot1_isatty() {
Fixed WASI isatty
2020-02-12 23:00:30 -08:00
assert_wasi_output!(
Update `wasi-tests` to test multiple versions of WASI This change also cleans up the `wasi-test` generation a bit. It's actually still really, really messy, but at least now it's split up into easier to understand chunks. There's still a lot of low-hanging fruit in terms of improving the readibilty and maintainability of the code.
2020-03-13 15:41:50 -07:00
"../../wasitests/snapshot1/isatty.wasm",
"snapshot1_isatty",
Fixed WASI isatty
2020-02-12 23:00:30 -08:00
vec![],
vec![],
vec![],
"../../wasitests/isatty.out"
);
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 48ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API