<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 - Regression test failures: int main(int, char **): Assertion `buffer[j] == i' failed."
   href="https://bugs.llvm.org/show_bug.cgi?id=50738">50738</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Regression test failures: int main(int, char **): Assertion `buffer[j] == i' failed.
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>OpenMP
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </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>Runtime Library
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>llvm@meinersbur.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, xw111luoye@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>The tests
 * libomptarget :: x86_64-pc-linux-gnu ::
offloading/parallel_offloading_map.cpp
 * libomptarget :: x86_64-pc-linux-gnu :: offloading/memory_manager.cpp

Current fail with an assertion violation when verifying the result array.


== <a href="https://lab.llvm.org/staging/#/builders/155/builds/724">https://lab.llvm.org/staging/#/builders/155/builds/724</a>

******************** TEST 'libomptarget :: x86_64-pc-linux-gnu ::
offloading/parallel_offloading_map.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1';  
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/clang++
-fopenmp -pthread -fno-experimental-isel --cuda-path=/opt/cuda  -I
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test
-I
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/runtime/src
-L
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget
-L
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/lib
 -fopenmp-targets=x86_64-pc-linux-gnu
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/parallel_offloading_map.cpp
-o
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget/test/x86_64-pc-linux-gnu/offloading/Output/parallel_offloading_map.cpp.tmp
&&
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget/test/x86_64-pc-linux-gnu/offloading/Output/parallel_offloading_map.cpp.tmp
|
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/FileCheck
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/parallel_offloading_map.cpp
--
Exit Code: 2
Command Output (stdout):
--
$ ":" "RUN: at line 1"
$
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/clang++"
"-fopenmp" "-pthread" "-fno-experimental-isel" "--cuda-path=/opt/cuda" "-I"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test"
"-I"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/runtime/src"
"-L"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget"
"-L"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/lib"
"-fopenmp-targets=x86_64-pc-linux-gnu"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/parallel_offloading_map.cpp"
"-o"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget/test/x86_64-pc-linux-gnu/offloading/Output/parallel_offloading_map.cpp.tmp"
$
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget/test/x86_64-pc-linux-gnu/offloading/Output/parallel_offloading_map.cpp.tmp"
# command stderr:
parallel_offloading_map.cpp.tmp:
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/parallel_offloading_map.cpp:31:
int main(int, char **): Assertion `array[i] == ref' failed.
error: command failed with exit status: -6
$
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/FileCheck"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/parallel_offloading_map.cpp"
# command stderr:
FileCheck error: '<stdin>' is empty.
FileCheck command line: 
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/FileCheck
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/parallel_offloading_map.cpp
error: command failed with exit status: 2
--
********************

******************** TEST 'libomptarget :: x86_64-pc-linux-gnu ::
offloading/memory_manager.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1';  
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/clang++
-fopenmp -pthread -fno-experimental-isel --cuda-path=/opt/cuda  -I
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test
-I
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/runtime/src
-L
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget
-L
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/lib
 -fopenmp-targets=x86_64-pc-linux-gnu
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/memory_manager.cpp
-o
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget/test/x86_64-pc-linux-gnu/offloading/Output/memory_manager.cpp.tmp
&&
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget/test/x86_64-pc-linux-gnu/offloading/Output/memory_manager.cpp.tmp
|
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/FileCheck
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/memory_manager.cpp
--
Exit Code: 2
Command Output (stdout):
--
$ ":" "RUN: at line 1"
$
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/clang++"
"-fopenmp" "-pthread" "-fno-experimental-isel" "--cuda-path=/opt/cuda" "-I"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test"
"-I"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/runtime/src"
"-L"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget"
"-L"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/lib"
"-fopenmp-targets=x86_64-pc-linux-gnu"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/memory_manager.cpp"
"-o"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget/test/x86_64-pc-linux-gnu/offloading/Output/memory_manager.cpp.tmp"
$
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/projects/openmp/libomptarget/test/x86_64-pc-linux-gnu/offloading/Output/memory_manager.cpp.tmp"
# command stderr:
memory_manager.cpp.tmp:
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/memory_manager.cpp:33:
int main(int, char **): Assertion `buffer[j] == i' failed.
error: command failed with exit status: -6
$
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/FileCheck"
"/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/memory_manager.cpp"
# command stderr:
FileCheck error: '<stdin>' is empty.
FileCheck command line: 
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.build/./bin/FileCheck
/home/buildbot-worker/minipc-1050ti-linux/openmp-offload-cuda-project/llvm.src/openmp/libomptarget/test/offloading/memory_manager.cpp
error: command failed with exit status: 2
--
********************</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>