You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: locales/messages.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -305,10 +305,14 @@
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.",
308
310
"CiBaselineUnexpectedFail": "REGRESSION: {spec} is marked as fail but not supported for {triplet}.",
309
311
"_CiBaselineUnexpectedFail.comment": "An example of {spec} is zlib:x64-windows. An example of {triplet} is x64-windows.",
310
312
"CiBaselineUnexpectedFailCascade": "REGRESSION: {spec} is marked as fail but one dependency is not supported for {triplet}.",
311
313
"_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.",
312
316
"CiBaselineUnexpectedPass": "PASSING, REMOVE FROM FAIL LIST: {spec} ({path}).",
313
317
"_CiBaselineUnexpectedPass.comment": "An example of {spec} is zlib:x64-windows. An example of {path} is /foo/bar.",
314
318
"ClearingContents": "Clearing contents of {path}",
0 commit comments