Skip to content

Commit

Permalink
Remove passing tests from known fails list for check_smoke.sh and che…
Browse files Browse the repository at this point in the history
…ck_omp5.sh
  • Loading branch information
estewart08 committed Nov 4, 2020
1 parent 0f34bef commit 4ad32f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/omp5/check_omp5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ echo " A non-zero exit code means a failure occured." >> check
echo "Tests that need to be visually inspected: devices, pfspecify, pfspecify_str, stream" >> check-omp5.txt
echo "***********************************************************************************" >> check-omp5.txt

known_fails="red_bug_51 metadirective declare_variant shape_noncontig concur_update mapper_prob loop"
known_fails="red_bug_51 metadirective shape_noncontig concur_update mapper_prob loop"

if [ "$SKIP_FAILURES" == 1 ] ; then
skip_tests=$known_fails
Expand Down
2 changes: 1 addition & 1 deletion test/smoke/check_smoke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo " A non-zero exit code means a failure occured." >> check
echo "Tests that need to be visually inspected: devices, pfspecify, pfspecify_str, stream" >> check-smoke.txt
echo "***********************************************************************************" >> check-smoke.txt

known_fails="reduction_array_section targ_static target_teams_reduction tasks data_share2 global_allocate complex2 flang_omp_map omp_get_initial slices slices printf_parallel_for_target reduction_shared_array flang_gen_sptr_prob"
known_fails="targ_static target_teams_reduction tasks omp_get_initial flang_gen_sptr_prob"

if [ "$SKIP_FAILURES" == 1 ] ; then
skip_tests=$known_fails
Expand Down

0 comments on commit 4ad32f1

Please sign in to comment.