Skip to content

Passed

Build / rocm-ndebug-orange-float / projectroot.test.celeritas/global/Stepper:TestEm3Msc.* (from CTest)

Took 0.68 sec.

Standard Output

Celeritas version 0.4.2-4+6395a99e
Note: Google Test filter = TestEm3Msc.*
[==========] Running 3 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 3 tests from TestEm3Msc
[ RUN      ] TestEm3Msc.setup
[       OK ] TestEm3Msc.setup (255 ms)
[ RUN      ] TestEm3Msc.host
No output saved for combination of RNG="xorwow", CLHEP="2.4.6.0", Geant4="11.0.3"
/*** ADD THE FOLLOWING UNIT TEST CODE ***/
EXPECT_EQ(79, result.num_step_iters());
EXPECT_SOFT_EQ(56.375, result.calc_avg_steps_per_primary());
EXPECT_EQ(7, result.calc_emptying_step());
EXPECT_EQ(RunResult::StepCount({5, 7}), result.calc_queue_hwm());
/*** END CODE ***/
[       OK ] TestEm3Msc.host (24 ms)
[ RUN      ] TestEm3Msc.device
No output saved for combination of RNG="xorwow", CLHEP="2.4.6.0", Geant4="11.0.3"
/*** ADD THE FOLLOWING UNIT TEST CODE ***/
EXPECT_EQ(58, result.num_step_iters());
EXPECT_SOFT_EQ(57.25, result.calc_avg_steps_per_primary());
EXPECT_EQ(11, result.calc_emptying_step());
EXPECT_EQ(RunResult::StepCount...
[This part of the test output was removed since it exceeds the threshold of 1024 bytes.]