Title: [230967] trunk
Revision
230967
Author
[email protected]
Date
2018-04-24 12:48:58 -0700 (Tue, 24 Apr 2018)

Log Message

Land test262 test results associated with Test262 runner
https://bugs.webkit.org/show_bug.cgi?id=184667

Patch by Leo Balter <[email protected]> on 2018-04-24
Reviewed by Michael Saboff.

* .gitignore: Ignore test262 results file.

Modified Paths

Diff

Modified: trunk/.gitignore (230966 => 230967)


--- trunk/.gitignore	2018-04-24 19:48:53 UTC (rev 230966)
+++ trunk/.gitignore	2018-04-24 19:48:58 UTC (rev 230967)
@@ -48,3 +48,7 @@
 
 # Ignore YouCompleteMe symlinks
 .ycm_extra_conf.py
+
+# Ignore generated Test262 results file
+Tools/Scripts/test262/test262-results.yaml
+

Modified: trunk/ChangeLog (230966 => 230967)


--- trunk/ChangeLog	2018-04-24 19:48:53 UTC (rev 230966)
+++ trunk/ChangeLog	2018-04-24 19:48:58 UTC (rev 230967)
@@ -1,3 +1,12 @@
+2018-04-24  Leo Balter  <[email protected]>
+
+        Land test262 test results associated with Test262 runner
+        https://bugs.webkit.org/show_bug.cgi?id=184667
+
+        Reviewed by Michael Saboff.
+
+        * .gitignore: Ignore test262 results file.
+
 2018-04-24  Zan Dobersek  <[email protected]>
 
         [WPE] Remove libgbm dependency
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to