History log of /fuchsia/zircon/kernel/lib/fbl/arena_tests.cpp
Revision Date Author Comments
# b58bad29 04-Apr-2018 Nick Maniscalco <maniscalco@google.com>

[kernel] Move unittest.h to include/lib/unittest/

Move unittest.h deeper in the tree so include statements will say:

Change-Id: I85cb027a53530cd2003d813f004aaea3509f9f40


# 55f571e0 05-Mar-2018 Mark Seaborn <mseaborn@google.com>

[kernel][unittest] Remove unused "void* context" argument from test cases

This argument is always NULL.

This argument was part of an init/cleanup feature that was unused and
that was removed.

Change-Id: I997a268be10c6837b2d7529fb92c2df2e3bab814


# b7def50e 28-Feb-2018 Mark Seaborn <mseaborn@google.com>

[kernel][unittest] Remove unused init/cleanup function parameters

None of the in-kernel test cases provide init or cleanup functions.
They all pass NULL to UNITTEST_END_TESTCASE() for those parameters, so
we can remove those parameters. Note that unittest.c wasn't actually
using the cleanup function.

Change-Id: I0332bc5c870deec8a021f543ec2c31ef95c30d0f


# 3e81de2e 28-Feb-2018 Mark Seaborn <mseaborn@google.com>

[kernel][unittest] Rename REQUIRE_* to ASSERT_* to match userland's unittest.h

This is also more consistent with gtest.

Change-Id: Ic39e75c41a55ca5cba2d09cb920c7cd1c1c7a899


# 4adbc85a 25-Oct-2017 George Kulakowski <kulakowski@google.com>

[arena] Use a unique_ptr to hold temporary objects in arena tests

Change-Id: I62c48d8b393f6f3968886a71b0e6b49aee3eca2d


# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# a3e9ff7d 07-Sep-2017 George Kulakowski <kulakowski@google.com>

[kernel][arena] Add diagnostic count to fbl::{Arena,TypedArena}

Change-Id: I8e8977b4ac1e529020991e4c8fd3fd0519d9537f


# 59e644b1 07-Sep-2017 George Kulakowski <kulakowski@google.com>

[zircon][mxtl->fbl] Rename mxtl to fbl

Change-Id: Ie21b6498e1bfb0a7fa0315e40b9e5c3ee78646be