[libcxx-commits] [libcxx] [libc++] Add clang-19 to failing tests on Windows (PR #79619)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jan 26 10:35:09 PST 2024


Zingam wrote:

The clang-cl tests fail to build with (could this be related to the bump):
```
<html>
<body>
<!--StartFragment-->
static\test\std\containers\sequences\deque\deque.cons\Output\op_equal.pass.cpp.dir\t.tmp.exe'
--
  | # .---command stderr------------
  | # \| Traceback (most recent call last):
  | # \|   File "C:\ws\src\libcxx\utils\run.py", line 72, in <module>
  | # \|     exit(main())
  | # \|   File "C:\ws\src\libcxx\utils\run.py", line 68, in main
  | # \|     return subprocess.call(commandLine, cwd=args.execdir, env=env, shell=False)
  | # \|   File "c:\python39\lib\subprocess.py", line 349, in call
  | # \|     with Popen(*popenargs, **kwargs) as p:
  | # \|   File "c:\python39\lib\subprocess.py", line 951, in __init__
  | # \|     self._execute_child(args, executable, preexec_fn, close_fds,
  | # \|   File "c:\python39\lib\subprocess.py", line 1420, in _execute_child
  | # \|     hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
  | # \| OSError: [WinError 225] Operation did not complete successfully because the file contains a virus or potentially unwanted software
  | # `-----------------------------
  | # error: command failed with exit status: 1

<!--EndFragment-->
</body>
</html>
```

or

```
<html>
<body>
<!--StartFragment-->
DCMAKE_BUILD_TYPE=Debug
--
  | CMake Error at C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake:777 (file):
  | file STRINGS file
  | "C:/ws/src/build/clang-cl-debug/CMakeFiles/3.20.21032501-MSVC_2/CompilerIdC/CMakeCCompilerId.exe"
  | cannot be read.
  | Call Stack (most recent call first):
  | C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake:11 (CMAKE_DETERMINE_COMPILER_ID_CHECK)
  | C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/CMakeDetermineCompilerId.cmake:58 (__determine_compiler_id_test)
  | C:/BuildTools/Common7/IDE/CommonExtensions/Microsoft/CMake/CMake/share/cmake-3.20/Modules/CMakeDetermineCCompiler.cmake:118 (CMAKE_DETERMINE_COMPILER_ID)
  | CMakeLists.txt:9 (project)

<!--EndFragment-->
</body>
</html>
```

For example:
https://buildkite.com/llvm-project/libcxx-ci/builds/33242#018d455f-544a-46f2-9149-14c35452b77a
https://buildkite.com/llvm-project/libcxx-ci/builds/33240#018d4473-a6f4-45ac-87f2-c9d0ac50c659

https://github.com/llvm/llvm-project/pull/79619


More information about the libcxx-commits mailing list