Skip to content

Commit

Permalink
clang format, update testfiles\CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dareumnam committed Aug 2, 2023
1 parent 9904341 commit 758ecd9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 1 addition & 2 deletions testfiles/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,7 @@ add_simulation_test(IDF_FILE DirectIndirectEvapCoolersVSAS.idf EPW_FILE USA_AZ_P
add_simulation_test(IDF_FILE DisplacementVent_1ZoneOffice.idf EPW_FILE USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw)
add_simulation_test(IDF_FILE DisplacementVent_Nat_AirflowNetwork.idf EPW_FILE USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw)
add_simulation_test(IDF_FILE DisplacementVent_Nat_AirflowNetwork_AdaptiveComfort.idf EPW_FILE USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw)
add_simulation_test(IDF_FILE DisplacementVent_SteamToWaterHX.idf EPW_FILE USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw)
add_simulation_test(IDF_FILE DisplacementVent_VAV.idf EPW_FILE USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw)
add_simulation_test(IDF_FILE DistrictHeatingSteam.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE DualDuctConstVolDamper.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE DualDuctConstVolGasHC.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE DualDuctVarVolDamper.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
Expand Down Expand Up @@ -582,6 +580,7 @@ add_simulation_test(IDF_FILE StackedZonesWithInterzoneIRTLayers.idf EPW_FILE USA
add_simulation_test(IDF_FILE Standard621SimplifiedProcedure_PIUterminal.idf EPW_FILE USA_IL_Chicago-OHare_TMY2.epw)
add_simulation_test(IDF_FILE Standard621SimplifiedProcedure_VAVterminal.idf EPW_FILE USA_IL_Chicago-OHare_TMY2.epw)
add_simulation_test(IDF_FILE SteamSystemAutoSize.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE SteamSystemAutoSize_DistrictHeatingSteam.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE StormWindow.idf EPW_FILE USA_IL_Chicago-OHare.Intl.AP.725300_TMY3.epw)
add_simulation_test(IDF_FILE StripMallZoneEvapCooler.idf EPW_FILE USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3.epw)
add_simulation_test(IDF_FILE StripMallZoneEvapCoolerRHcutoff.idf EPW_FILE USA_CO_Boulder-Broomfield-Jefferson.County.AP.724699_TMY3.epw)
Expand Down
5 changes: 4 additions & 1 deletion tst/EnergyPlus/unit/OutputReportTabular.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7186,7 +7186,10 @@ TEST_F(SQLiteFixture, OutputReportTabular_WriteLoadComponentSummaryTables_AirLoo
state->dataSize->SysSizInput.allocate(state->dataSize->NumSysSizInput);
state->dataSize->SysSizInput(1).AirLoopNum = 1;
state->dataSize->SysSizInput(1).SizingOption = DataSizing::NonCoincident;
auto degC_to_F = [](Real64 celsius) constexpr { return celsius * (9.0 / 5.0) + 32.0; };
auto degC_to_F = [](Real64 celsius) constexpr
{
return celsius * (9.0 / 5.0) + 32.0;
};
constexpr Real64 coolMixTempSys = 26.2;
constexpr Real64 coolMixTempSysIP = degC_to_F(coolMixTempSys);
constexpr Real64 heatMixTempSys = -1.7;
Expand Down

5 comments on commit 758ecd9

@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.

AddThreeSteamModulesWithNTUMethod (dareumnam) - x86_64-MacOS-10.17-clang-13.0.0: OK (3404 of 3453 tests passed, 723 test warnings)

Messages:\n

  • 743 tests had: AUD diffs.
  • 70 tests had: ERR diffs.
  • 213 tests had: MDD diffs.
  • 233 tests had: MTD diffs.
  • 138 tests had: EIO diffs.
  • 156 tests had: RDD diffs.
  • 20 tests had: Table big diffs.
  • 138 tests had: BND diffs.
  • 2 tests had: PERF_LOG diffs.
  • 2 tests had: EDD diffs.
  • 4 tests had: ESO small diffs.

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1441
  • Failed: 1

integration Test Summary

  • Passed: 750
  • Failed: 28

regression Test Summary

  • Passed: 755
  • Failed: 20

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.

AddThreeSteamModulesWithNTUMethod (dareumnam) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-UnitTestsCoverage-Debug: OK (1900 of 1901 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1441
  • Failed: 1

Build Badge Test Badge Coverage 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.

AddThreeSteamModulesWithNTUMethod (dareumnam) - x86_64-Linux-Ubuntu-22.04-gcc-11.4: OK (3445 of 3494 tests passed, 727 test warnings)

Messages:\n

  • 747 tests had: AUD diffs.
  • 70 tests had: ERR diffs.
  • 215 tests had: MDD diffs.
  • 235 tests had: MTD diffs.
  • 138 tests had: EIO diffs.
  • 156 tests had: RDD diffs.
  • 20 tests had: Table big diffs.
  • 138 tests had: BND diffs.
  • 2 tests had: PERF_LOG diffs.
  • 2 tests had: EDD diffs.
  • 4 tests had: ESO small diffs.

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1441
  • Failed: 1

integration Test Summary

  • Passed: 753
  • Failed: 28

regression Test Summary

  • Passed: 775
  • Failed: 20

Build Badge Test Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

AddThreeSteamModulesWithNTUMethod (dareumnam) - x86_64-Linux-Ubuntu-22.04-gcc-11.4-IntegrationCoverage-Debug: OK (751 of 779 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 751
  • Failed: 28

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.

AddThreeSteamModulesWithNTUMethod (dareumnam) - Win64-Windows-10-VisualStudio-16: OK (2648 of 2677 tests passed, 0 test warnings)

Failures:\n

EnergyPlusFixture Test Summary

  • Passed: 1439
  • Failed: 1

integration Test Summary

  • Passed: 750
  • Failed: 28

Build Badge Test Badge

Please sign in to comment.