<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 - Unexpected failing test pbump2gig.pass.cpp in libc++ for 6.0-rc2"
   href="https://bugs.llvm.org/show_bug.cgi?id=36373">36373</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Unexpected failing test pbump2gig.pass.cpp in libc++ for 6.0-rc2
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>6.0
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>SGI
          </td>
        </tr>

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

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>simon.dardis@mips.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On a big endian mips64 system, the test-release.sh reports a failure in
pbump2gig.pass.cpp. This test failure did not occur on a little endian mips64
system. In both cases the binaries were compiled for mips32(el) as appropriate.

Reported test output:

Compiled With:
['/home/sdardis/releases/6.0.0/release/rc2/Phase2/Release/llvmCore-6.0.0-rc2.install/usr/local/bin/clang++',
'-o',
'/home/sdardis/releases/6.0.0/release/rc2/Phase3/Release/llvmCore-6.0.0-rc2.obj/projects/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/Output/pbump2gig.pass.cpp.o',
'-x', 'c++',
'/home/sdardis/releases/6.0.0/release/rc2/llvm.src/projects/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp',
'-c', '-v', '-D_LIBCPP_DISABLE_AVAILABILITY', '-ftemplate-depth=270',
'-Werror=thread-safety', '-std=c++2a', '-include',
'/home/sdardis/releases/6.0.0/release/rc2/llvm.src/projects/libcxx/test/support/nasty_macros.hpp',
'-nostdinc++',
'-I/home/sdardis/releases/6.0.0/release/rc2/llvm.src/projects/libcxx/include',
'-I/home/sdardis/releases/6.0.0/release/rc2/Phase3/Release/llvmCore-6.0.0-rc2.obj/projects/libcxx/include/c++build',
'-D__STDC_FORMAT_MACROS', '-D__STDC_LIMIT_MACROS', '-D__STDC_CONSTANT_MACROS',
'-I/home/sdardis/releases/6.0.0/release/rc2/llvm.src/projects/libcxx/test/support',
'-DLIBCXX_FILESYSTEM_STATIC_TEST_ROOT="/home/sdardis/releases/6.0.0/release/rc2/llvm.src/projects/libcxx/test/std/experimental/filesystem/Inputs/static_test_env"',
'-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_ROOT="/home/sdardis/releases/6.0.0/release/rc2/Phase3/Release/llvmCore-6.0.0-rc2.obj/projects/libcxx/test/filesystem/Output/dynamic_env"',
'-DLIBCXX_FILESYSTEM_DYNAMIC_TEST_HELPER="/usr/bin/python2.7
/home/sdardis/releases/6.0.0/release/rc2/llvm.src/projects/libcxx/test/support/filesystem_dynamic_test_helper.py"',
'-D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER', '-Wall', '-Wextra', '-Werror',
'-Wuser-defined-warnings', '-Wshadow', '-Wno-unused-command-line-argument',
'-Wno-attributes', '-Wno-pessimizing-move', '-Wno-c++11-extensions',
'-Wno-user-defined-literals', '-Wno-noexcept-type',
'-Wno-aligned-allocation-unavailable', '-Wsign-compare', '-Wunused-variable',
'-Wunused-parameter', '-Wunreachable-code', '-Wno-conversion',
'-Wno-unused-local-typedef', '-Wno-#warnings', '-c', '&&',
'/home/sdardis/releases/6.0.0/release/rc2/Phase2/Release/llvmCore-6.0.0-rc2.install/usr/local/bin/clang++',
'-o',
'/home/sdardis/releases/6.0.0/release/rc2/Phase3/Release/llvmCore-6.0.0-rc2.obj/projects/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/Output/pbump2gig.pass.cpp.exe',
'/home/sdardis/releases/6.0.0/release/rc2/Phase3/Release/llvmCore-6.0.0-rc2.obj/projects/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/Output/pbump2gig.pass.cpp.o',
'-v', '-D_LIBCPP_DISABLE_AVAILABILITY', '-ftemplate-depth=270',
'-L/home/sdardis/releases/6.0.0/release/rc2/Phase3/Release/llvmCore-6.0.0-rc2.obj/./lib',
'-Wl,-rpath,/home/sdardis/releases/6.0.0/release/rc2/Phase3/Release/llvmCore-6.0.0-rc2.obj/./lib',
'-nodefaultlibs', '-lc++experimental', '-lc++', '-lm', '-lgcc_s', '-lgcc',
'-lpthread', '-lc', '-lgcc_s', '-lgcc']
Command:
['/home/sdardis/releases/6.0.0/release/rc2/Phase3/Release/llvmCore-6.0.0-rc2.obj/projects/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/Output/pbump2gig.pass.cpp.exe']
Exit Code: -6
Standard Error:
--
terminating with uncaught exception of type std::length_error: basic_string
--</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>