When an iOS SDK has a three-digit version, run-webkit-tests fails to parse the output of `simctl list` properly because it uses a regular expression that only expects a version in the format of "X.Y", not "X.Y.Z".
<rdar://problem/21787528>
Great! Andy Estes already fixed the parsing bug here: Bug 149022: [iOS] Teach run-webkit-tests how to parse simulator runtimes when version numbers contain a revision <https://bugs.webkit.org/show_bug.cgi?id=149022> <https://trac.webkit.org/changeset/189573> I'll use this bug to add a unit test.
Actually, a test was also added with Bug 149022 (I didn't scroll down far enough), so let's just close this as a duplicate! *** This bug has been marked as a duplicate of bug 149022 ***