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

            Bug ID: 26403
           Summary: task final 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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

On x86_64 darwin, the OpenMP3.1_Validation tests for the task final directives
fail as seen by the results...

#Tested Directive             t    ct    ot    oct
omp_task_final                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...

######## OpenMP Validation Suite V 3.0a ######
## Repetitions:  20                       ####
## Loop Count :   1000                    ####
##############################################
Testing omp task final

Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Error: Test failed.
Directive failed the test 20 times out of 20.
0 test(s) were successful
Result: 100

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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to