Dan Kegel
|
61be9189f1
|
os: add a few upstream tests for Read and ReadAt, fix problems they exposed.
There are more upstream tests to pull in, but this is plenty for today.
|
2022-01-04 15:45:49 +01:00 |
|
Dan Kegel
|
51d6ffb3be
|
os: Chmod: don't test on wasi yet, wasi-libc does not yet support it
Lets "tinygo test -target wasi os" compile, if not pass.
For https://github.com/tinygo-org/tinygo/issues/2369
|
2021-12-16 16:36:53 -05:00 |
|
Dan Kegel
|
1f6b4a5e7b
|
os_test.go: use CreateTemp now that it is implemented
|
2021-12-14 09:25:27 +01:00 |
|
Dan Kegel
|
be7bbba4ca
|
os: implement and smoketest os.Chmod
|
2021-12-07 10:54:02 +01:00 |
|
Dan Kegel
|
f79f6b0e62
|
os, syscall: implement ReadAt for unix
Windows will take more work, so test is skipped there.
|
2021-11-29 20:13:29 +01:00 |
|