LLNL / dataracebench

Data race benchmark suite for evaluating OpenMP correctness tools aimed to detect data races.
Other
67 stars 29 forks source link

-q is not a gnu time flag #134

Closed jprotze closed 1 year ago

jprotze commented 2 years ago

https://linux.die.net/man/1/time

All tests currently fail, because time aborts for unknown flag.

peihunglin commented 2 years ago

Thanks for reporting this issue. I notice -q option is not available commonly. We will re-evaluate if this option can be removed.

peihunglin commented 2 years ago

The reason for adding -q option is ThreadSanitizer reports exit code 66 by default. I remove the -q option, but need to add "exitcode=0" for ThreadSanitizer.

jprotze commented 1 year ago

Was fixed by 8f8d9fb