1. c3e8591 Use 4 xdist workers for each test when running tests with Bazel. This reduces the overall runtime by ~25%. by Marco Poletti · 7 years ago
  2. e00461f Migrate all Fruit tests to pytest, to improve parallelization. After this change, it's no longer possible to run Fruit tests via CTest. by Marco Poletti · 7 years ago
  3. 905dc09 Support building Fruit with MSVC. by Marco Poletti · 8 years ago
  4. 8bc638c Make Fruit tests work under Bazel again. by Marco Poletti · 8 years ago
  5. f05259d Use precompiled headers in Fruit tests. This reduces the test time by ~50% (and the configure+build+test time by ~40%). by Marco Poletti · 8 years ago
  6. 6df80a7 Use extras/bazel_root as WORKSPACE root for Bazel, using symlinks so that Fruit lives under //third_party/fruit instead of //. by Marco Poletti · 8 years ago
  7. f9b2c6f Port all end-to-end C++ tests to be nose2-based python tests, so that: by Marco Poletti · 8 years ago
  8. 18fb995 Support Bazel as an alternative build system (in parallel with CMake). by Marco Poletti · 9 years ago
  9. 3c9b9fa tests/util/type_info.cpp: if the demangled name is not as expected, print relevant values before aborting. by Marco Poletti · 9 years ago
  10. 4c0308f Fix GCC-only test failures by fixing the tests. Also change 1 test to be Clang-only since that scenario can't happen with GCC. by Marco Poletti · 9 years ago
  11. f32ac4b Use a custom Assert() macro in tests, that's not disabled by NDEBUG, so that tests can now run for release builds with -Werror. by Marco Poletti · 9 years ago
  12. 9b9f9b8 Add unit tests for type_info. by Marco Poletti · 10 years ago
  13. 853205c Add unit tests for LambdaInvoker. by Marco Poletti · 10 years ago