History log of /seL4-test-master/projects/sel4test/apps/sel4test-tests/src/tests/inc_untyped.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


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

Trivial: style fix

make the style checker happy


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

SELFOUR-1083 refactor tests because DEFINE_TEST_MAYBE was renamed to DEFINE_TEST


# 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


# 2af54893 30-Oct-2016 Jeff Waugh <jdub@bethesignal.org>

Test range max against defined number


# 74df22ec 27-Oct-2016 Jeff Waugh <jdub@bethesignal.org>

Check error descriptions during untyped tests

- This test will pass on current master, which always uses buffered
machine registers for syscalls

- It will fail if syscall_stub_gen.py is run without --buffer, as
the error descriptions are lost on the way through [1]

- It will pass once more when seL4/seL4#45 lands :-)

[1] http://sel4.systems/pipermail/devel/2016-October/001079.html


# 11f06d74 31-May-2016 Anna Lyons <Anna.Lyons@nicta.com.au>

Remove references to experimental branch (stable)


# 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


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

Release snapshot