|
305 | 305 | "_CiBaselineRegressionHeader.comment": "Printed before a series of CiBaselineRegression and/or CiBaselineUnexpectedPass messages.", |
306 | 306 | "CiBaselineRegressionNoPath": "REGRESSION: {spec} failed with {build_result}.", |
307 | 307 | "_CiBaselineRegressionNoPath.comment": "An example of {spec} is zlib:x64-windows. An example of {build_result} is One of the BuildResultXxx messages (such as BuildResultSucceeded/SUCCEEDED).", |
308 | | - "CiBaselineUnexpectedCascadePass": "REGRESSION: {spec} is marked as pass but one dependency is not supported for {triplet}.", |
309 | | - "_CiBaselineUnexpectedCascadePass.comment": "An example of {spec} is zlib:x64-windows. An example of {triplet} is x64-windows.", |
310 | 308 | "CiBaselineUnexpectedFail": "REGRESSION: {spec} is marked as fail but not supported for {triplet}.", |
311 | 309 | "_CiBaselineUnexpectedFail.comment": "An example of {spec} is zlib:x64-windows. An example of {triplet} is x64-windows.", |
312 | 310 | "CiBaselineUnexpectedFailCascade": "REGRESSION: {spec} is marked as fail but one dependency is not supported for {triplet}.", |
313 | 311 | "_CiBaselineUnexpectedFailCascade.comment": "An example of {spec} is zlib:x64-windows. An example of {triplet} is x64-windows.", |
314 | | - "CiBaselineUnexpectedFailPass": "REGRESSION: {spec} is marked as pass but not supported for {triplet}.", |
315 | | - "_CiBaselineUnexpectedFailPass.comment": "An example of {spec} is zlib:x64-windows. An example of {triplet} is x64-windows.", |
316 | 312 | "CiBaselineUnexpectedPass": "PASSING, REMOVE FROM FAIL LIST: {spec} ({path}).", |
317 | 313 | "_CiBaselineUnexpectedPass.comment": "An example of {spec} is zlib:x64-windows. An example of {path} is /foo/bar.", |
| 314 | + "CiBaselineUnexpectedPassCascade": "REGRESSION: {spec} is marked as pass but one dependency is not supported for {triplet}.", |
| 315 | + "_CiBaselineUnexpectedPassCascade.comment": "An example of {spec} is zlib:x64-windows. An example of {triplet} is x64-windows.", |
| 316 | + "CiBaselineUnexpectedPassUnsupported": "REGRESSION: {spec} is marked as pass but not supported for {triplet}.", |
| 317 | + "_CiBaselineUnexpectedPassUnsupported.comment": "An example of {spec} is zlib:x64-windows. An example of {triplet} is x64-windows.", |
318 | 318 | "ClearingContents": "Clearing contents of {path}", |
319 | 319 | "_ClearingContents.comment": "An example of {path} is /foo/bar.", |
320 | 320 | "CmakeTargetsExcluded": "{count} additional targets are not displayed.", |
|
0 commit comments