[llvm-bugs] [Bug 26367] New: omp_parallel_sections_reduction tests from OpenMP3.1_Validation randomly verification tests
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jan 28 18:39:53 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26367
Bug ID: 26367
Summary: omp_parallel_sections_reduction tests from
OpenMP3.1_Validation randomly verification tests
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
mp_parallel_sections_reduction directive randomly fail as seen by the
results...
#Tested Directive t ct ot oct
omp_parallel_sections_reduction 100 85 100 50
The failures can be reproduced by compiling the preprocessed 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 parallel sections reduction
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 17 times out of 20.
3 test(s) were successful
Result: 85
Note that the compile_testcase script 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/20160129/7f3eec1e/attachment.html>
More information about the llvm-bugs
mailing list