Title: [226427] trunk/Tools
Revision
226427
Author
jbed...@apple.com
Date
2018-01-04 16:16:26 -0800 (Thu, 04 Jan 2018)

Log 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:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (226426 => 226427)


--- trunk/Tools/ChangeLog	2018-01-05 00:01:32 UTC (rev 226426)
+++ trunk/Tools/ChangeLog	2018-01-05 00:16:26 UTC (rev 226427)
@@ -1,3 +1,17 @@
+2018-01-04  Jonathan Bedard  <jbed...@apple.com>
+
+        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:
+
 2018-01-04  Tim Horton  <timothy_hor...@apple.com>
 
         WKWebView loses minimum layout size overrides that happen while the process is terminated

Modified: trunk/Tools/Scripts/webkitperl/prepare-ChangeLog_unittest/resources/perl_unittests-expected.txt (226426 => 226427)


--- trunk/Tools/Scripts/webkitperl/prepare-ChangeLog_unittest/resources/perl_unittests-expected.txt	2018-01-05 00:01:32 UTC (rev 226426)
+++ trunk/Tools/Scripts/webkitperl/prepare-ChangeLog_unittest/resources/perl_unittests-expected.txt	2018-01-05 00:16:26 UTC (rev 226427)
@@ -3,83 +3,83 @@
   'stdout' => '',
   'ranges' => [
     [
-      '21',
       '23',
+      '25',
       'func1'
     ],
     [
-      '25',
-      '28',
+      '27',
+      '30',
       'func2'
     ],
     [
-      '30',
-      '34',
+      '32',
+      '36',
       'func3'
     ],
     [
-      '36',
       '38',
+      '40',
       'func4'
     ],
     [
-      '40',
       '42',
+      '44',
       'func5'
     ],
     [
-      '44',
       '46',
+      '48',
       'func6'
     ],
     [
-      '48',
-      '53',
+      '50',
+      '55',
       'func7'
     ],
     [
-      '55',
-      '60',
+      '57',
+      '62',
       'func8'
     ],
     [
-      '62',
-      '67',
+      '64',
+      '69',
       'func9'
     ],
     [
-      '69',
-      '76',
+      '71',
+      '78',
       'func10'
     ],
     [
-      '78',
-      '88',
+      '80',
+      '90',
       'func11'
     ],
     [
-      '90',
-      '100',
+      '92',
+      '102',
       'func12'
     ],
     [
-      '102',
-      '111',
+      '104',
+      '113',
       'func13'
     ],
     [
-      '113',
-      '118',
+      '115',
+      '120',
       'func14'
     ],
     [
-      '120',
-      '125',
+      '122',
+      '127',
       'func15'
     ],
     [
-      '127',
-      '128',
+      '129',
+      '130',
       'func16'
     ]
   ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to