github-actions[bot] wrote: <!--PREMERGE ADVISOR COMMENT: Windows--> # :window: Windows x64 Test Results
* 138824 tests passed * 3576 tests skipped * 10 tests failed ## Failed Tests (click on a test name to see its output) ### Clang <details> <summary>Clang.Sema/LifetimeSafety/cfg-bailout.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\24\include -nostdsysteminc -fsyntax-only -Wlifetime-safety -lifetime-safety-max-cfg-blocks=3 -Wno-dangling -verify=bailout C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\cfg-bailout.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\24\include' -nostdsysteminc -fsyntax-only -Wlifetime-safety -lifetime-safety-max-cfg-blocks=3 -Wno-dangling -verify=bailout 'C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\cfg-bailout.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\24\include -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wno-dangling -verify=bailout -verify=nobailout C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\cfg-bailout.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\24\include' -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wno-dangling -verify=bailout -verify=nobailout 'C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\cfg-bailout.cpp' # .---command stderr------------ # | error: diagnostics with 'note' severity seen but not expected: # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\cfg-bailout.cpp Line 47: local variable 'p' aliases the storage of local variable 's' # | 1 error generated. # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>Clang.Sema/LifetimeSafety/invalidations.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\24\include -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wno-dangling -verify C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.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\24\include' -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wno-dangling -verify 'C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp' # .---command stderr------------ # | error: 'expected-note' diagnostics expected but not seen: # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 59: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 131: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 145: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 409: later used here # | error: 'expected-note' diagnostics seen but not expected: # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 62: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 130: local variable 'it' aliases the storage of parameter 'v' # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 130: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 141: local variable 'it' aliases the storage of parameter 'v' # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 141: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 218: local variable 'it' aliases the storage of parameter 'v' # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 246: local variable 'it' aliases the storage of parameter 'v' # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 410: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\invalidations.cpp Line 460: local variable 'it' aliases the storage of local variable 'mp' # | 13 errors generated. # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>Clang.Sema/LifetimeSafety/nocfg.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\24\include -nostdsysteminc -fsyntax-only -Wdangling -Wdangling-field -Wreturn-stack-address -verify C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.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\24\include' -nostdsysteminc -fsyntax-only -Wdangling -Wdangling-field -Wreturn-stack-address -verify 'C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.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\24\include -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wlifetime-safety-inapplicable-lifetimebound -Wno-dangling -verify=cfg C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.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\24\include' -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wlifetime-safety-inapplicable-lifetimebound -Wno-dangling -verify=cfg 'C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp' # .---command stderr------------ # | error: 'cfg-warning' diagnostics expected but not seen: # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 162: temporary object does not live long enough # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 172: temporary object does not live long enough # | error: 'cfg-warning' diagnostics seen but not expected: # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 162: stack memory associated with temporary object escapes to the global variable 'global' which will dangle # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 172: stack memory associated with temporary object escapes to the global variable 'global2' which will dangle # | error: 'cfg-note' diagnostics expected but not seen: # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 157: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 162: destroyed here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 164: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 172: destroyed here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 174: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 416: later used here # | error: 'cfg-note' diagnostics seen but not expected: # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 149: local variable 'p' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 160: local variable 'p' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 160: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 174: local variable 'p2' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 153: local variable 'p' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 143: this global dangles # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 144: this global dangles # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 168: local variable 'p2' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 247: local variable 'c1' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 252: local variable 'c1' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 335: local variable 'sv' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 344: result of call to 'begin' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 409: local variable 'v' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 418: parameter 'a1' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 418: later used here # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 420: parameter 'a2' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 616: local variable 'url' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 625: local variable 'svjkk1' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 860: local variable 'y' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 876: local variable 't1' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 880: local variable 't1' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 889: local variable 't2' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 893: local variable 't2' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 903: local variable 't3' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 907: local variable 't3' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 930: local variable 't1' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 934: local variable 't1' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 963: local variable 'p' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 965: local variable 'p' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 1153: local variable 'lb1' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 1153: local variable 'k2' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 1153: local variable 'k4' aliases the storage of temporary object # | File C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\nocfg.cpp Line 1153: local variable 'lb2' aliases the storage of temporary object # | 43 errors generated. # `----------------------------- # error: command failed with exit status: 1 -- ``` </details> <details> <summary>Clang.Sema/LifetimeSafety/safety-c.c</summary> ``` Exit Code: 3221225501 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\24\include -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wno-dangling -Wno-varargs -Wno-non-pod-varargs -verify -fexperimental-lifetime-safety-c C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\safety-c.c # executed command: 'c:\_work\llvm-project\llvm-project\build\bin\clang.exe' -cc1 -internal-isystem 'C:\_work\llvm-project\llvm-project\build\lib\clang\24\include' -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wno-dangling -Wno-varargs -Wno-non-pod-varargs -verify -fexperimental-lifetime-safety-c 'C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\safety-c.c' # .---command stderr------------ # | LLVM ERROR: out of memory # | Allocation failed # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and dumped files. # | Stack dump: # | 0. Program arguments: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe -cc1 -internal-isystem C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\24\\include -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wno-dangling -Wno-varargs -Wno-non-pod-varargs -verify -fexperimental-lifetime-safety-c C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Sema\\LifetimeSafety\\safety-c.c # | 1. C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\safety-c.c:55:1: current parser token 'int' # | 2. C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\safety-c.c:42:32: parsing function body 'loop_with_break' # | Exception Code: 0xC000001D # | #0 0x00007ff7ee309286 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x869286) # | #1 0x00007ff94f64bb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04) # | #2 0x00007ff94f64cad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1) # | #3 0x00007ff7ee34e842 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x8ae842) # | #4 0x00007ff7ee34de2f (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x8ade2f) # | #5 0x00007ff7f4cbaae0 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x721aae0) # | #6 0x00007ff7f4cba62f (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x721a62f) # | #7 0x00007ff7f4cba990 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x721a990) # | #8 0x00007ff7f4cc6e16 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x7226e16) # | #9 0x00007ff7f4cc3e70 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x7223e70) # | #10 0x00007ff7f48620f3 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6dc20f3) # | #11 0x00007ff7f4862836 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6dc2836) # | #12 0x00007ff7f2fcc3a7 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x552c3a7) # | #13 0x00007ff7f07ca925 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x2d2a925) # | #14 0x00007ff7f2f995ec (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x54f95ec) # | #15 0x00007ff7f4daf29b (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x730f29b) # | #16 0x00007ff7f49b8612 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f18612) # | #17 0x00007ff7f4cf86e5 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x72586e5) # | #18 0x00007ff7f49b6e86 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f16e86) # | #19 0x00007ff7f49b6675 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f16675) # | #20 0x00007ff7f49b55b4 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f155b4) # | #21 0x00007ff7f49b30e0 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f130e0) # | #22 0x00007ff7f38fe18e (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x5e5e18e) # | #23 0x00007ff7f090ae9f (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x2e6ae9f) # | #24 0x00007ff7ee454340 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x9b4340) # | #25 0x00007ff7ee4fee3c (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0xa5ee3c) # | #26 0x00007ff7edaa87ce (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x87ce) # | #27 0x00007ff7edaa4144 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x4144) # | #28 0x00007ff7edaa28fa (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x28fa) # | #29 0x00007ff7edab78cc (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x178cc) # | #30 0x00007ff7f5299170 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x77f9170) # | #31 0x00007ff957e34cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0) # | #32 0x00007ff964f9edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb) # `----------------------------- # error: command failed with exit status: 0xc000001d -- ``` </details> <details> <summary>Clang.Sema/LifetimeSafety/safety.cpp</summary> ``` Exit Code: 3221225501 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\24\include -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wlifetime-safety-annotation-placement -Wno-dangling -verify=expected,function C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\safety.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\24\include' -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wlifetime-safety-annotation-placement -Wno-dangling -verify=expected,function 'C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\safety.cpp' # .---command stderr------------ # | LLVM ERROR: out of memory # | Allocation failed # | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and dumped files. # | Stack dump: # | 0. Program arguments: c:\\_work\\llvm-project\\llvm-project\\build\\bin\\clang.exe -cc1 -internal-isystem C:\\_work\\llvm-project\\llvm-project\\build\\lib\\clang\\24\\include -nostdsysteminc -fsyntax-only -Wlifetime-safety -Wlifetime-safety-annotation-placement -Wno-dangling -verify=expected,function C:\\_work\\llvm-project\\llvm-project\\clang\\test\\Sema\\LifetimeSafety\\safety.cpp # | 1. C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\safety.cpp:320:1: current parser token 'void' # | 2. C:\_work\llvm-project\llvm-project\clang\test\Sema\LifetimeSafety\safety.cpp:307:33: parsing function body 'loop_with_break' # | Exception Code: 0xC000001D # | #0 0x00007ff7ee309286 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x869286) # | #1 0x00007ff94f64bb04 (C:\Windows\System32\ucrtbase.dll+0x7bb04) # | #2 0x00007ff94f64cad1 (C:\Windows\System32\ucrtbase.dll+0x7cad1) # | #3 0x00007ff7ee34e842 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x8ae842) # | #4 0x00007ff7ee34de2f (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x8ade2f) # | #5 0x00007ff7f4cbaae0 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x721aae0) # | #6 0x00007ff7f4cba62f (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x721a62f) # | #7 0x00007ff7f4cba990 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x721a990) # | #8 0x00007ff7f4cc6e16 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x7226e16) # | #9 0x00007ff7f4cc3e70 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x7223e70) # | #10 0x00007ff7f48620f3 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6dc20f3) # | #11 0x00007ff7f4862836 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6dc2836) # | #12 0x00007ff7f2fcc3a7 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x552c3a7) # | #13 0x00007ff7f07ca925 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x2d2a925) # | #14 0x00007ff7f2f995ec (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x54f95ec) # | #15 0x00007ff7f4daf29b (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x730f29b) # | #16 0x00007ff7f49b8612 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f18612) # | #17 0x00007ff7f4cf86e5 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x72586e5) # | #18 0x00007ff7f49b6e86 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f16e86) # | #19 0x00007ff7f49b6675 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f16675) # | #20 0x00007ff7f49b55b4 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f155b4) # | #21 0x00007ff7f49b30e0 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x6f130e0) # | #22 0x00007ff7f38fe18e (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x5e5e18e) # | #23 0x00007ff7f090ae9f (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x2e6ae9f) # | #24 0x00007ff7ee454340 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x9b4340) # | #25 0x00007ff7ee4fee3c (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0xa5ee3c) # | #26 0x00007ff7edaa87ce (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x87ce) # | #27 0x00007ff7edaa4144 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x4144) # | #28 0x00007ff7edaa28fa (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x28fa) # | #29 0x00007ff7edab78cc (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x178cc) # | #30 0x00007ff7f5299170 (c:\_work\llvm-project\llvm-project\build\bin\clang.exe+0x77f9170) # | #31 0x00007ff957e34cb0 (C:\Windows\System32\KERNEL32.DLL+0x14cb0) # | #32 0x00007ff964f9edcb (C:\Windows\SYSTEM32\ntdll.dll+0x7edcb) # `----------------------------- # error: command failed with exit status: 0xc000001d -- ``` </details> ### Clang-Unit <details> <summary>Clang-Unit._/AllClangUnitTests_exe/LifetimeAnalysisTest/InfiniteLoopPrunesEdges</summary> ``` Script: -- C:\_work\llvm-project\llvm-project\build\tools\clang\unittests\.\AllClangUnitTests.exe --gtest_filter=LifetimeAnalysisTest.InfiniteLoopPrunesEdges -- unknown file SEH exception with code 0x3221225501 thrown in the test body. Stack trace: ``` </details> <details> <summary>Clang-Unit._/AllClangUnitTests_exe/LifetimeAnalysisTest/LifetimeboundTemplateFunctionReturnRef</summary> ``` Script: -- C:\_work\llvm-project\llvm-project\build\tools\clang\unittests\.\AllClangUnitTests.exe --gtest_filter=LifetimeAnalysisTest.LifetimeboundTemplateFunctionReturnRef -- C:\_work\llvm-project\llvm-project\clang\unittests\Analysis\LifetimeSafetyTest.cpp:1175 Value of: Origin("v2") Expected: has loans to impl (LoanVars: {}, Annotation: "p2") Actual: 24-byte object <0A-5A 57-01 F7-7F 00-00 02-00 00-00 00-00 00-00 60-1F E5-B0 79-02 00-00>, could not get a valid loan set at point 'p2' ``` </details> <details> <summary>Clang-Unit._/AllClangUnitTests_exe/LifetimeAnalysisTest/LifetimeboundTemplateFunctionReturnVal</summary> ``` Script: -- C:\_work\llvm-project\llvm-project\build\tools\clang\unittests\.\AllClangUnitTests.exe --gtest_filter=LifetimeAnalysisTest.LifetimeboundTemplateFunctionReturnVal -- C:\_work\llvm-project\llvm-project\clang\unittests\Analysis\LifetimeSafetyTest.cpp:1201 Value of: Origin("v4") Expected: has loans to impl (LoanVars: {}, Annotation: "p2") Actual: 24-byte object <B2-A3 56-01 F7-7F 00-00 02-00 00-00 00-00 00-00 50-14 3C-4C C0-01 00-00>, could not get a valid loan set at point 'p2' ``` </details> <details> <summary>Clang-Unit._/AllClangUnitTests_exe/LifetimeAnalysisTest/PointersInACycle</summary> ``` Script: -- C:\_work\llvm-project\llvm-project\build\tools\clang\unittests\.\AllClangUnitTests.exe --gtest_filter=LifetimeAnalysisTest.PointersInACycle -- C:\_work\llvm-project\llvm-project\clang\unittests\Analysis\LifetimeSafetyTest.cpp:706 Value of: Origin("temp") Expected: has loans to impl (LoanVars: {}, Annotation: "after_loop") Actual: 24-byte object <DB-0A 42-01 F7-7F 00-00 04-00 00-00 00-00 00-00 B0-CB CF-4D 5C-01 00-00>, could not get a valid loan set at point 'after_loop' ``` </details> <details> <summary>Clang-Unit._/AllClangUnitTests_exe/LifetimeAnalysisTest/ReassignToNull</summary> ``` Script: -- C:\_work\llvm-project\llvm-project\build\tools\clang\unittests\.\AllClangUnitTests.exe --gtest_filter=LifetimeAnalysisTest.ReassignToNull -- C:\_work\llvm-project\llvm-project\clang\unittests\Analysis\LifetimeSafetyTest.cpp:600 Value of: Origin("p") Expected: has loans to impl (LoanVars: {}, Annotation: "after_null") Actual: 24-byte object <61-3C 42-01 F7-7F 00-00 01-00 00-00 00-00 00-00 70-1D 5C-77 26-01 00-00>, could not get a valid loan set at point 'after_null' ``` </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/211225 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
