[all-commits] [llvm/llvm-project] 9b4826: [OpenMP] Fix libomptarget negative tests to expect...
Joel E. Denny via All-commits
all-commits at lists.llvm.org
Tue Jul 28 06:02:46 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b4826d18b5fba5fe638e1045c9c47d3fe8da8c8
https://github.com/llvm/llvm-project/commit/9b4826d18b5fba5fe638e1045c9c47d3fe8da8c8
Author: Joel E. Denny <jdenny.ornl at gmail.com>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M openmp/libomptarget/test/lit.cfg
Log Message:
-----------
[OpenMP] Fix libomptarget negative tests to expect abort
On runtime failures, D83963 causes the runtime to abort instead of
merely exiting with a non-zero value, but many tests in the
libomptarget test suite still expect the former behavior. This patch
updates the test suite and was discussed in post-commit comments on
D83963 and D84557.
More information about the All-commits
mailing list