<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:ppaalanen@gmail.com" title="Pekka Paalanen <ppaalanen@gmail.com>"> <span class="fn">Pekka Paalanen</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Tests do not fail, if XDG_RUNTIME_DIR is unset"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103475">bug 103475</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>Tests fail, if XDG_RUNTIME_DIR is set, but directory is missing
           </td>
           <td>Tests do not fail, if XDG_RUNTIME_DIR is unset
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>NOTOURBUG
           </td>
           <td>---
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Tests do not fail, if XDG_RUNTIME_DIR is unset"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103475#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - Tests do not fail, if XDG_RUNTIME_DIR is unset"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103475">bug 103475</a>
              from <span class="vcard"><a class="email" href="mailto:ppaalanen@gmail.com" title="Pekka Paalanen <ppaalanen@gmail.com>"> <span class="fn">Pekka Paalanen</span></a>
</span></b>
        <pre>Ah, so that's the issue, I did not expect the tests to succeed if
XDG_RUNTIME_DIR is not set.

test-runner.c:set_xdg_runtime_dir() needs to manufacture a different
XDG_RUNTIME_DIR for each invocation to avoid parallel running tests clashing
with each other. It does use the existing value of XDG_RUNTIME_DIR as base when
set, but it also has a fallback to /tmp otherwise.

Maybe that fallback should be removed to maintain consistency. Reopening to see
if there are opinions for fixing this.</pre>
        </div>
      </p>


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

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>