[llvm-bugs] [Bug 26402] New: task untied directive tests from OpenMP3.1_Validation test suite failing

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jan 31 07:53:05 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26402

            Bug ID: 26402
           Summary: task untied directive tests from OpenMP3.1_Validation
                    test suite failing
           Product: OpenMP
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Clang Compiler Support
          Assignee: unassignedclangbugs at nondot.org
          Reporter: howarth.mailing.lists at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160131/bb271281/attachment.html>


More information about the llvm-bugs mailing list