STL/tests/tr1
Stephan T. Lavavej d7be0ecb81
Skip tr1/tests/thread, minor style cleanups (#1697)
2021-02-25 18:06:07 -08:00
..
include Run clang-format 11; no manual changes. 2020-12-10 09:27:45 -08:00
tests P1614R2 Adding Spaceship <=> To The Library (#1678) 2021-02-24 16:19:31 -08:00
CMakeLists.txt Add an nvcc test which compiles all the headers at once (#1519) 2020-12-16 17:04:13 -08:00
README.md
env.lst Always use `if constexpr`, require CUDA 10.1 Update 2 (#1544) 2021-01-05 17:19:12 -08:00
env_minus_md_idl.lst Always use `if constexpr`, require CUDA 10.1 Update 2 (#1544) 2021-01-05 17:19:12 -08:00
env_minus_pure.lst Always use `if constexpr`, require CUDA 10.1 Update 2 (#1544) 2021-01-05 17:19:12 -08:00
env_single.lst Let's rewrite the test harness (#1394) 2020-11-06 13:57:46 -08:00
env_threads.lst Always use `if constexpr`, require CUDA 10.1 Update 2 (#1544) 2021-01-05 17:19:12 -08:00
expected_results.txt Skip tr1/tests/thread, minor style cleanups (#1697) 2021-02-25 18:06:07 -08:00
lit.cfg Let's rewrite the test harness (#1394) 2020-11-06 13:57:46 -08:00
lit.site.cfg.in Build, but don't run, ARM/ARM64 tests (#1505) 2021-01-27 02:11:54 -08:00
prefix.lst tests: Avoid dialog boxes, prevent stdout from being lost (#906) 2020-06-20 00:28:45 -07:00
run.pl
runbe.pl
test.lst Skip tr1/tests/thread, minor style cleanups (#1697) 2021-02-25 18:06:07 -08:00

README.md

The tr1 Legacy Test Suite

This is a legacy test suite. We regularly run it because it provides a small amount of additional test coverage. We maintain this test suite in response to breaking changes as the product code evolves. However, cleaning up this test suite is low priority, and we don't add new tests for new features here.

Note that the name tr1 is an historical artifact. This test suite was originally added in the TR1 era (between VS 2008 and VS 2010) and was slightly expanded in later years before being frozen into its current state.

License

Copyright (c) Microsoft Corporation.

SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception