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
Currently, we will bail on a versioned test manifest completely if any target in that manifest fails for some reason. Known reasons are 1. target is defined but there is not a correlating dependency in the tests and 2. same as 1, but the minSupported attribute has been omitted. In other words, both of these are valid and should pass:
We need to construct a test case that fails, and then refactor the implementation to only report the error for the offending target but continue with other targets in the manifest.
The text was updated successfully, but these errors were encountered:
See the discussion in #36 (review)
Currently, we will bail on a versioned test manifest completely if any target in that manifest fails for some reason. Known reasons are 1. target is defined but there is not a correlating dependency in the tests and 2. same as 1, but the
minSupported
attribute has been omitted. In other words, both of these are valid and should pass:We need to construct a test case that fails, and then refactor the implementation to only report the error for the offending target but continue with other targets in the manifest.
The text was updated successfully, but these errors were encountered: