As would happen if the test suite was given "--platform-name ios-simulator".
Also removes the expected timeouts for Darwin as these are now handled by reruns.
Differential D16423
test suite: fix exception if --platform-name is specified that doesn't start with "remote-" tfiala on Jan 21 2016, 11:50 AM. Authored by
Details
As would happen if the test suite was given "--platform-name ios-simulator". Also removes the expected timeouts for Darwin as these are now handled by reruns.
Diff Detail Event TimelineComment Actions Hi Ed - not sure if freebsd still needs the set of expected timeout tests. If you were to run with --rerun-all-issues, then all tests are eligible for a rerun on the first failure/timeout/error/whatever. (expected failure- and the expected timeout-decorated tests are always eligible for rerun regardless of the --rerun-all-issues flag). If you don't end up needing these expected timeout tests, we can get rid of this whole method.
|
I think this should be target = platform_name, so that you can still match the ios-simulator platform below (the point of the regex was to remove the "remote-" prefix, I believe), but I guess it doesn't really matter, as we are getting rid of the whole function anyway...