forked from ESCOMP/CTSM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'ctsm1.0.dev030' into dynglacier_smaller_fluxes
Update CIME; hookup expected test fails Two main changes: (1) Update to latest cime (from ctsm/ctsm1.0/cime5.7.5/n01 to cime5.7.9). Some of the important changes are: - Fix for recent cheyenne system changes - New domain file for f19_g17 (changes answers at the roundoff level) - New domain file for T31_g37 (changes answers by greater than roundoff) (2) In system tests: Annotate cs.status output with expected failures Fixes ESCOMP#654
- Loading branch information
Showing
6 changed files
with
299 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,138 @@ | ||
<?xml version= "1.0"?> | ||
|
||
<expectedFails> | ||
<category name="aux_clm"> | ||
<entry issue="#404" >FAIL ERP_D_Ld10_P36x2.f10_f10_musgs.IHistClm50BgcCrop.cheyenne_intel.clm-ciso_decStart RUN</entry> | ||
<entry issue="#158" >FAIL ERS_Lm20_Mmpi-serial.1x1_smallvilleIA.I2000Clm50BgcCropGs.cheyenne_gnu.clm-monthly RUN</entry> | ||
<entry issue="#442" >FAIL SMS.f10_f10_musgs.I2000Clm50BgcCrop.hobart_pgi.clm-crop RUN</entry> | ||
<entry issue="#442" >FAIL SMS_D.f10_f10_musgs.I2000Clm50BgcCrop.hobart_pgi.clm-crop RUN</entry> | ||
<entry issue="#550" >FAIL ERS_D_Ln9_P480x3.f19_g16.I2000Clm50SpGs.cheyenne_intel.clm-waccmx_offline COMPARE_base_rest</entry> | ||
<entry issue="ESMCI/cime#2917" >FAIL PFS_Ld20.f09_g17.I2000Clm50BgcCrop.cheyenne_intel GENERATE</entry> | ||
<entry issue="ESMCI/cime#2917" >FAIL PFS_Ld20.f09_g17.I2000Clm50BgcCrop.cheyenne_intel BASELINE</entry> | ||
</category> | ||
<category name="fates"> | ||
<entry issue="NGEET/fates#315">FAIL ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.hobart_nag.clm-Fates COMPARE_base_rest</entry> | ||
<entry issue="NGEET/fates#315">FAIL ERP_Ld9.f45_f45_mg37.I2000Clm45Fates.hobart_nag.clm-FatesAllVars COMPARE_base_rest</entry> | ||
<entry issue="NGEET/fates#315">FAIL ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesLogging COMPARE_base_rest</entry> | ||
<entry issue="NGEET/fates#315">FAIL ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-Fates COMPARE_base_rest</entry> | ||
<entry issue="NGEET/fates#315">FAIL ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesNoFire COMPARE_base_rest</entry> | ||
<entry issue="NGEET/fates#315">FAIL ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesPPhys COMPARE_base_rest</entry> | ||
<entry issue="NGEET/fates#315">FAIL ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesST3 COMPARE_base_rest</entry> | ||
<entry issue="NGEET/fates#315">FAIL ERP_Ld9.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesAllVars COMPARE_base_rest</entry> | ||
<entry issue="NGEET/fates#315">FAIL ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_gnu.clm-Fates COMPARE_base_rest</entry> | ||
</category> | ||
<expectedFails version="1.1"> | ||
|
||
<!-- Notes about the format of this file: | ||
The required elements for a given failure are just: | ||
<test name="..."> | ||
<phase name="..."> | ||
<status>...</status> | ||
</phase> | ||
</test> | ||
There can be multiple phase blocks in a given test block. | ||
In addition, a number of optional elements are allowed, which | ||
currently are just for human consumption (not parsed by any | ||
scripts): | ||
- A phase block can contain an "issue" element, which gives the | ||
issue number associated with this failure. (#123 refers to issue | ||
#123 in the ESCOMP/ctsm repository. Issues in other repositories | ||
should be specified as ORG/repo#123 - e.g., ESMCI/cime#123.) | ||
- A phase block can contain a "comment" element, which gives any | ||
sort of comment you desire. | ||
--> | ||
|
||
|
||
<!-- aux_clm test suite failures --> | ||
|
||
<test name="ERP_D_Ld10_P36x2.f10_f10_musgs.IHistClm50BgcCrop.cheyenne_intel.clm-ciso_decStart"> | ||
<phase name="RUN"> | ||
<status>FAIL</status> | ||
<issue>#404</issue> | ||
</phase> | ||
<phase name="COMPARE_base_rest"> | ||
<status>PEND</status> | ||
<issue>#404</issue> | ||
<comment>Because of the RUN failure, this phase is listed as PEND</comment> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERS_Lm20_Mmpi-serial.1x1_smallvilleIA.I2000Clm50BgcCropGs.cheyenne_gnu.clm-monthly"> | ||
<phase name="RUN"> | ||
<status>FAIL</status> | ||
<issue>#158</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="SMS.f10_f10_musgs.I2000Clm50BgcCrop.hobart_pgi.clm-crop"> | ||
<phase name="RUN"> | ||
<status>FAIL</status> | ||
<issue>#442</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="SMS_D.f10_f10_musgs.I2000Clm50BgcCrop.hobart_pgi.clm-crop"> | ||
<phase name="RUN"> | ||
<status>FAIL</status> | ||
<issue>#442</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERS_D_Ln9_P480x3.f19_g16.I2000Clm50SpGs.cheyenne_intel.clm-waccmx_offline"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>#550</issue> | ||
</phase> | ||
</test> | ||
|
||
<!-- fates test suite failures --> | ||
|
||
<test name="ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.hobart_nag.clm-Fates"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>NGEET/fates#315</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERP_Ld9.f45_f45_mg37.I2000Clm45Fates.hobart_nag.clm-FatesAllVars"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>NGEET/fates#315</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesLogging"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>NGEET/fates#315</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-Fates"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>NGEET/fates#315</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesNoFire"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>NGEET/fates#315</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesPPhys"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>NGEET/fates#315</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesST3"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>NGEET/fates#315</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERP_Ld9.f45_f45_mg37.I2000Clm45Fates.cheyenne_intel.clm-FatesAllVars"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>NGEET/fates#315</issue> | ||
</phase> | ||
</test> | ||
|
||
<test name="ERS_Ld60.f45_f45_mg37.I2000Clm45Fates.cheyenne_gnu.clm-Fates"> | ||
<phase name="COMPARE_base_rest"> | ||
<status>FAIL</status> | ||
<issue>NGEET/fates#315</issue> | ||
</phase> | ||
</test> | ||
|
||
</expectedFails> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters