Open
Description
e.g.
chyyuu:zCore$ cargo run --release -p linux-loader -- /libc-test/src/functional/argv-static.exe
Finished release [optimized] target(s) in 0.03s
Running target/release/linux-loader /libc-test/src/functional/argv-static.exe
段错误 (核心已转储)
chyyuu:zCore$
I also notice:
scripts/libc-tests.py
L22~24:
# ignore static linked tests
if path.endswith('-static.exe'):
continue
These codes mean LibOS mode zCore didn't support static linked tests?
Activity