diff --git a/test/omp5/check_omp5.sh b/test/omp5/check_omp5.sh index bc6c11840..8656e5091 100755 --- a/test/omp5/check_omp5.sh +++ b/test/omp5/check_omp5.sh @@ -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 diff --git a/test/smoke/check_smoke.sh b/test/smoke/check_smoke.sh index ab8cf374f..cfd4b020e 100755 --- a/test/smoke/check_smoke.sh +++ b/test/smoke/check_smoke.sh @@ -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