aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-09-20Support non-assignable (but movable) types in factory arguments when using re...Marco Poletti
2020-08-09Fix bazel build errors introduced by 94cefefb42f3685c1d64664e6aa9cbaf834b25ee...Marco Poletti
2020-07-12Make the test_headers_copy library a static library.Marco Poletti
2020-07-11Report a more user-friendly error when passing a signature with Assisted para...Marco Poletti
2020-06-13Declare the dep on boost in bazel, so that Fruit builds even on systems where...Marco Poletti
2020-05-02Update expected error regexes in tests to allow error messages from latest MS...Marco Poletti
2020-03-29Skip 1 test under MSVC, its error message is bad due to an inconsistent behav...Marco Poletti
2020-03-10Escape ADDITIONAL_INCLUDE_DIRStt4g
2020-03-09Remove a redundant line from testing code.Marco Poletti
2020-03-09Fix test helpers for MSVC, there was a bug that caused most tests to fail.Marco Poletti
2020-03-09Fix a test expectation to allow MSVC 2019's type name format.Marco Poletti
2020-03-06Use find_package(Boost)tt4g
2019-12-23Fix some testing code that handles compilation failures when using MSVC.Marco Poletti
2019-12-22Fix the pytest.ini file used for testing, apparently having two sections with...Marco Poletti
2019-12-22Set a 5min timeout for each test case. One of the tests seems to be hanging i...Marco Poletti
2019-12-22Use os.getcwd() instead of env["PWD"] in testing code so that tests also work...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-07-20Print the env for commands executed in tests, to help debugging env-related i...Marco Poletti
2019-07-20Fix test failures in Bazel when using sandboxing.Marco Poletti
2019-07-20Fix test failures with recent versions of Bazel.Marco Poletti
2019-06-09Use Bazel's CC variable instead of hardcoding g++.Marco Poletti
2019-06-09Set a 'toolchains' param in a BUILD rule. This is needed for the code to comp...Marco Poletti
2019-04-27Fix an expected error regex to support the error format of GCC 9.Marco Poletti
2019-04-27Fix some Python PEP 8 warnings, notably including some warnings that were pri...Marco Poletti
2018-09-12Revert part of commit f06151, that part actually made Fruit slightly slower n...Marco Poletti
2018-09-09Set timeout=long on pytest tests, otherwise they sometimes time out on Travis...Marco Poletti
2018-09-01Another attempt at improving the error messages for componentFunction() misus...Marco Poletti
2018-09-01Revert "Slight change to componentFunction() so that the user gets a better e...Marco Poletti
2018-09-01Slight change to componentFunction() so that the user gets a better error in ...Marco Poletti
2018-09-01Update the test infrastructure to allow type variable replacements in generic...Marco Poletti
2018-08-27Fix some macro issues introduced by the previous commit.Marco Poletti
2018-08-27Use #if instead of #ifdef for Fruit macros (apart from include guards).Marco Poletti
2018-08-20Allow the error format of old versions of Clang in test_component_function_er...Marco Poletti
2018-08-20Add a test for the case where a non-ComponentFunction object is passed to ins...Marco Poletti
2018-08-18Merge branch 'master' of github.com:google/fruitMarco Poletti
2018-08-18Add a PartialComponent::installComponentFunctions() method that allows to ins...Marco Poletti
2018-07-24Also allow MSVC 2015's error message in test_move_partial_component.Marco Poletti
2018-07-24Disable the test test_register_factory_abstract_class_with_no_virtual_destruc...Marco Poletti
2018-07-24Set the correct expected compile error for MSVC in test_move_partial_component.Marco Poletti
2018-07-24Make PartialComponent non-movable. This catches at compile-time some cases wh...Marco Poletti
2018-04-22Disable the check on the error message's line number in the test where we exp...Marco Poletti
2018-04-22Ignore warnings in a test about a base class with no virtual destructor. Some...Marco Poletti
2018-03-04Make Fruit injectors accessible concurrently from multiple threads. This comm...Marco Poletti
2017-12-27Add a missing import to fix compilation of Fruit tests.Marco Poletti
2017-12-27Add a .clang-format config file and reformat all C++ source code using that. ...Marco Poletti
2017-11-18Make the Fruit tests pass with recent versions of Bazel (e.g. 0.7.0).Marco Poletti
2017-11-12A few more fixes to make Fruit work under MSVC 2015 and 2017 in Appveyor.Marco Poletti
2017-10-25Added support for MSVC 14 (VS2015)Clayton Lemons
2017-08-13Remove a use of an undeclared field from a test.Marco Poletti