bytecodealliance / lucet

Lucet, the Sandboxing WebAssembly Compiler.
Apache License 2.0
4.06k stars 165 forks source link

[PR into tyler/uffd-strategy] Use the `RegionCreate` syntax for more tests #521

Closed acfoltzer closed 4 years ago

fst-crenshaw commented 4 years ago

I think I see CircleCI running the mmap and uffd tests for lucet_runtime. Is that what I'm seeing!?

running 107 tests
test alloc::tests::mmap::accept_small_guard_heap ... ok(B
test alloc::tests::mmap::alloc_grow_reset ... ok(B
test alloc::tests::mmap::alloc_reset ... ok(B
test alloc::tests::mmap::badly_specced_instance_does_not_take_up_capacity ... ok(B
...
test alloc::tests::uffd::accept_small_guard_heap ... ok(B
test alloc::tests::uffd::alloc_grow_reset ... ok(B
test alloc::tests::uffd::alloc_reset ... ok(B
test alloc::tests::uffd::allocate_runtime_works ... ok(B
test alloc::tests::uffd::badly_specced_instance_does_not_take_up_capacity ... ok(B
...
acfoltzer commented 4 years ago

The CircleCI config in this branch is now outdated compared to master; I would recommend rebasing tyler/uffd-strategy on master or merging in the latest commits, rather than merging this branch.