Branch: refs/heads/staging
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: 6aa72a554a69131c4d7a15510defe5c7d11905cf
      
https://github.com/STEllAR-GROUP/hpx/commit/6aa72a554a69131c4d7a15510defe5c7d11905cf
  Author: Panos <pansys...@gmail.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_all_of1.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_all_of2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_any_of1.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_any_of2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_none1.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_none2.cpp

  Log Message:
  -----------
  Fix compilation of segmented algorithm tests on MSVC


  Commit: 9b7f2f57f8c501adcc03e2acd34a7f2cb228e2d4
      
https://github.com/STEllAR-GROUP/hpx/commit/9b7f2f57f8c501adcc03e2acd34a7f2cb228e2d4
  Author: Panos Syskakis <pansys...@gmail.com>
  Date:   2023-04-14 (Fri, 14 Apr 2023)

  Changed paths:
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_find1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_find2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_all_of1.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_all_of2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_any_of1.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_any_of2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_max_element1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_max_element2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_min_element1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_min_element2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_minmax_element1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_minmax_element2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_none1.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_none2.cpp

  Log Message:
  -----------
  Fix segmented algorithm tests


  Commit: 2c83e2d91f7ab7a72d5d59bc8433c875606adafe
      
https://github.com/STEllAR-GROUP/hpx/commit/2c83e2d91f7ab7a72d5d59bc8433c875606adafe
  Author: StellarBot <cont...@stellar-group.org>
  Date:   2023-04-15 (Sat, 15 Apr 2023)

  Changed paths:
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_find1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_adjacent_find2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_all_of1.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_all_of2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_any_of1.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_any_of2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_max_element1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_max_element2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_min_element1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_min_element2.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_minmax_element1.cpp
    M 
libs/full/segmented_algorithms/tests/unit/partitioned_vector_minmax_element2.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_none1.cpp
    M libs/full/segmented_algorithms/tests/unit/partitioned_vector_none2.cpp

  Log Message:
  -----------
  Merge #6221

6221: Fix segmented algorithms tests r=hkaiser a=Pansysk75

Fixes a group of tests for HPX segmented algorithms, which were occasionally 
failing due to improper initialization of partitioned_vector. Initialization 
using partitioned_vector::set_value() is asynchronous and returns a future, but 
we never waited for it to complete.

Co-authored-by: Panos <pansys...@gmail.com>
Co-authored-by: Panos Syskakis <pansys...@gmail.com>


Compare: 
https://github.com/STEllAR-GROUP/hpx/compare/06324f8c6445...2c83e2d91f7a
_______________________________________________
hpx-commits mailing list
hpx-commits@mail.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to