Lines Matching full:suite
27 After building libc++, you can run parts of the libc++ test suite by simply
55 test suite will select the newest C++ dialect supported by the compiler and use
63 Other parameters are supported by the test suite. Those are defined in ``libcxx/utils/libcxx/test/p…
64 If you want to customize how to run the libc++ test suite beyond what is available
67 The libc++ test suite works by loading a site configuration that defines various
71 extended for custom needs, in particular when porting the libc++ test suite to
77 By default, the libc++ test suite will use a site configuration that matches
98 The libc++ test suite uses a few optional tools to improve the code quality.
106 When writing tests for the libc++ test suite, you should follow a few guidelines.
110 few requirements to the test suite. Here's some stuff you should know:
129 Libc++ contains benchmark tests separately from the test of the test suite.