<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>220950</bug_id>
          
          <creation_ts>2021-01-25 14:40:35 -0800</creation_ts>
          <short_desc>REGRESSION (r271805): 3 webkitpy.common.checkout.checkout_unittest.CommitMessageForThisCommitTest tests failing</short_desc>
          <delta_ts>2021-01-25 18:52:39 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>CONFIGURATION CHANGED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=220822</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=220953</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryan Haddad">ryanhaddad</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>darin</cc>
    
    <cc>fujii</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1722292</commentid>
    <comment_count>0</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-01-25 14:40:35 -0800</bug_when>
    <thetext>The following three tests started failing after https://trac.webkit.org/changeset/271805/webkit landed:

[170/1960] webkitpy.common.checkout.checkout_unittest.CommitMessageForThisCommitTest.test_commit_message_for_changelogs_with_different_messages failed:
  Traceback (most recent call last):
    File &quot;/Volumes/Data/slave/catalina-release-tests-wk2/build/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py&quot;, line 281, in test_commit_message_for_changelogs_with_different_messages
      self.assertMultiLineEqual(commit_message.message(), expected_commit_message)
  AssertionError: u&quot;SECTORDER_FLAGS should be defined in target&apos;s xcconfig file, not Base.xcconfig [truncated]... != u&quot;SECTORDER_FLAGS should be defined in target&apos;s xcconfig file, not Base.xcconfig [truncated]...
    SECTORDER_FLAGS should be defined in target&apos;s xcconfig file, not Base.xcconfig
    &lt;http://webkit.org/b/135006&gt;
    
    Patch by David Kilzer &lt;ddkilzer@apple.com&gt; on 2014-07-17
    Reviewed by Darin Adler.
    
  + Source/WebKitLegacy:
    
  - Source/WebKitLegacy:
    * WebKit.xcodeproj/project.pbxproj: Remove references to unused
    WebKit.xcconfig file.
    
    LayoutTests:
  + 
    Filler change.
    
    * Path/To/Complicated/File: Added.


[232/1960] webkitpy.common.checkout.checkout_unittest.CommitMessageForThisCommitTest.test_commit_message_for_changelogs_with_same_messages failed:
  Traceback (most recent call last):
    File &quot;/Volumes/Data/slave/catalina-release-tests-wk2/build/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py&quot;, line 253, in test_commit_message_for_changelogs_with_same_messages
      self.assertMultiLineEqual(commit_message.message(), expected_commit_message)
  AssertionError: u&quot;SECTORDER_FLAGS should be defined in target&apos;s xcconfig file, not Base.xcconfig [truncated]... != u&quot;SECTORDER_FLAGS should be defined in target&apos;s xcconfig file, not Base.xcconfig [truncated]...
    SECTORDER_FLAGS should be defined in target&apos;s xcconfig file, not Base.xcconfig
    &lt;http://webkit.org/b/135006&gt;
    
    Patch by David Kilzer &lt;ddkilzer@apple.com&gt; on 2014-07-17
    Reviewed by Darin Adler.
    
  + Source/WebKitLegacy:
    
  - Source/WebKitLegacy:
    * WebKit.xcodeproj/project.pbxproj: Remove references to unused
    WebKit.xcconfig file.
    
    LayoutTests:
  + 
    * Path/To/Complicated/File: Added.
  

[281/1960] webkitpy.common.checkout.checkout_unittest.CommitMessageForThisCommitTest.test_commit_message_for_unreviewed_changelogs_with_different_messages failed:
  Traceback (most recent call last):
    File &quot;/Volumes/Data/slave/catalina-release-tests-wk2/build/Tools/Scripts/webkitpy/common/checkout/checkout_unittest.py&quot;, line 207, in test_commit_message_for_unreviewed_changelogs_with_different_messages
      self.assertMultiLineEqual(commit_message.message(), expected_commit_message)
  AssertionError: u&apos;Unreviewed build fix to un-break webkit-patch land.\n\n\nTools:\nMove commit_m [truncated]... != u&apos;Unreviewed build fix to un-break webkit-patch land.\n\nTools:\n\nMove commit_m [truncated]...
    Unreviewed build fix to un-break webkit-patch land.
    
  + Tools:
    
  - Tools:
    Move commit_message_for_this_commit from scm to checkout
    https://bugs.webkit.org/show_bug.cgi?id=36629
    
    * Scripts/webkitpy/common/checkout/api.py: import scm.CommitMessage
    
    LayoutTests:
  + 
    Second part of this complicated change by me, Fr\xe9d\xe9ric Wang!
    
    * Path/To/Complicated/File: Added.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722294</commentid>
    <comment_count>1</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2021-01-25 14:50:24 -0800</bug_when>
    <thetext>Sounds like we should roll out the change and re-land it with test fixes. Why didn’t hose failures show up in EWS?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722305</commentid>
    <comment_count>2</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-01-25 15:15:43 -0800</bug_when>
    <thetext>Reverted r271805 with https://trac.webkit.org/changeset/271865.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722306</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2021-01-25 15:16:15 -0800</bug_when>
    <thetext>&lt;rdar://problem/73590660&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722312</commentid>
    <comment_count>4</comment_count>
    <who name="Ryan Haddad">ryanhaddad</who>
    <bug_when>2021-01-25 15:21:03 -0800</bug_when>
    <thetext>(In reply to Darin Adler from comment #1)
&gt; Sounds like we should roll out the change and re-land it with test fixes.
&gt; Why didn’t hose failures show up in EWS?
webkitpy EWS tests only get triggered for changes in specific directories, apparently commit-log-editor is not included. Filed https://bugs.webkit.org/show_bug.cgi?id=220953</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1722374</commentid>
    <comment_count>5</comment_count>
    <who name="Fujii Hironori">fujii</who>
    <bug_when>2021-01-25 18:52:39 -0800</bug_when>
    <thetext>I&apos;m sorry for breaking the tests. Thank you very much.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>