Issue |
129208
|
Summary |
Support: llvm/test/tools/llvm-rc/windres-preproc.test fails on our platform with different error message.
|
Labels |
new issue
|
Assignees |
|
Reporter |
mark-sed
|
Recent change in Program.inc (https://github.com/llvm/llvm-project/pull/128821) has caused a llvm-lit failure in our CI. The expected error message does not match as our message does not have the prefix expected in this test.
```
/builds/llvm/test/tools/llvm-rc/windres-preproc.test:23:11: error: CHECK4: expected string not found in input
; CHECK4: llvm-rc: Preprocessing failed: posix_spawn failed: [[MSG]]
^
<stdin>:1:1: note: scanning from here
llvm-rc: Preprocessing failed: No such file or directory
^
<stdin>:1:1: note: with "MSG" equal to "No such file or directory"
llvm-rc: Preprocessing failed: No such file or directory
^
Input file: <stdin>
Check file: /builds/llvm/test/tools/llvm-rc/windres-preproc.test
-dump-input=help explains the following input dump.
Input was:
<<<<<<
1: llvm-rc: Preprocessing failed: No such file or directory
check:23'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
check:23'1 with "MSG" equal to "No such file or directory"
>>>>>>
--
********************
```
Currently the test expects `posix_spawn failed:`, which does not get output on our machine.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs