Bug 180176 - Fix build.webkit.org broken unit-test after r225080
Summary: Fix build.webkit.org broken unit-test after r225080
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-29 17:09 PST by Aakash Jain
Modified: 2017-11-29 23:46 PST (History)
5 users (show)

See Also:


Attachments
Proposed patch (2.16 KB, patch)
2017-11-29 17:13 PST, Aakash Jain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Aakash Jain 2017-11-29 17:09:16 PST
https://trac.webkit.org/changeset/225080/webkit broke the mastercfg unit-test "test_builder WPE Linux 64-bit Release (Tests)"

======================================================================
FAIL: test_builder WPE Linux 64-bit Release (Tests) (__main__.BuildStepsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "mastercfg_unittest.py", line 492, in doTest
    self.assertListEqual(expected_build_steps[builder['name']], buildSteps)
AssertionError: Lists differ: ['configure build', 'svn', 'ki... != ['configure build', 'svn', 'ki...

Second list contains 1 additional elements.
First extra element 18:
API tests
Comment 1 Aakash Jain 2017-11-29 17:13:46 PST
Created attachment 327932 [details]
Proposed patch
Comment 2 WebKit Commit Bot 2017-11-29 23:45:59 PST
Comment on attachment 327932 [details]
Proposed patch

Clearing flags on attachment: 327932

Committed r225319: <https://trac.webkit.org/changeset/225319>
Comment 3 WebKit Commit Bot 2017-11-29 23:46:00 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-11-29 23:46:57 PST
<rdar://problem/35767477>