aboutsummaryrefslogtreecommitdiff
path: root/tests/cc/modules/common.testscript
AgeCommit message (Collapse)AuthorFilesLines
2023-12-14Allow enabling C++ modules for C++20 and later std.cxx valuesBoris Kolpackov1-5/+5
2023-12-08Only enable modules tests for MSVC 17.6 and laterBoris Kolpackov1-2/+4
2023-12-08Re-enable modules tests for MSVC and drop workarounds for old bugsBoris Kolpackov1-1/+2
2023-11-17Disable modules tests for Apple ClangBoris Kolpackov1-2/+6
2023-11-09Enable named modules tests for Clang 16 or later (but not on Windows)Boris Kolpackov1-3/+6
2023-06-07Re-disable C++20 modules tests for MinGW GCCBoris Kolpackov1-3/+1
Several tests (other than the expected symexport) are still failing due to what looks like Windows-specific bugs in the compiler.
2023-06-07Try to enable C++20 modules tests for MinGW GCCBoris Kolpackov1-1/+3
2022-07-08Fix some tests to match canned command line semanticsKaren Arutyunov1-1/+1
2021-11-16Disable C++20 modules tests for MinGW GCCBoris Kolpackov1-0/+7
Things appear to be completely broken in GCC 11.x.
2020-11-30Start adapting module mapper to latest GCC protocolBoris Kolpackov1-0/+6
2020-07-16Save original compiler path/mode in {c,cxx}.config.path/modeBoris Kolpackov1-1/+1
It turns out that when propagating {c,cxx}.config in tests we don't want to propagate any options (such as *.std) that have been folded into our project's mode.
2020-06-24Stop forcing modules support in testsBoris Kolpackov1-15/+0
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-05Disable C++ modules tests for Clang 9Boris Kolpackov1-0/+8
See the following post for details: http://lists.llvm.org/pipermail/cfe-dev/2019-October/063637.html
2019-10-18Use $quote() for quoting config.cxx option value in testscriptsKaren Arutyunov1-1/+1
2019-10-16Quote config.{c,cxx} paths when passing to testsBoris Kolpackov1-1/+1
Without this Windows directory separators are treated as escapes.
2019-06-07Complete and normalize paths in cxx.importable_headersBoris Kolpackov1-3/+5
Also add more header unit include/import tests.
2019-04-30Initial take on header unit and include translation supportBoris Kolpackov1-0/+49