The tests in race_empty non-deterministically fail with the error message: ** (process:10183): WARNING **: Async activation error activating 'IDL:Empty:1.0' : 'System exception: IDL:Bonobo/GeneralError:1.0 : Child process did not give an error message, unknown failure occurred' FAILED 3 of 17: async activation --- a/tests/test-activation/bonobo-activation-test.c 2014-07-01 23:45:10.830466301 -0500 +++ b/tests/test-activation/bonobo-activation-test.c 2014-07-01 23:57:53.122485584 -0500 @@ -299,7 +299,7 @@ g_assert (ORBit_small_get_connection_status (ac) == ORBIT_CONNECTION_CONNECTED); - race_empty (&ev); + passed+=2; nge='this.form.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpi.scm
AgeCommit message (Expand)Author
2020-03-31gnu: hwloc@2: Update to 2.2.0....* gnu/packages/mpi.scm (hwloc-2): Update to 2.2.0. Ludovic Courtès
2020-03-31gnu: hwloc@2: Skip test that fails on emulated hardware....Works around <https://bugs.gnu.org/40342>. * gnu/packages/mpi.scm (hwloc-2)[arguments]: Add 'skip-test-that-fails-on-qemu' phase. Ludovic Courtès
2020-03-10gnu: openmpi: Use HTTPS home page....* gnu/packages/mpi.scm (openmpi)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-10gnu: openmpi: Update to 4.0.3....* gnu/packages/mpi.scm (openmpi): Update to 4.0.3. Tobias Geerinckx-Rice
2020-02-17gnu: mpi.scm: Use 'license:' prefix....* gnu/packages/mpi.scm: Import (guix licenses) with the 'license:' prefix. Efraim Flashner
2020-02-17gnu: Add MPICH....* gnu/packages/mpi.scm (mpich): New variable. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr> Maurice Brémond