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
[lldb] Make duplicate test names a conditional exception
When two or more tests have the same name, dotest will raise an exception. However, when
using a test name pattern (`-p`) which does not match the duplicate test names, there
seems to be no reason to prevent the user from running they wish to run.
This changes the exception to be raised only when a pattern matches duplicate tests.
0 commit comments