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
I don't know what the current stance is, but back when I did more programming in this space TFAIL (to me) was considered an actual invariants failure, whereas TBROK (to me) represented a failure where the exact result of a test could not be known due to unexpected failed preconditions, e.g., failure to create a directory, load a module, etc. In more modern/traditional test frameworks, TBROK might be expressed with TSKIP and variously scoped fixtures, e.g., package, module, suite, or test, if you are familiar with GoogleTest or pytest.
Reading the documentations for TFAIL and TBROK its not clear that the difference is.
https://linux-test-project.readthedocs.io/en/latest/developers/api_c_tests.html#core-ltp-api
If that can be expanded a bit more, it would be great.
The text was updated successfully, but these errors were encountered: