Skip to content

Commit

Permalink
Fix unit test build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jun 25, 2020
1 parent 49ec416 commit c2908e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/EnergyPlus/unit/HVACDXSystem.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ TEST_F(EnergyPlusFixture, VariableSpeedCoils_LatentDegradation_Test)
DataGlobals::NumOfTimeStepInHour = 1;
DataGlobals::MinutesPerTimeStep = 60;
OutputReportPredefined::SetPredefinedTables();
ScheduleManager::ProcessScheduleInput(outputFiles());
ScheduleManager::ProcessScheduleInput(state.outputFiles);
ScheduleManager::Schedule(1).CurrentValue = 1.0; // Enable schedule without calling schedule manager

int DXSystemNum = 1;
Expand Down

8 comments on commit c2908e3

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

172262406-Issue7671 (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-cppcheck: OK (0 of 0 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

172262406-Issue7671 (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-custom_check: OK (13 of 13 tests passed, 0 test warnings)

Build Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

172262406-Issue7671 (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (2902 of 2903 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: EIO diffs.
  • 1 test had: ERR diffs.
  • 1 test had: ESO big diffs.
  • 1 test had: MTR big diffs.
  • 1 test had: Table big diffs.

Failures:\n

regression Test Summary

  • Passed: 727
  • Failed: 1

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

172262406-Issue7671 (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1445 of 1445 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

172262406-Issue7671 (Myoldmopar) - Win64-Windows-10-VisualStudio-16: OK (2131 of 2131 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

172262406-Issue7671 (Myoldmopar) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (713 of 713 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

172262406-Issue7671 (Myoldmopar) - x86_64-MacOS-10.13-clang: Tests Failed (2241 of 2863 tests passed, 76 test warnings)

Messages:\n

  • 616 tests had: Table big diffs.
  • 514 tests had: EIO diffs.
  • 127 tests had: ESO big diffs.
  • 34 tests had: MTR big diffs.
  • 29 tests had: EDD diffs.
  • 483 tests had: ESO small diffs.
  • 462 tests had: MTR small diffs.
  • 116 tests had: SHD diffs.
  • 23 tests had: AUD diffs.
  • 4 tests had: MTD diffs.
  • 37 tests had: ERR diffs.
  • 3 tests had: JSON big diffs.
  • 43 tests had: RDD diffs.
  • 40 tests had: ZSZ small diffs.
  • 6 tests had: SCI diffs.
  • 11 tests had: Table small diffs.
  • 9 tests had: SSZ small diffs.

Failures:\n

regression Test Summary

  • Passed: 86
  • Failed: 622

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

172262406-Issue7671 (Myoldmopar) - x86_64-MacOS-10.15-clang-11.0.0: Tests Failed (2241 of 2863 tests passed, 76 test warnings)

Messages:\n

  • 616 tests had: Table big diffs.
  • 514 tests had: EIO diffs.
  • 127 tests had: ESO big diffs.
  • 34 tests had: MTR big diffs.
  • 29 tests had: EDD diffs.
  • 483 tests had: ESO small diffs.
  • 462 tests had: MTR small diffs.
  • 116 tests had: SHD diffs.
  • 23 tests had: AUD diffs.
  • 4 tests had: MTD diffs.
  • 38 tests had: ERR diffs.
  • 3 tests had: JSON big diffs.
  • 43 tests had: RDD diffs.
  • 38 tests had: ZSZ small diffs.
  • 6 tests had: SCI diffs.
  • 11 tests had: Table small diffs.
  • 9 tests had: SSZ small diffs.

Failures:\n

regression Test Summary

  • Passed: 86
  • Failed: 622

Build Badge Test Badge

Please # to comment.