github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results

* 53843 tests passed
* 1184 tests skipped
* 4 tests failed

## Failed Tests
(click on a test name to see its output)

### Clang
<details>
<summary>Clang.ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-std=c++17 -triple x86_64-unknown-unknown -fsycl-is-device    -ast-dump 
C:\_work\llvm-project\llvm-project\clang\test\ASTSYCL\ast-dump-sycl-kernel-call-stmt.cpp
    | c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
--match-full-lines 
C:\_work\llvm-project\llvm-project\clang\test\ASTSYCL\ast-dump-sycl-kernel-call-stmt.cpp
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-std=c++17 -triple x86_64-unknown-unknown -fsycl-is-device -ast-dump 
'C:\_work\llvm-project\llvm-project\clang\test\ASTSYCL\ast-dump-sycl-kernel-call-stmt.cpp'
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' --match-full-lines 
'C:\_work\llvm-project\llvm-project\clang\test\ASTSYCL\ast-dump-sycl-kernel-call-stmt.cpp'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\clang\test\ASTSYCL\ast-dump-sycl-kernel-call-stmt.cpp:75:16:
 error: CHECK-NEXT: expected string not found in input
# | // CHECK-NEXT: | | | `-UnresolvedLookupExpr {{.*}} '<dependent type>' 
lvalue (ADL) = 'sycl_kernel_launch' {{.*}}
# |                ^
# | <stdin>:335:87: note: scanning from here
# | | | | | `-DeclRefExpr 0x2b1b7332c30 <col:3> 'KT' lvalue ParmVar 
0x2b1b7332828 'k' 'KT'
# |                                                                             
          ^
# | <stdin>:336:16: note: possible intended match here
# | | | | |-UnresolvedLookupExpr 0x2b1b7332b30 <line:61:6> '<dependent type>' 
lvalue (ADL) = 'sycl_kernel_launch' 0x2b1b7304218
# |                ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\clang\test\ASTSYCL\ast-dump-sycl-kernel-call-stmt.cpp
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |            .
# |            .
# |            .
# |          330: | |-FunctionDecl 0x2b1b7332940 <line:61:1, line:63:1> 
line:61:6 skep2 'void (KT)' 
# |          331: | | |-ParmVarDecl 0x2b1b7332828 <col:12, col:15> col:15 
referenced k 'KT' 
# |          332: | | |-UnresolvedSYCLKernelCallStmt 0x2b1b7332c90 <col:18, 
line:63:1> 
# |          333: | | | |-CompoundStmt 0x2b1b7332c78 <line:61:18, line:63:1> 
# |          334: | | | | `-CallExpr 0x2b1b7332c50 <line:62:3, col:5> 
'<dependent type>' 
# |          335: | | | | `-DeclRefExpr 0x2b1b7332c30 <col:3> 'KT' lvalue 
ParmVar 0x2b1b7332828 'k' 'KT' 
# | next:75'0                                                                   
                        X error: no match found
# |          336: | | | |-UnresolvedLookupExpr 0x2b1b7332b30 <line:61:6> 
'<dependent type>' lvalue (ADL) = 'sycl_kernel_launch' 0x2b1b7304218 
# | next:75'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | next:75'1                    ?                                              
                                                               possible 
intended match
# |          337: | | | | `-TemplateArgument type 'KNT':'type-parameter-0-0' 
# | next:75'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          338: | | | | `-TemplateTypeParmType 0x2b1b731dcc0 'KNT' dependent 
depth 0 index 0 
# | next:75'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          339: | | | | `-TemplateTypeParm 0x2b1b731dc70 'KNT' 
# | next:75'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          340: | | | `-UnresolvedLookupExpr 0x2b1b7332bb8 <col:6> 
'<dependent type>' lvalue (ADL) = 'sycl_handle_special_kernel_parameters' 
0x2b1b731d008 
# | next:75'0     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |          341: | | | `-TemplateArgument type 'KNT':'type-parameter-0-0' 
# | next:75'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |            .
# |            .
# |            .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.Misc/pragma-attribute-supported-attributes-list.test</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang-tblgen.exe 
-gen-clang-test-pragma-attribute-supported-attributes 
-IC:\_work\llvm-project\llvm-project\clang/include 
C:\_work\llvm-project\llvm-project\clang/include/clang/Basic/Attr.td -o - | 
c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe 
C:\_work\llvm-project\llvm-project\clang\test\Misc\pragma-attribute-supported-attributes-list.test
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\clang-tblgen.exe' 
-gen-clang-test-pragma-attribute-supported-attributes 
'-IC:\_work\llvm-project\llvm-project\clang/include' 
'C:\_work\llvm-project\llvm-project\clang/include/clang/Basic/Attr.td' -o -
# note: command had no output on stdout or stderr
# executed command: 
'c:\_work\llvm-project\llvm-project\build\bin\filecheck.exe' 
'C:\_work\llvm-project\llvm-project\clang\test\Misc\pragma-attribute-supported-attributes-list.test'
# .---command stderr------------
# | 
C:\_work\llvm-project\llvm-project\clang\test\Misc\pragma-attribute-supported-attributes-list.test:202:16:
 error: CHECK-NEXT: is not on the line after the previous match
# | // CHECK-NEXT: ScopedLockable (SubjectMatchRule_record)
# |                ^
# | <stdin>:199:1: note: 'next' match was here
# | ScopedLockable (SubjectMatchRule_record)
# | ^
# | <stdin>:197:43: note: previous match ended here
# | SYCLSpecialClass (SubjectMatchRule_record)
# |                                           ^
# | <stdin>:198:1: note: non-matching line after previous match is here
# | SYCLSpecialKernelParameter (SubjectMatchRule_record)
# | ^
# | 
# | Input file: <stdin>
# | Check file: 
C:\_work\llvm-project\llvm-project\clang\test\Misc\pragma-attribute-supported-attributes-list.test
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |           .
# |           .
# |           .
# |         194: ReturnsTwice (SubjectMatchRule_function) 
# |         195: SYCLExternal (SubjectMatchRule_function) 
# |         196: SYCLKernelEntryPoint (SubjectMatchRule_function) 
# |         197: SYCLSpecialClass (SubjectMatchRule_record) 
# |         198: SYCLSpecialKernelParameter (SubjectMatchRule_record) 
# |         199: ScopedLockable (SubjectMatchRule_record) 
# | next:202     !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  error: match on 
wrong line
# |         200: Section (SubjectMatchRule_function, 
SubjectMatchRule_variable_is_global, SubjectMatchRule_objc_method, 
SubjectMatchRule_objc_property) 
# |         201: SelectAny (SubjectMatchRule_variable_not_is_parameter) 
# |         202: SetTypestate (SubjectMatchRule_function_is_member) 
# |         203: SpeculativeLoadHardening (SubjectMatchRule_function, 
SubjectMatchRule_objc_method) 
# |         204: StackProtectorIgnore (SubjectMatchRule_variable_is_local) 
# |           .
# |           .
# |           .
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.SemaSYCL/sycl-kernel-entry-point-attr-device-odr-use.cpp</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-triple x86_64-linux-gnu -std=c++17 -fsycl-is-host -verify=host 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-triple x86_64-linux-gnu -std=c++17 -fsycl-is-host -verify=host 
'C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp'
# note: command had no output on stdout or stderr
# RUN: at line 2
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-triple x86_64-linux-gnu -std=c++17 -fsycl-is-device -verify=device 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-triple x86_64-linux-gnu -std=c++17 -fsycl-is-device -verify=device 
'C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp'
# .---command stderr------------
# | error: 'device-error' diagnostics expected but not seen: 
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
 Line 95 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp:94):
 function 'mskep' cannot be used in device code because it is declared with the 
'clang::sycl_kernel_entry_point' attribute
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
 Line 107 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp:106):
 function 'mskep' cannot be used in device code because it is declared with the 
'clang::sycl_kernel_entry_point' attribute
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
 Line 119 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp:118):
 function 'mskep' cannot be used in device code because it is declared with the 
'clang::sycl_kernel_entry_point' attribute
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
 Line 130 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp:129):
 function 'mskep' cannot be used in device code because it is declared with the 
'clang::sycl_kernel_entry_point' attribute
# | error: 'device-note' diagnostics expected but not seen: 
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
 Line 38 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp:37):
 attribute is here
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
 Line 101 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp:100):
 attribute is here
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
 Line 101 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp:100):
 attribute is here
# |   File 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp
 Line 101 (directive at 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-device-odr-use.cpp:100):
 attribute is here
# | 8 errors generated.
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>
<details>
<summary>Clang.SemaSYCL/sycl-kernel-entry-point-attr-kernel-name-pch.cpp</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 4
rm -rf 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp
# executed command: rm -rf 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 5
split-file 
C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-kernel-name-pch.cpp
 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp
# executed command: split-file 
'C:\_work\llvm-project\llvm-project\clang\test\SemaSYCL\sycl-kernel-entry-point-attr-kernel-name-pch.cpp'
 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp'
# note: command had no output on stdout or stderr
# RUN: at line 6
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-std=c++17 -fsycl-is-host -emit-pch -x c++-header    
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/pch.h
 -o 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/pch.h.host.pch
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-std=c++17 -fsycl-is-host -emit-pch -x c++-header 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/pch.h'
 -o 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/pch.h.host.pch'
# note: command had no output on stdout or stderr
# RUN: at line 8
c:\_work\llvm-project\llvm-project\build\bin\clang.exe -cc1 -internal-isystem 
C:\_work\llvm-project\llvm-project\build\lib\clang\23\include -nostdsysteminc 
-std=c++17 -fsycl-is-host -verify    -include-pch 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/pch.h.host.pch
 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/test.cpp
# executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' 
-cc1 -internal-isystem 
'C:\_work\llvm-project\llvm-project\build\lib\clang\23\include' -nostdsysteminc 
-std=c++17 -fsycl-is-host -verify -include-pch 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/pch.h.host.pch'
 
'C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/test.cpp'
# .---command stderr------------
# | error: 'expected-note' diagnostics expected but not seen: 
# |   File 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp\pch.h
 Line 8 (directive at 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/test.cpp:2):
 previous declaration is here
# |   File 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp\pch.h
 Line 12 (directive at 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp/test.cpp:7):
 previous declaration is here
# | error: 'expected-note' diagnostics seen but not expected: 
# |   File 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp\pch.h
 Line 11: previous declaration is here
# |   File 
C:\_work\llvm-project\llvm-project\build\tools\clang\test\SemaSYCL\Output\sycl-kernel-entry-point-attr-kernel-name-pch.cpp.tmp\pch.h
 Line 15: previous declaration is here
# | 4 errors generated.
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken 
or flaky at HEAD), please open an issue at 
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/196128
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to