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
...
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.
I think I see CircleCI running the mmap and uffd tests for lucet_runtime. Is that what I'm seeing!?