paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

drd omp racy tests failing #177

Closed paulfloyd closed 2 years ago

paulfloyd commented 2 years ago
./valgrind-new/drd/tests/omp_matinv_racy.stderr.diff
=================================================
--- omp_matinv_racy.stderr.exp  2021-12-05 10:31:19.223453000 +0100
+++ omp_matinv_racy.stderr.out  2021-12-05 10:43:41.748480000 +0100
@@ -1 +1 @@
-ERROR SUMMARY: 76 errors from 7 contexts
+ERROR SUMMARY: 86 errors from 18 contexts
=================================================
./valgrind-new/drd/tests/omp_prime_racy.stderr.diff
=================================================
--- omp_prime_racy.stderr.exp   2021-12-05 10:31:19.223728000 +0100
+++ omp_prime_racy.stderr.out   2021-12-05 10:43:42.752460000 +0100
@@ -1 +1 @@
-ERROR SUMMARY: 3 errors from 3 contexts
+ERROR SUMMARY: 0 errors from 0 contexts

if that is all then filtering the ERROR SUMMARY will get them to pass

paulfloyd commented 2 years ago

On second thoughts the test filter already just looks for the error summary.

What are the 10 extra errors for omp_matinv_racy and the 3 fewer for omp_prime_racy?

paulfloyd commented 2 years ago

I've disabled the DRD OMP tests with clang.