CIME.XML.expected_fails_file
Interface to an expected failure xml file
Here is an example:
<?xml version= “1.0”?>
- <expectedFails version=”1.1”>
- <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=”PFS_Ld20.f09_g17.I2000Clm50BgcCrop.cheyenne_intel”>
- <phase name=”GENERATE”>
<status>FAIL</status> <issue>ESMCI/cime#2917</issue>
</phase> <phase name=”BASELINE”>
<status>FAIL</status> <issue>ESMCI/cime#2917</issue>
</phase>
</test>
</expectedFails>
However, many of the above elements are optional, for human consumption only (i.e., not parsed here). The only required elements are given by this example:
<?xml version= “1.0”?>
- <expectedFails version=”1.1”>
- <test name=”…”>
- <phase name=”…”>
<status>…</status>
</phase>
</test>
</expectedFails>
Classes