<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/129208>129208</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            Support: llvm/test/tools/llvm-rc/windres-preproc.test fails on our platform with different error message.
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          mark-sed
      </td>
    </tr>
</table>

<pre>
    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.
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJysVU1v4zYT_jXUZWCBIq3YPuigOPH7LooWi24PvRU0NRLZpUiVH3Fy6W8vSMfrbNoFsk2FMWgMh5xnZp7hiBD0ZBE70t6S9q4SKSrnu1n4z6uAQ3V0w1P3M0q0EaQSdkLQFj56N3kx19pKIGyrYlwC4T1hB8IOk44qHWvpZsIOxjxcltXi3e8oI2GHJRlD2KFh2y1rCNuBEgGkSAEHEFCMjY4wCm2SLx5d8rD_UMMvCgEfF5QRB0DvnYcZQxATwuAwgHURZhGlAhHKob_tKvGAEBXC4nHUj9fbtIWodICIIdaE9llu6LPQHNwxaTOEa1TZMi_OmYt25SVhh5O2g8ewWjwu3sm6GPKeccL7piG8P0PPf_b_v9__sC6qC5AQvbZTATu6ZAsybZcUMwp---LIxSPv4ePZFYaQz-bM4ZD1iwv68bewiJN9oS3Vvv3x0_9Ie5eF9vDlI-19cbQPcdCW8PsM-vmXQWFegxTWFk_ezaDQI6H9G-D85CAkqWDUBsF5GLRHGZ1_yi7f4vikowLCWMbOGOAfSRiILqu-fTdj_xW6D7kOZb-k8QVW2u8Vys_XvffyhfarIc3L6lx6fqfQLJkkRmgbCoNHZ4w75RCKDWTz-gvIkyg9WTL6Wl7WG6B5I5e-mR4gtJc5-jPJ2YbCr3_-y-_aGtY9t3LpgtcumndQoXDra6H9alW6_B3y6sGg_T55jzaap1KuXNXnLg9Abug_tmY-y_ZwUlqq66M1YQSXYi6rOz-Gs5BKW6yroePDju9EhV2zWdMNbzaMV6prcaTyeJSywV2zvhmwkdiKUa55ux34Da10xyhrKWNbuuUt43XLOTZCHOn2yHC92ZI1xVloU2dq1M5PlQ4hYdewHaPbyogjmlAGB2MWT1B2c4Lbu8p3hU_HNAWypkaHGK7XRB0Ndp_SsjgfL9z73v4oKQuXdCxGxNH5-UyKQY8j5sx_PSLqKnnTffe0KnGFMq9K4A8d-ysAAP__Du9Uvw">