Core-13 pure: add CI workflows, VM e2e tests, LLVM parity bridge (minimal); do not touch private docs
This commit is contained in:
@ -106,6 +106,10 @@ lf.close()
|
||||
#[test]
|
||||
fn e2e_vm_plugin_filebox_close_void() {
|
||||
if !try_init_plugins() { return; }
|
||||
if nyash_rust::config::env::mir_core13_pure() {
|
||||
eprintln!("[E2E] skip vm filebox under Core-13 pure mode");
|
||||
return;
|
||||
}
|
||||
|
||||
let code = r#"
|
||||
local f
|
||||
|
||||
Reference in New Issue
Block a user