<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Test case clangd/background-index.test fails when path contains special characters"
   href="https://bugs.llvm.org/show_bug.cgi?id=40593">40593</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Test case clangd/background-index.test fails when path contains special characters
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang-tools-extra
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>clangd
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>amy.kwan1@ibm.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The following test case exhibits failures on PowerPC: 

        Clang Tools :: clangd/background-index.test 

This test was introduced in <a href="https://reviews.llvm.org/rL347567">https://reviews.llvm.org/rL347567</a>. 
It checks for paths to files that are produced. The failures occur when the
path to the files contain special characters, such as '+'. 

Due to paths with these characters, the clangd test case will not recognize
them because there is a CHECK: "uri" string. The CHECK string, for example,
will expect a path with the directory named "build+dir", but the actual input
is instead "build%2Bdir". Special characters such as '+' is being escaped in
the actual URI input so it will result a failure.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>