commit | 9fe47b4fe2f1bc74bf4a2ccc0b0199da3395f528 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue May 09 16:34:49 2023 -0700 |
committer | Stephanos Ioannidis <root@stephanos.io> | Thu May 11 01:25:01 2023 +0900 |
tree | 229d596267494a7aff0171eb7fb2e14898dbd8e6 | |
parent | 5e0a25f54de67036f206874b008e3dddcfa9f719 [diff] |
tests/x86/pagetables: Disable malloc arena for pagetables test The page tables test checks to make sure the various page permissions are set as expected, but when there's a malloc heap, things don't match the test expectations. As this test doesn't require a heap, just disable it. Signed-off-by: Keith Packard <keithp@keithp.com>