Skip to content

Commit 4e5422d

Browse files
authored
Update regression tests for apple-clang-14 (23W40) (#730)
1 parent d484264 commit 4e5422d

17 files changed

+69
-2
lines changed
Lines changed: 2 additions & 2 deletions
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.5.0
2+
Target: arm64-apple-darwin22.6.0
33
Thread model: posix
4-
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
4+
InstalledDir: /Library/Developer/CommandLineTools-14/usr/bin

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.output

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.execution

Whitespace-only changes.

regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.output

Whitespace-only changes.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
x.to_string() is clubs
2+
x2.to_string() is clubs
3+
with if else: clubs
4+
with inspect: clubs
5+
6+
file_attributes::cached.get_raw_value() is 1
7+
file_attributes::current.get_raw_value() is 2
8+
file_attributes::obsolete.get_raw_value() is 4
9+
file_attributes::cached_and_current.get_raw_value() is 3
10+
f. get_raw_value() is 1
11+
f2.get_raw_value() is 1
12+
f is (cached)
13+
f2 is (cached)
14+
f2 is (none)
15+
f2 is (cached)
16+
f. get_raw_value() is 1
17+
f2.get_raw_value() is 1
18+
f is (f2) is true
19+
f2 is (f ) is true
20+
21+
f is (cached, current, obsolete, cached_and_current)
22+
f2 is (cached, current, cached_and_current)
23+
f. get_raw_value() is 7
24+
f2.get_raw_value() is 3
25+
f == f2 is false
26+
f is (f2) is false
27+
f2 is (f ) is false
28+
(f & f2) == f2 is true
29+
inspecting f: includes all f2's flags ('cached' and 'current')

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

Whitespace-only changes.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ g0g0g
88

99
pl(ug$h
1010
0pl(ug$h
11+
Dog kennel color mauve price 3.14 in stock = true
12+
Dog kennel color mauve price 3.140000 in stock = true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
43
2+
forty-and-three

0 commit comments

Comments
 (0)