Changeset 244987 in webkit


Ignore:
Timestamp:
May 6, 2019 4:13:47 PM (5 years ago)
Author:
Keith Rollin
Message:

Temporarily disable generate-xcfilelists
https://bugs.webkit.org/show_bug.cgi?id=197619
<rdar://problem/50507392>

Reviewed by Alex Christensen.

We need to perform a significant update to the generate-xcfilelist
scripts. This work involves coordinated work with another facility. If
the work does not occur in tandem, the build will be broken. To avoid
this, disable the invoking of the scripts during the transition. The
checking will be restored once the new scripts are in place.

Source/JavaScriptCore:

  • Scripts/check-xcfilelists.sh:

Source/WebCore:

No new tests -- no change in user-visible functionality.

  • Scripts/check-xcfilelists.sh:

Source/WebKit:

  • Scripts/check-xcfilelists.sh:

Tools:

  • DumpRenderTree/Scripts/check-xcfilelists.sh:
  • WebKitTestRunner/Scripts/check-xcfilelists.sh:
Location:
trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r244986 r244987  
     12019-05-06  Keith Rollin  <krollin@apple.com>
     2
     3        Temporarily disable generate-xcfilelists
     4        https://bugs.webkit.org/show_bug.cgi?id=197619
     5        <rdar://problem/50507392>
     6
     7        Reviewed by Alex Christensen.
     8
     9        We need to perform a significant update to the generate-xcfilelist
     10        scripts. This work involves coordinated work with another facility. If
     11        the work does not occur in tandem, the build will be broken. To avoid
     12        this, disable the invoking of the scripts during the transition. The
     13        checking will be restored once the new scripts are in place.
     14
     15        * Scripts/check-xcfilelists.sh:
     16
    1172019-05-06  Basuke Suzuki  <Basuke.Suzuki@sony.com>
    218
  • trunk/Source/JavaScriptCore/Scripts/check-xcfilelists.sh

    r241103 r244987  
    11#!/bin/sh
     2
     3# FIXME: Remove this once https://bugs.webkit.org/show_bug.cgi?id=197622 is resolved
     4exit 0
    25
    36[ "${WK_DISABLE_CHECK_XCFILELISTS}" == "1" ] && { echo "### Not running because WK_DISABLE_CHECK_XCFILELISTS is set"; exit 0; }
  • trunk/Source/WebCore/ChangeLog

    r244983 r244987  
     12019-05-06  Keith Rollin  <krollin@apple.com>
     2
     3        Temporarily disable generate-xcfilelists
     4        https://bugs.webkit.org/show_bug.cgi?id=197619
     5        <rdar://problem/50507392>
     6
     7        Reviewed by Alex Christensen.
     8
     9        We need to perform a significant update to the generate-xcfilelist
     10        scripts. This work involves coordinated work with another facility. If
     11        the work does not occur in tandem, the build will be broken. To avoid
     12        this, disable the invoking of the scripts during the transition. The
     13        checking will be restored once the new scripts are in place.
     14
     15        No new tests -- no change in user-visible functionality.
     16
     17        * Scripts/check-xcfilelists.sh:
     18
    1192019-05-06  Andres Gonzalez  <andresg_22@apple.com>
    220
  • trunk/Source/WebCore/Scripts/check-xcfilelists.sh

    r241103 r244987  
    11#!/bin/sh
     2
     3# FIXME: Remove this once https://bugs.webkit.org/show_bug.cgi?id=197622 is resolved
     4exit 0
    25
    36[ "${WK_DISABLE_CHECK_XCFILELISTS}" == "1" ] && { echo "### Not running because WK_DISABLE_CHECK_XCFILELISTS is set"; exit 0; }
  • trunk/Source/WebKit/ChangeLog

    r244985 r244987  
     12019-05-06  Keith Rollin  <krollin@apple.com>
     2
     3        Temporarily disable generate-xcfilelists
     4        https://bugs.webkit.org/show_bug.cgi?id=197619
     5        <rdar://problem/50507392>
     6
     7        Reviewed by Alex Christensen.
     8
     9        We need to perform a significant update to the generate-xcfilelist
     10        scripts. This work involves coordinated work with another facility. If
     11        the work does not occur in tandem, the build will be broken. To avoid
     12        this, disable the invoking of the scripts during the transition. The
     13        checking will be restored once the new scripts are in place.
     14
     15        * Scripts/check-xcfilelists.sh:
     16
    1172019-05-06  Chris Dumez  <cdumez@apple.com>
    218
  • trunk/Source/WebKit/Scripts/check-xcfilelists.sh

    r241103 r244987  
    11#!/bin/sh
     2
     3# FIXME: Remove this once https://bugs.webkit.org/show_bug.cgi?id=197622 is resolved
     4exit 0
    25
    36[ "${WK_DISABLE_CHECK_XCFILELISTS}" == "1" ] && { echo "### Not running because WK_DISABLE_CHECK_XCFILELISTS is set"; exit 0; }
  • trunk/Tools/ChangeLog

    r244955 r244987  
     12019-05-06  Keith Rollin  <krollin@apple.com>
     2
     3        Temporarily disable generate-xcfilelists
     4        https://bugs.webkit.org/show_bug.cgi?id=197619
     5        <rdar://problem/50507392>
     6
     7        Reviewed by Alex Christensen.
     8
     9        We need to perform a significant update to the generate-xcfilelist
     10        scripts. This work involves coordinated work with another facility. If
     11        the work does not occur in tandem, the build will be broken. To avoid
     12        this, disable the invoking of the scripts during the transition. The
     13        checking will be restored once the new scripts are in place.
     14
     15        * DumpRenderTree/Scripts/check-xcfilelists.sh:
     16        * WebKitTestRunner/Scripts/check-xcfilelists.sh:
     17
    1182019-05-04  Alex Christensen  <achristensen@webkit.org>
    219
  • trunk/Tools/DumpRenderTree/Scripts/check-xcfilelists.sh

    r241103 r244987  
    11#!/bin/sh
     2
     3# FIXME: Remove this once https://bugs.webkit.org/show_bug.cgi?id=197622 is resolved
     4exit 0
    25
    36[ "${WK_DISABLE_CHECK_XCFILELISTS}" == "1" ] && { echo "### Not running because WK_DISABLE_CHECK_XCFILELISTS is set"; exit 0; }
  • trunk/Tools/WebKitTestRunner/Scripts/check-xcfilelists.sh

    r241103 r244987  
    11#!/bin/sh
     2
     3# FIXME: Remove this once https://bugs.webkit.org/show_bug.cgi?id=197622 is resolved
     4exit 0
    25
    36[ "${WK_DISABLE_CHECK_XCFILELISTS}" == "1" ] && { echo "### Not running because WK_DISABLE_CHECK_XCFILELISTS is set"; exit 0; }
Note: See TracChangeset for help on using the changeset viewer.