-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Although the Mac Dockerfile builds fine, running make test on ReMKiT1D after compilation yielded 3 test failures.
make test yielded:
Running tests...
Test project /home/ReMKiT1D/build
Start 1: test_basic_support
1/18 Test #1: test_basic_support ............... Passed 0.05 sec
Start 2: test_grid
2/18 Test #2: test_grid ........................ Passed 0.02 sec
Start 3: test_variables
3/18 Test #3: test_variables ................... Passed 0.01 sec
Start 4: test_solver_support
4/18 Test #4: test_solver_support .............. Passed 0.05 sec
Start 5: test_mpi
5/18 Test #5: test_mpi ......................... Passed 0.02 sec
Start 6: test_terms
6/18 Test #6: test_terms ....................... Passed 0.01 sec
Start 7: test_model
7/18 Test #7: test_model ....................... Passed 0.02 sec
Start 8: test_modeller
8/18 Test #8: test_modeller .................... Passed 0.07 sec
Start 9: test_hdf5
9/18 Test #9: test_hdf5 ........................ Passed 0.04 sec
Start 10: test_json
10/18 Test #10: test_json ........................ Passed 0.03 sec
Start 11: test_fluid_terms
11/18 Test #11: test_fluid_terms .................***Failed Error regular expression found in output. Regex=[Encountered 1 or more failures/errors during testing] 0.04 sec
Start 12: test_inel_mapping
12/18 Test #12: test_inel_mapping ................ Passed 0.01 sec
Start 13: test_extended_support
13/18 Test #13: test_extended_support ............ Passed 0.04 sec
Start 14: test_kinetic_terms
14/18 Test #14: test_kinetic_terms ............... Passed 0.03 sec
Start 15: test_fluid_models
15/18 Test #15: test_fluid_models ................***Failed Error regular expression found in output. Regex=[Encountered 1 or more failures/errors during testing] 0.20 sec
Start 16: test_kinetic_models
16/18 Test #16: test_kinetic_models .............. Passed 0.03 sec
Start 17: test_common_derivations
17/18 Test #17: test_common_derivations ..........***Failed Error regular expression found in output. Regex=[Encountered 1 or more failures/errors during testing] 0.03 sec
Start 18: test_timeloop
18/18 Test #18: test_timeloop .................... Passed 0.08 sec
83% tests passed, 3 tests failed out of 18
Total Test time (real) = 0.80 sec
The following tests FAILED:
11 - test_fluid_terms (Failed)
15 - test_fluid_models (Failed)
17 - test_common_derivations (Failed)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working