test262/Runner.pm: create results dir for results of test262 run
https://bugs.webkit.org/show_bug.cgi?id=185392

Patch by Valerie R Young <valerie@bocoup.com> on 2018-05-08
Reviewed by Michael Saboff.

.:

Remove reference to no longer existing files.

* .gitignore:

Tools:

New directory test262-results created from where ever script is
called.

* Scripts/test262/Runner.pm:
(processCLI):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@231526 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/ChangeLog b/ChangeLog
index a146e60..3418532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2018-05-08  Valerie R Young  <valerie@bocoup.com>
+
+        test262/Runner.pm: create results dir for results of test262 run
+        https://bugs.webkit.org/show_bug.cgi?id=185392
+
+        Reviewed by Michael Saboff.
+
+        Remove reference to no longer existing files.
+
+        * .gitignore:
+
 2018-05-07  Yusuke Suzuki  <utatane.tea@gmail.com>
 
         [JSCOnly] Enable Intl.PluralRules