mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
Tests: Fix RunCMake.Swift expected output on Windows
Artifact file extensions differ. Issue: #25573
This commit is contained in:
@@ -1 +1 @@
|
||||
swiftc .* -output-file-map CMakeFiles/greetings_default.dir//output-file-map.json .*
|
||||
swiftc(.exe)? .* -output-file-map CMakeFiles(/|\\)greetings_default.dir(//|\\\\)output-file-map.json .*
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
swiftc -j [0-9]+ -num-threads [0-9]+ -c @CMakeFiles/L.dir/L.o.swift.rsp
|
||||
.*swiftc -emit-library -static -o libL.a @CMakeFiles/L.rsp
|
||||
swiftc(.exe)? -j [0-9]+ -num-threads [0-9]+ -c @CMakeFiles(/|\\)L.dir(/|\\)L.o(bj)?.swift.rsp
|
||||
.*swiftc(.exe)? -emit-library -static -o (libL.a|L.lib) @CMakeFiles(/|\\)L.rsp
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
ninja explain: A.swiftmodule is dirty
|
||||
ninja explain: libB.a is dirty
|
||||
ninja explain: (libB.a|B.lib) is dirty
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
.*Building Swift object A.swiftmodule CMakeFiles/A.dir/a.swift.o
|
||||
.*Building Swift object B.swiftmodule CMakeFiles/B.dir/b.swift.o
|
||||
FAILED: B.swiftmodule CMakeFiles/B.dir/b.swift.o
|
||||
.*Building Swift object A.swiftmodule CMakeFiles(/|\\)A.dir(/|\\)a.swift.o(bj)?
|
||||
.*Building Swift object B.swiftmodule CMakeFiles(/|\\)B.dir(/|\\)b.swift.o(bj)?
|
||||
FAILED: B.swiftmodule CMakeFiles(/|\\)B.dir(/|\\)b.swift.o(bj)?
|
||||
|
||||
Reference in New Issue
Block a user