aboutsummaryrefslogtreecommitdiff
path: root/tests/util
AgeCommit message (Expand)Author
2020-03-09Fix a test expectation to allow MSVC 2019's type name format.Marco Poletti
2019-09-01Add a more complex test case for name demangling.Marco Poletti
2019-07-20Migrate tests to absl.testing, mainly to make Bazel test sharding work.Marco Poletti
2019-04-27Fix some Python PEP 8 warnings, notably including some warnings that were pri...Marco Poletti
2017-06-17Use 4 xdist workers for each test when running tests with Bazel. This reduces...Marco Poletti
2017-06-12Migrate all Fruit tests to pytest, to improve parallelization. After this cha...Marco Poletti
2017-03-12Support building Fruit with MSVC.Marco Poletti
2016-12-22Make Fruit tests work under Bazel again.Marco Poletti
2016-12-22Use precompiled headers in Fruit tests. This reduces the test time by ~50% (a...Marco Poletti
2016-11-18Use extras/bazel_root as WORKSPACE root for Bazel, using symlinks so that Fru...Marco Poletti
2016-10-08Port all end-to-end C++ tests to be nose2-based python tests, so that:Marco Poletti
2016-03-27Support Bazel as an alternative build system (in parallel with CMake).Marco Poletti
2016-02-14tests/util/type_info.cpp: if the demangled name is not as expected, print rel...Marco Poletti
2015-12-06Fix GCC-only test failures by fixing the tests. Also change 1 test to be Clan...Marco Poletti
2015-06-07Use a custom Assert() macro in tests, that's not disabled by NDEBUG, so that ...Marco Poletti
2015-02-01Add unit tests for type_info.Marco Poletti
2015-02-01Add unit tests for LambdaInvoker.Marco Poletti