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
Our LIT test format does not warn when tests in the expected_results.txt file do not exist.
We should emit warnings and a non-zero return code when an entry in the expected_results.txt is not the prefix of a file or a directory.
Our LIT test format does not warn when tests in the
expected_results.txtfile do not exist.We should emit warnings and a non-zero return code when an entry in the
expected_results.txtis not the prefix of a file or a directory.