Add test expectations and most tools code. What's left out is WebKitSystemInterface and LLVM binaries support.
Created attachment 254934 [details] proposed patch
Comment on attachment 254934 [details] proposed patch I looked briefly at the tools changes and they seemed sane. rs=me
Committed <http://trac.webkit.org/r185581>.
Comment on attachment 254934 [details] proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=254934&action=review > Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py:212 > + 'Mac', 'SnowLeopard', 'Lion', 'MountainLion', 'Mavericks', 'Yosemite', 'ElCapitan' There's a missing comma at the end of the line here. How is this not causing more trouble?
(In reply to comment #4) > Comment on attachment 254934 [details] > proposed patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=254934&action=review > > > Tools/Scripts/webkitpy/layout_tests/models/test_expectations.py:212 > > + 'Mac', 'SnowLeopard', 'Lion', 'MountainLion', 'Mavericks', 'Yosemite', 'ElCapitan' > > There's a missing comma at the end of the line here. How is this not causing > more trouble? Fixed in http://trac.webkit.org/changeset/189137