Bug 180176

Summary: Fix build.webkit.org broken unit-test after r225080
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, cgarcia, commit-queue, lforschler, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=179910
Attachments:
Description Flags
Proposed patch none

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>