Skip to content

Commit 3c9c59a

Browse files
authored
CI: Update test results and build GitHub workflow for Windows (#1410)
* CI: Fix Windows build command in build workflow * CI: Update regression test results
1 parent 7a8323d commit 3c9c59a

8 files changed

+1
-8
lines changed

.github/workflows/build-cppfront.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Compiler name & version
1818
run: cl.exe
1919
- name: Build
20-
run: cl.exe source/cppfront.cpp -std:c++latest -MD -EHsc -experimental:module -W4 -WX
20+
run: cl.exe source/cppfront.cpp -std:c++latest -MD -EHsc -W4 -WX
2121
build-unix-like:
2222
strategy:
2323
fail-fast: false

regression-tests/test-results/apple-clang-14-c++2b/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ctor - from string construct [ Henry | 123 Ford Dr. ]
44
ctor - from string assign [ Clara | 123 Ford Dr. ]
55
ctor - copy (GENERAL) cp-construct [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
66
ctor - move mv-construct [ Clara(CM) | 123 Ford Dr. ] <- [ | ]
7-
ctor - copy (GENERAL) cp-assign [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
87
assign - move mv-assign [ Clara | 123 Ford Dr. ] <- [ | ]

regression-tests/test-results/apple-clang-15-c++2b/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ctor - from string construct [ Henry | 123 Ford Dr. ]
44
ctor - from string assign [ Clara | 123 Ford Dr. ]
55
ctor - copy (GENERAL) cp-construct [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
66
ctor - move mv-construct [ Clara(CM) | 123 Ford Dr. ] <- [ | ]
7-
ctor - copy (GENERAL) cp-assign [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
87
assign - move mv-assign [ Clara | 123 Ford Dr. ] <- [ | ]

regression-tests/test-results/clang-15-c++20-libcpp/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ctor - from string construct [ Henry | 123 Ford Dr. ]
44
ctor - from string assign [ Clara | 123 Ford Dr. ]
55
ctor - copy (GENERAL) cp-construct [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
66
ctor - move mv-construct [ Clara(CM) | 123 Ford Dr. ] <- [ | ]
7-
ctor - copy (GENERAL) cp-assign [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
87
assign - move mv-assign [ Clara | 123 Ford Dr. ] <- [ | ]

regression-tests/test-results/clang-15-c++20/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ctor - from string construct [ Henry | 123 Ford Dr. ]
44
ctor - from string assign [ Clara | 123 Ford Dr. ]
55
ctor - copy (GENERAL) cp-construct [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
66
ctor - move mv-construct [ Clara(CM) | 123 Ford Dr. ] <- [ | ]
7-
ctor - copy (GENERAL) cp-assign [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
87
assign - move mv-assign [ Clara | 123 Ford Dr. ] <- [ | ]

regression-tests/test-results/clang-19-c++20/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ctor - from string construct [ Henry | 123 Ford Dr. ]
44
ctor - from string assign [ Clara | 123 Ford Dr. ]
55
ctor - copy (GENERAL) cp-construct [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
66
ctor - move mv-construct [ Clara(CM) | 123 Ford Dr. ] <- [ | ]
7-
ctor - copy (GENERAL) cp-assign [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
87
assign - move mv-assign [ Clara | 123 Ford Dr. ] <- [ | ]

regression-tests/test-results/clang-19-c++23-libcpp/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ctor - from string construct [ Henry | 123 Ford Dr. ]
44
ctor - from string assign [ Clara | 123 Ford Dr. ]
55
ctor - copy (GENERAL) cp-construct [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
66
ctor - move mv-construct [ Clara(CM) | 123 Ford Dr. ] <- [ | ]
7-
ctor - copy (GENERAL) cp-assign [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
87
assign - move mv-assign [ Clara | 123 Ford Dr. ] <- [ | ]

regression-tests/test-results/gcc-13-c++2b/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ ctor - from string construct [ Henry | 123 Ford Dr. ]
44
ctor - from string assign [ Clara | 123 Ford Dr. ]
55
ctor - copy (GENERAL) cp-construct [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
66
ctor - move mv-construct [ Clara(CM) | 123 Ford Dr. ] <- [ | ]
7-
ctor - copy (GENERAL) cp-assign [ Clara | 123 Ford Dr. ] <- [ Clara | 123 Ford Dr. ]
87
assign - move mv-assign [ Clara | 123 Ford Dr. ] <- [ | ]

0 commit comments

Comments
 (0)