<html>
<head>
<base href="https://llvm.org/bugs/" />
</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 --- - task untied directive tests from OpenMP3.1_Validation test suite failing"
href="https://llvm.org/bugs/show_bug.cgi?id=26402">26402</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>task untied directive tests from OpenMP3.1_Validation test suite failing
</td>
</tr>
<tr>
<th>Product</th>
<td>OpenMP
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</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>Clang Compiler Support
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>howarth.mailing.lists@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>On x86_64 darwin, the OpenMP3.1_Validation tests for the task untied directives
fail as seen by the results...
#Tested Directive t ct ot oct
omp_task_untied 0 - 0 -
The failures can be reproduced by compiling the source files with the
compile_testcase shell script and then executing the resulting executable with
the run_testcase shell script. This should produce output like...
start_tid[0]=3, current_tid[0]=3
start_tid[1]=1, current_tid[1]=1
start_tid[2]=4, current_tid[2]=4
start_tid[3]=0, current_tid[3]=0
start_tid[4]=7, current_tid[4]=7
start_tid[5]=6, current_tid[5]=6
start_tid[6]=5, current_tid[6]=5
start_tid[7]=4, current_tid[7]=4
start_tid[8]=0, current_tid[8]=0
start_tid[9]=6, current_tid[9]=6
start_tid[10]=3, current_tid[10]=3
start_tid[11]=1, current_tid[11]=1
start_tid[12]=4, current_tid[12]=4
start_tid[13]=7, current_tid[13]=7
start_tid[14]=0, current_tid[14]=0
start_tid[15]=6, current_tid[15]=6
start_tid[16]=5, current_tid[16]=5
start_tid[17]=4, current_tid[17]=4
start_tid[18]=0, current_tid[18]=0
start_tid[19]=6, current_tid[19]=6
start_tid[20]=6, current_tid[20]=6
start_tid[21]=2, current_tid[21]=2
start_tid[22]=2, current_tid[22]=2
start_tid[23]=2, current_tid[23]=2
start_tid[24]=2, current_tid[24]=2
Error: Test failed.
Note that the compile_testcase assumes the compiler is named clang-3.8.</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>