summaryrefslogtreecommitdiff
path: root/src/unittest
AgeCommit message (Expand)Author
2018-11-28tests: Convert IniFile unit test to a GTestGiacomo Travaglini
2018-10-26tests: Convert AddrRangeMap unit test to a GTestAndreas Sandberg
2018-10-26tests: Convert CircleBuf unit test to a GTestAndreas Sandberg
2018-06-19base, mem: Disambiguate if an addr range is contained or overlapsNikos Nikoleris
2018-06-13tests: Make "UnitTest"s more like GTest so they can be in other dirs.Gabe Black
2018-03-06scons: Switch from the print statement to the print function.Gabe Black
2017-12-12tests: Turn fbtest into a gtest and move it to src/base.Gabe Black
2017-12-12tests: Move the cprintftest unit test into src/base.Gabe Black
2017-12-12tests: Convert the cprintf unit test into a gtest.Gabe Black
2017-12-12tests: Move the trietest unit test into base.Gabe Black
2017-12-12tests: Plumb dumps of the test trie into the gtest macros.Gabe Black
2017-12-12tests: Convert the trie unit test into a gtest.Gabe Black
2017-12-06base: Split out the pixel class in framebuffer.(cc|hh).Gabe Black
2017-12-06tests: Fix the source file for the cprintftime test.Gabe Black
2017-12-04misc: Rename misc.(hh|cc) to logging.(hh|cc)Gabe Black
2017-12-04tests: Remove trietest's dependence on cprintf.Gabe Black
2017-12-04tests: Add a ptr helper function trietest.Gabe Black
2017-12-04tests: Get rid of the bitvectest unit test.Gabe Black
2017-11-28tests: Move the bituniontest to be alongside the bitunion header.Gabe Black
2017-11-28tests: Reimplement the bituniontest as a googletest.Gabe Black
2017-11-27tests: Build the input file into the initest unit test.Gabe Black
2017-11-27scons: Switch from "guards" to "tags" on source files.Gabe Black
2017-11-22tests: Resurrect initest input file(s).Gabe Black
2017-11-22tests: Fix the stats unit test.Gabe Black
2017-11-19tests: Fix compilation of cprinftest.Gabe Black
2017-05-02python: Use PyBind11 instead of SWIG for Python wrappersAndreas Sandberg
2017-02-10misc: Update #!env calls for python to explicit versionJason Lowe-Power
2017-01-27python: Move native wrappers to the _m5 namespaceAndreas Sandberg
2016-11-09style: [patch 1/22] use /r/3648/ to reorganize includesBrandon Potter
2016-02-06style: remove trailing whitespaceSteve Reinhardt
2015-08-07base: Rewrite the CircleBuf to fix bugs and add serializationAndreas Sandberg
2015-05-23base: Redesign internal frame buffer handlingAndreas Sandberg
2015-01-07test: Add a unittest for the BitUnion types.Gabe Black
2014-01-30unittest: Fix build errorsOla Jeppsson
2013-09-04arch: Resurrect the NOISA build target and rename it NULLAndreas Hansson
2012-09-19AddrRange: Transition from Range<T> to AddrRangeAndreas Hansson
2012-09-19AddrRange: Simplify Range by removing stream input/outputAndreas Hansson
2012-09-19AddrRange: Remove unused range_multimapAndreas Hansson
2012-06-05stats: Add stats unittest for total calculations.Ali Saidi
2012-05-10stats: fix compilation of unit test.Ali Saidi
2012-04-14sim: A trie data structure specifically to speed up paging lookups.Gabe Black
2011-08-19Stats: Add a sparse histogram stat object.Thomas Grass
2011-06-02copyright: clean up copyright blocksNathan Binkert
2011-04-15unittest: Make unit tests capable of using swig and python, convert stattestNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2011-01-18Unit tests: Convert the refcnttest unit test to use the new EXPECT macros.Gabe Black
2011-01-18Unit tests: Define a header file for common unit testing functions/macros.Gabe Black
2011-01-10stats: Add a histogram statistic typeNathan Binkert
2011-01-10stats: fix stat test from curTick changeNathan Binkert
2011-01-10RefCount: Add a unit test for reference counting pointers.Gabe Black