[clang] [libclang/python] Export all enums (PR #100941)
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 29 06:19:19 PDT 2024
Endilll wrote:
@DeinAlptraum Can you merge `main` into this branch? I'd like to merge this with a green CI.
@tbaederr CI for this patch has failed due to unrelated failure that is likely to be connected to your work:
```
_bk;t=1722188500258******************** TEST 'Clang :: AST/Interp/literals.cpp' FAILED ********************
_bk;t=1722188500258Exit Code: 1
_bk;t=1722188500258
_bk;t=1722188500258Command Output (stdout):
_bk;t=1722188500258--
_bk;t=1722188500258# RUN: at line 1
_bk;t=1722188500258c:\ws\src\build\bin\clang.exe -cc1 -internal-isystem C:\ws\src\build\lib\clang\20\include -nostdsysteminc -fexperimental-new-constant-interpreter -Wno-vla -fms-extensions -std=c++11 -verify=expected,both C:\ws\src\clang\test\AST\Interp\literals.cpp
_bk;t=1722188500258# executed command: 'c:\ws\src\build\bin\clang.exe' -cc1 -internal-isystem 'C:\ws\src\build\lib\clang\20\include' -nostdsysteminc -fexperimental-new-constant-interpreter -Wno-vla -fms-extensions -std=c++11 -verify=expected,both 'C:\ws\src\clang\test\AST\Interp\literals.cpp'
_bk;t=1722188500258# note: command had no output on stdout or stderr
_bk;t=1722188500258# RUN: at line 2
_bk;t=1722188500258c:\ws\src\build\bin\clang.exe -cc1 -internal-isystem C:\ws\src\build\lib\clang\20\include -nostdsysteminc -fexperimental-new-constant-interpreter -Wno-vla -fms-extensions -std=c++20 -verify=expected,both C:\ws\src\clang\test\AST\Interp\literals.cpp
_bk;t=1722188500258# executed command: 'c:\ws\src\build\bin\clang.exe' -cc1 -internal-isystem 'C:\ws\src\build\lib\clang\20\include' -nostdsysteminc -fexperimental-new-constant-interpreter -Wno-vla -fms-extensions -std=c++20 -verify=expected,both 'C:\ws\src\clang\test\AST\Interp\literals.cpp'
_bk;t=1722188500258# .---command stderr------------
_bk;t=1722188500258# | error: 'both-warning' diagnostics seen but not expected:
_bk;t=1722188500258# | File C:\ws\src\clang\test\AST\Interp\literals.cpp Line 1219: cast to smaller integer type 'long' from 'void *'
_bk;t=1722188500258# | 1 error generated.
_bk;t=1722188500258# `-----------------------------
_bk;t=1722188500258# error: command failed with exit status: 1
_bk;t=1722188500258
_bk;t=1722188500258--
_bk;t=1722188500258
_bk;t=1722188500258********************
```
This is the second time during the past 7 days that I see `AST/Interp` tests failing in unrelated PR. Can you make sure pre-commit CI is green before you land your commits? You can open PR, and merge them as long as CI is green. Both Linux and Windows pre-commit CI has enough capacity these days, so it shouldn't introduce too much latency into your workflow.
CC @AaronBallman
https://github.com/llvm/llvm-project/pull/100941
More information about the cfe-commits
mailing list