We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00e4e7c commit 6709118Copy full SHA for 6709118
CMakeLists.txt
@@ -436,6 +436,8 @@ if(opencoarrays_aware_compiler)
436
add_mpi_test(convert-before-put 3 ${tests_root}/regression/reported/convert-before-put)
437
add_mpi_test(event-post 3 ${tests_root}/regression/reported/event-post)
438
add_mpi_test(co_reduce-factorial 4 ${tests_root}/regression/reported/co_reduce-factorial)
439
+ # remove this before merging into master
440
+ set_property(TEST co_reduce-factorial PROPERTY WILL_FAIL TRUE)
441
else()
442
add_test(co_sum_extension ${tests_root}/unit/extensions/test-co_sum-extension.sh)
443
set_property(TEST co_sum_extension PROPERTY PASS_REGULAR_EXPRESSION "Test passed.")
0 commit comments