Skip to content

Commit efe69a8

Browse files
committed
tmp
1 parent 6a9bbc4 commit efe69a8

File tree

137 files changed

+12
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+12
-39
lines changed

.github/workflows/regression-tests.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,18 @@ jobs:
5050
compiler: clang++
5151
cxx_std: c++2b
5252
stdlib: default
53-
- os: macos-13
54-
shortosname: mac-13
53+
- os: macos-15
54+
shortosname: mac-15
5555
compiler: clang++
5656
cxx_std: c++2b
5757
stdlib: default
58-
- os: macos-13
59-
shortosname: mac-13
60-
compiler: clang++-15
61-
cxx_std: c++2b
62-
stdlib: default
63-
- os: windows-2022
64-
shortosname: win-22
58+
- os: windows-2025
59+
shortosname: win-25
6560
compiler: cl.exe
6661
cxx_std: c++latest
6762
stdlib: default
68-
- os: windows-2022
69-
shortosname: win-22
63+
- os: windows-2025
64+
shortosname: win-25
7065
compiler: cl.exe
7166
cxx_std: c++20
7267
stdlib: default

regression-tests/run-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ else
167167
exec_out_dir="$expected_results_dir/apple-clang-15"
168168
elif [[ "$compiler_version" == *"clang version 12.0"* ]]; then
169169
exec_out_dir="$expected_results_dir/clang-12"
170+
elif [[ "$compiler_version" == *"clang version 17.0"* ]]; then
171+
exec_out_dir="$expected_results_dir/clang-17"
170172
elif [[ "$compiler_version" == *"clang version 15.0"* ]]; then
171173
exec_out_dir="$expected_results_dir/clang-15"
172174
elif [[ "$compiler_version" == *"clang version 19.1"* ]]; then

regression-tests/test-results/apple-clang-15-c++2b/clang-version.output

Lines changed: 0 additions & 4 deletions
This file was deleted.

regression-tests/test-results/apple-clang-15-c++2b/run-tests-apple-clang.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Apple clang version 17.0.0 (clang-1700.0.13.5)
2+
Target: arm64-apple-darwin24.6.0
3+
Thread model: posix
4+
InstalledDir: /Applications/Xcode_16.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

regression-tests/test-results/apple-clang-15-c++2b/mixed-allcpp1-hello.cpp.execution renamed to regression-tests/test-results/apple-clang-17-c++2b/mixed-allcpp1-hello.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-as-for-variant-20-types.cpp.execution renamed to regression-tests/test-results/apple-clang-17-c++2b/mixed-as-for-variant-20-types.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-autodiff-taylor.cpp.execution renamed to regression-tests/test-results/apple-clang-17-c++2b/mixed-autodiff-taylor.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-bounds-check.cpp.execution renamed to regression-tests/test-results/apple-clang-17-c++2b/mixed-bounds-check.cpp.execution

File renamed without changes.

regression-tests/test-results/apple-clang-15-c++2b/mixed-bounds-safety-with-assert-2.cpp.execution renamed to regression-tests/test-results/apple-clang-17-c++2b/mixed-bounds-safety-with-assert-2.cpp.execution

File renamed without changes.

0 commit comments

Comments
 (0)