[Openmp-dev] remaining regressions in OpenMP3.1_Validation test suite

Jack Howarth via Openmp-dev openmp-dev at lists.llvm.org
Sun Jan 31 16:44:16 PST 2016


     Since the openmp test suite is no longer based on the
OpenMP3.1_Validation test suite,
I have opened a series of bug reports for those test suite cases which
are still failing on llvm 3,8 branch and trunk under x86_64 darwin...

#Tested Directive               t       ct      ot      oct
omp_for_lastprivate             100     100     100     35
omp_parallel_sections_reduction         100     85      100     50
omp_taskyield                   100     100     10      -
omp_task_untied           0 - 0 -
omp_task_final             0 - 0 -



https://llvm.org/bugs/show_bug.cgi?id=26366
https://llvm.org/bugs/show_bug.cgi?id=26367
https://llvm.org/bugs/show_bug.cgi?id=26368
https://llvm.org/bugs/show_bug.cgi?id=26402
https://llvm.org/bugs/show_bug.cgi?id=26403

Each failing test has a stand-alone version uploaded with the c
sources and shell scripts to compile and run these problematic tests.
Most of these failures occur to a variable extent suggesting a race
condition might exist.
           Jack


More information about the Openmp-dev mailing list