History log of /seL4-test-master/projects/sel4test/apps/sel4test-tests/src/tests/pagetables.c
Revision Date Author Comments
# 1349dd13 10-May-2020 Saer Debel <sdebel@data61.csiro.au>

asserts on seL4_Errors now use test_error_eq

changed test_asserts that check seL4_Errors
to use test_error_eq to output errors in failed cases
that would otherwise be suppressed in a
KernelInvocationReportErrorIPC build config


# 69a8f590 16-May-2017 Hesham Almatary <hesham.almatary@data61.csiro.au>

SELFOUR-161: Remove Remap and use Map instead

Update usages of Page_Remap to instead use Page_Map.


# 7263e5a5 18-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

sel4test: explicitly link sel4_autoconf

since the global conf lib is going be removed, we need to explicitly
linke each project with sel4_autoconf and other config libs
this commit also removed a bunch of unused includes as well as
HAVE_AUTOCONF ifdef checking.


# 92fa60fe 12-Jul-2019 Yu Hou <Yu.Hou@data61.csiro.au>

Trivial: style fix

make the style checker happy


# 3d7586eb 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

sel4test: remove autoconf.h from sel4test

this commit removes autoconf.h generation from sel4test and
append '#include <sel4test/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 2ef9b557 06-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Prevent warnings on conversion of pointer to integer


# ba5ffd73 04-Oct-2017 Hesham Almatary <hesham.almatary@data61.csiro.au>

sel4test: Fix broken build for aarch64

* aarch64 doesn't have Sections and SuperSections; move test_pagetable_arm
that uses them intol AARCH32 block.
* Guard do_test_pagetable_tlbflush_on_vaddr_reuse with AARCH32
since aarch64 code doesn't use it.


# d07b2383 27-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

SELFOUR-1130 Refactor tests to use new DEFINE_TEST

These changes turn tests on and off with the new `enabled` argument in
DEFINE_TEST instead of using #ifdefs.


# d3fcdadd 26-Sep-2017 Claudia Tu <claudia.tu@unsw.edu.au>

SELFOUR-1083 refactor tests because DEFINE_TEST_MAYBE was renamed to DEFINE_TEST


# 057f0e33 13-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

tests: correct usage of macros

s/test_assert_fatal/test_assert: none of these tests should require the
test suite to abort in their current state as they are running in a
different process.

Fix cases where test_assert would return a value from a void function as
appropriate.


# e0eb8e3c 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix whitespace

- remove trailing whitespace
- remove double blank lines
- remove blank lines at end of file


# b5ac337a 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix licenses


# 272e30b5 05-Feb-2017 amrzar <azarrabi@nicta.com.au>

aarch64: update related tests


# 5650a08f 17-Nov-2016 Adrian Danis <Adrian.Danis@data61.csiro.au>

SELFOUR-192: Fixup pagetable tests in the absence of recycle


# bfb8879c 17-Nov-2016 Anna Lyons <Anna.Lyons@data61.csiro.au>

SELFOUR-192: remove recycle, add cancelSends


# 99bf997d 23-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Remove internal redefinition of PAGE_SIZE.

This is already provided in a more explicit manner by libutils.


# 6ae70227 16-Nov-2015 Matthew Fernandez <matthew.fernandez@nicta.com.au>

Remove 'args' parameter to test cases.

This commit removes the state parameter to test cases, which was unused in all
tests. In three years, no test has required this parameter. I think it's time
to ditch this dead weight. It can be reintroduced if necessary later.

Note that this change is interdependent with changes to libsel4test.


# 8c054da4 12-Nov-2015 Anna Lyons <Anna.Lyons@nicta.com.au>

bandaid to get sel4test to output the correct number of tests passing


# 921df9c0 11-Sep-2014 Adrian Danis <Adrian.Danis@nicta.com.au>

VSpace API changes for ARM


# 7f1809de 21-Jul-2014 TrustworthySystems <gatekeeper@sel4.systems>

Release snapshot