Changeset 226427 in webkit


Ignore:
Timestamp:
Jan 4, 2018 4:16:26 PM (6 years ago)
Author:
Jonathan Bedard
Message:

REGRESSION (r226395): test-webkitperl test expectations incorrect
https://bugs.webkit.org/show_bug.cgi?id=181307
<rdar://problem/36306558>

Rubber-stamped by Aakash Jain.

r226395 added two lines towards the beginning of
Scripts/webkitperl/prepare-ChangeLog_unittest/resources/perl_unittests.pl, the line
numbers in the test expectations need to update.

  • Scripts/webkitperl/prepare-ChangeLog_unittest/resources/perl_unittests-expected.txt:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r226424 r226427  
     12018-01-04  Jonathan Bedard  <jbedard@apple.com>
     2
     3        REGRESSION (r226395): test-webkitperl test expectations incorrect
     4        https://bugs.webkit.org/show_bug.cgi?id=181307
     5        <rdar://problem/36306558>
     6
     7        Rubber-stamped by Aakash Jain.
     8
     9        r226395 added two lines towards the beginning of
     10        Scripts/webkitperl/prepare-ChangeLog_unittest/resources/perl_unittests.pl, the line
     11        numbers in the test expectations need to update.
     12
     13        * Scripts/webkitperl/prepare-ChangeLog_unittest/resources/perl_unittests-expected.txt:
     14
    1152018-01-04  Tim Horton  <timothy_horton@apple.com>
    216
  • trunk/Tools/Scripts/webkitperl/prepare-ChangeLog_unittest/resources/perl_unittests-expected.txt

    r105837 r226427  
    44  'ranges' => [
    55    [
    6       '21',
    76      '23',
     7      '25',
    88      'func1'
    99    ],
    1010    [
    11       '25',
    12       '28',
     11      '27',
     12      '30',
    1313      'func2'
    1414    ],
    1515    [
    16       '30',
    17       '34',
     16      '32',
     17      '36',
    1818      'func3'
    1919    ],
    2020    [
    21       '36',
    2221      '38',
     22      '40',
    2323      'func4'
    2424    ],
    2525    [
    26       '40',
    2726      '42',
     27      '44',
    2828      'func5'
    2929    ],
    3030    [
    31       '44',
    3231      '46',
     32      '48',
    3333      'func6'
    3434    ],
    3535    [
    36       '48',
    37       '53',
     36      '50',
     37      '55',
    3838      'func7'
    3939    ],
    4040    [
    41       '55',
    42       '60',
     41      '57',
     42      '62',
    4343      'func8'
    4444    ],
    4545    [
    46       '62',
    47       '67',
     46      '64',
     47      '69',
    4848      'func9'
    4949    ],
    5050    [
    51       '69',
    52       '76',
     51      '71',
     52      '78',
    5353      'func10'
    5454    ],
    5555    [
    56       '78',
    57       '88',
     56      '80',
     57      '90',
    5858      'func11'
    5959    ],
    6060    [
    61       '90',
    62       '100',
     61      '92',
     62      '102',
    6363      'func12'
    6464    ],
    6565    [
    66       '102',
    67       '111',
     66      '104',
     67      '113',
    6868      'func13'
    6969    ],
    7070    [
    71       '113',
    72       '118',
     71      '115',
     72      '120',
    7373      'func14'
    7474    ],
    7575    [
    76       '120',
    77       '125',
     76      '122',
     77      '127',
    7878      'func15'
    7979    ],
    8080    [
    81       '127',
    82       '128',
     81      '129',
     82      '130',
    8383      'func16'
    8484    ]
Note: See TracChangeset for help on using the changeset viewer.