CLOSED DUPLICATE of bug 149022 159116
[iOS] Add unit test: run-webkit-tests fails to parse `simctl list` output on iOS X.Y.Z
https://bugs.webkit.org/show_bug.cgi?id=159116
Summary [iOS] Add unit test: run-webkit-tests fails to parse `simctl list` output on ...
David Kilzer (:ddkilzer)
Reported 2016-06-25 07:44:10 PDT
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".
Attachments
David Kilzer (:ddkilzer)
Comment 1 2016-06-25 07:44:32 PDT
David Kilzer (:ddkilzer)
Comment 2 2016-06-25 08:02:27 PDT
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.
David Kilzer (:ddkilzer)
Comment 3 2016-06-25 08:10:18 PDT
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 ***
Note You need to log in before you can comment on or make changes to this bug.