Skip to content

Commit b757afd

Browse files
authored
Update regression tests for apple-clang-14 (23W33) (#600)
1 parent 1e6d740 commit b757afd

File tree

45 files changed

+37
-38
lines changed

Some content is hidden

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

45 files changed

+37
-38
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Apple clang version 14.0.3 (clang-1403.0.22.14.1)
2-
Target: arm64-apple-darwin22.4.0
2+
Target: arm64-apple-darwin22.5.0
33
Thread model: posix
44
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.output

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hello
2+
2022
3+
hello-ish
4+
2022-ish
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
mixed-captures-in-expressions-and-postconditions.cpp2:12:18: error: no member named 'for_each' in namespace 'std::ranges'
2-
std::ranges::for_each(vec, callback);
3-
~~~~~~~~~~~~~^
4-
mixed-captures-in-expressions-and-postconditions.cpp2:14:18: error: no member named 'for_each' in namespace 'std::ranges'
5-
std::ranges::for_each(std::move(vec), std::move(callback));
6-
~~~~~~~~~~~~~^
7-
2 errors generated.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hello
2+
2022
3+
hello-ish
4+
2022-ish
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2:14:18: error: no member named 'for_each' in namespace 'std::ranges'
2-
std::ranges::for_each
3-
~~~~~~~~~~~~~^
4-
mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2:18:18: error: no member named 'for_each' in namespace 'std::ranges'
5-
std::ranges::for_each(view, std::move(callback));
6-
~~~~~~~~~~~~~^
7-
2 errors generated.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
hello
2+
2022
3+
hello-ish
4+
2022-ish
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
mixed-function-expression-and-std-ranges-for-each.cpp2:13:18: error: no member named 'for_each' in namespace 'std::ranges'
2-
std::ranges::for_each
3-
~~~~~~~~~~~~~^
4-
mixed-function-expression-and-std-ranges-for-each.cpp2:17:18: error: no member named 'for_each' in namespace 'std::ranges'
5-
std::ranges::for_each(view, std::move(callback));
6-
~~~~~~~~~~~~~^
7-
2 errors generated.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
hello
3+
4+
2023
5+
hello-ish
6+
2023-ish
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
mixed-function-expression-with-pointer-capture.cpp2:14:18: error: no member named 'for_each' in namespace 'std::ranges'
2-
std::ranges::for_each(view, [_0 = (&y)](auto const& x) -> void{
3-
~~~~~~~~~~~~~^
4-
mixed-function-expression-with-pointer-capture.cpp2:19:18: error: no member named 'for_each' in namespace 'std::ranges'
5-
std::ranges::for_each(view, std::move(callback));
6-
~~~~~~~~~~~~~^
7-
2 errors generated.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
hello
3+
4+
2022
5+
hello-ish
6+
2022-ish
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
mixed-function-expression-with-repeated-capture.cpp2:14:18: error: no member named 'for_each' in namespace 'std::ranges'
2-
std::ranges::for_each
3-
~~~~~~~~~~~~~^
4-
mixed-function-expression-with-repeated-capture.cpp2:18:18: error: no member named 'for_each' in namespace 'std::ranges'
5-
std::ranges::for_each(view, std::move(callback));
6-
~~~~~~~~~~~~~^
7-
2 errors generated.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.output

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
(out this, that)
2+
(out this, that)

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
false

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.output

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
less

regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.output

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.output

Whitespace-only changes.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
args.argc is 1, and args.argv[0] is ./test.exe
1+
args.argc is 1
2+
args.argv[0] is ./test.exe
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
42
2+
43

regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.execution

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ myclass: explicit from string
1111
myclass: default
1212
data: 504, more: 3.141590
1313
myclass: from int and string
14-
data: 77, more: hair plugh
14+
data: 77, more: hair1 plugh
1515
x's state before assignments: data: 1, more: 504
1616
myclass: implicit from int
1717
data: 84, more: 504
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
less more less

regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.output

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
less less less

regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.output

Whitespace-only changes.

0 commit comments

Comments
 (0)