Skip to content

Commit

Permalink
Add expected fails file now that we have an expected fail for MOSART
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Dec 25, 2024
1 parent 2f1c9ea commit 6e1018f
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions cime_config/testdefs/ExpectedTestFails.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version= "1.0"?>

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

<test name="SMS_D_Ld5.f10_f10_mg37.I1850Clm60Sp.derecho_nvhpc.mosart-default">
<phase name="SHAREDLIB_BUILD">
<status>FAIL</status>
<issue>MOSART#109</issue>
</phase>
</test>

</expectedFails>
2 changes: 1 addition & 1 deletion docs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Add timestamps to rpointer files, initialize curr date from driver and compare
to what is in the restart files (instead of initializing from restart files).

Testing: standard testing (ekluzek)
izumi ---- ?
izumi ---- OK (but problems with baseline compare)
derecho -- OK

===============================================================
Expand Down

0 comments on commit 6e1018f

Please sign in to comment.