-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathExpectedTestFails.xml
More file actions
82 lines (70 loc) · 2.47 KB
/
ExpectedTestFails.xml
File metadata and controls
82 lines (70 loc) · 2.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<?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/mizuRoute 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.
-->
<!-- mizutest suite failures -->
<test name="SMS.f09_f09_mg17_rMERIT.I2000Clm50SpMizGs.cheyenne_gnu.mizuroute-default">
<phase name="RUN">
<status>FAIL</status>
<issue>#227</issue>
</phase>
</test>
<test name="SMS_D.nldas2_rUSGS_mnldas2.I2000Clm50SpMizGs.cheyenne_intel.mizuroute-default">
<phase name="RUN">
<status>FAIL</status>
<issue>#273</issue>
</phase>
</test>
<test name="SMS.f19_f19_mg17_rMERIT.I2000Clm50SpMizGs.cheyenne_gnu.mizuroute-default">
<phase name="RUN">
<status>FAIL</status>
<issue>#227</issue>
</phase>
</test>
<test name="SMS.hcru_hcru_mt13.I2000Clm50SpMizGs.cheyenne_intel.mizuroute-default">
<phase name="PEND">
<status>FAIL</status>
<issue>#226</issue>
</phase>
</test>
<test name="SMS.hcru_hcru_mt13_rHDMA.I2000Clm50SpMizGs.cheyenne_intel.mizuroute-default">
<phase name="PEND">
<status>FAIL</status>
<issue>#226</issue>
</phase>
</test>
<test name="ERI.nldas2_rHDMA_mnldas2.I2000Clm50SpMizGs.cheyenne_intel.mizuroute-default">
<phase name="RUN">
<status>FAIL</status>
<issue>#238</issue>
</phase>
</test>
<test name="ERP_D_P1x25.5x5_amazon_r05.I2000Clm50SpMizGs.cheyenne_intel.mizuroute-default">
<phase name="COMPARE_base_rest">
<status>FAIL</status>
<issue>#252</issue>
</phase>
</test>
<test name="PEM_Ld10.nldas2_rMERIT_mnldas2.I2000Clm50SpMizGs.cheyenne_intel.mizuroute-default">
<phase name="COMPARE_base_rest">
<status>FAIL</status>
<issue>#256</issue>
</phase>
</test>
</expectedFails>