Skip to content

Commit

Permalink
Changed aarch32 pt0002 test
Browse files Browse the repository at this point in the history
Signed-off-by: Alwin Joshy <[email protected]>
  • Loading branch information
alwin-joshy committed Jan 31, 2023
1 parent 19156a5 commit 07a3ef4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/sel4test-tests/src/tests/pagetables.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ static int do_test_pagetable_tlbflush_on_vaddr_reuse(env_t env, seL4_CPtr cap1,
test_error_eq(error, 0);
test_check(vptr[0] == 1);

/* This test no longer works as it relies on overmapping */

error = seL4_ARM_Page_Unmap(cap1);
test_error_eq(error, 0)

error = seL4_ARM_Page_Map(cap2, env->page_directory,
vaddr, seL4_AllRights,
seL4_ARM_Default_VMAttributes);
Expand Down

0 comments on commit 07a3ef4

Please sign in to comment.