Title: [174077] trunk/Tools
Revision
174077
Author
roger_f...@apple.com
Date
2014-09-29 12:13:51 -0700 (Mon, 29 Sep 2014)

Log Message

[Windows] Skip a _javascript_core test following r174036.
* Scripts/run-_javascript_core-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (174076 => 174077)


--- trunk/Tools/ChangeLog	2014-09-29 18:42:14 UTC (rev 174076)
+++ trunk/Tools/ChangeLog	2014-09-29 19:13:51 UTC (rev 174077)
@@ -1,5 +1,11 @@
 2014-09-29  Roger Fong  <roger_f...@apple.com>
 
+        [Windows] Skip a _javascript_core test following r174036.
+
+        * Scripts/run-_javascript_core-tests:
+
+2014-09-29  Roger Fong  <roger_f...@apple.com>
+
         [Windows] Reduce number of processes used by NRWT on Windows to 1.
 
         * Scripts/webkitpy/port/win.py:

Modified: trunk/Tools/Scripts/run-_javascript_core-tests (174076 => 174077)


--- trunk/Tools/Scripts/run-_javascript_core-tests	2014-09-29 18:42:14 UTC (rev 174076)
+++ trunk/Tools/Scripts/run-_javascript_core-tests	2014-09-29 19:13:51 UTC (rev 174077)
@@ -53,6 +53,8 @@
     "ecma/Date/15.9.2.2-6.js",
     "ecma/Date/15.9.5.31-1.js",
     "ecma_3/Date/15.9.5.7.js",
+    # function.arguments have been disabled
+    "js1_4/Functions/function-001.js",
 );
 
 my @testsToSkipOnNonWindows = (
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to