Title: [169164] trunk
- Revision
- 169164
- Author
- [email protected]
- Date
- 2014-05-21 09:33:37 -0700 (Wed, 21 May 2014)
Log Message
Unreviewed, roll out http://trac.webkit.org/changeset/169159.
This was a unilateral change and wasn't properly reviewed.
PerformanceTests/SunSpider:
* profiler-test.yaml:
Source/_javascript_Core:
* tests/mozilla/mozilla-tests.yaml:
LayoutTests:
* js/script-tests/function-apply-many-args.js:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (169163 => 169164)
--- trunk/LayoutTests/ChangeLog 2014-05-21 16:19:20 UTC (rev 169163)
+++ trunk/LayoutTests/ChangeLog 2014-05-21 16:33:37 UTC (rev 169164)
@@ -1,3 +1,11 @@
+2014-05-21 Filip Pizlo <[email protected]>
+
+ Unreviewed, roll out http://trac.webkit.org/changeset/169159.
+
+ This was a unilateral change and wasn't properly reviewed.
+
+ * js/script-tests/function-apply-many-args.js:
+
2014-05-21 Antoine Quint <[email protected]>
Array.prototype.find and findIndex should skip holes
Modified: trunk/LayoutTests/js/script-tests/function-apply-many-args.js (169163 => 169164)
--- trunk/LayoutTests/js/script-tests/function-apply-many-args.js 2014-05-21 16:19:20 UTC (rev 169163)
+++ trunk/LayoutTests/js/script-tests/function-apply-many-args.js 2014-05-21 16:33:37 UTC (rev 169164)
@@ -1,4 +1,4 @@
-//@ skip if $architecture =~ /arm64/
+//@ skip if $architecture !~ /x86/i
description("Tests that we throw an error when passing a number of arguments beyond a certain threshold.");
Modified: trunk/PerformanceTests/SunSpider/ChangeLog (169163 => 169164)
--- trunk/PerformanceTests/SunSpider/ChangeLog 2014-05-21 16:19:20 UTC (rev 169163)
+++ trunk/PerformanceTests/SunSpider/ChangeLog 2014-05-21 16:33:37 UTC (rev 169164)
@@ -1,10 +1,9 @@
-2014-05-21 Eva Balazsfalvi <[email protected]>
+2014-05-21 Filip Pizlo <[email protected]>
- REGRESSION(r169092 and r169102): Skip failing JSC tests on ARM64 properly
- https://bugs.webkit.org/show_bug.cgi?id=133149
+ Unreviewed, roll out http://trac.webkit.org/changeset/169159.
+
+ This was a unilateral change and wasn't properly reviewed.
- Reviewed by Csaba Osztrogonác.
-
* profiler-test.yaml:
2014-05-19 Filip Pizlo <[email protected]>
Modified: trunk/PerformanceTests/SunSpider/profiler-test.yaml (169163 => 169164)
--- trunk/PerformanceTests/SunSpider/profiler-test.yaml 2014-05-21 16:19:20 UTC (rev 169163)
+++ trunk/PerformanceTests/SunSpider/profiler-test.yaml 2014-05-21 16:33:37 UTC (rev 169164)
@@ -26,7 +26,7 @@
- path: tests/sunspider-1.0
cmd: |
- if $architecture !~ /arm64/
+ if $architecture =~ /x86/
runProfiler
else
skip
Modified: trunk/Source/_javascript_Core/ChangeLog (169163 => 169164)
--- trunk/Source/_javascript_Core/ChangeLog 2014-05-21 16:19:20 UTC (rev 169163)
+++ trunk/Source/_javascript_Core/ChangeLog 2014-05-21 16:33:37 UTC (rev 169164)
@@ -1,3 +1,11 @@
+2014-05-21 Filip Pizlo <[email protected]>
+
+ Unreviewed, roll out http://trac.webkit.org/changeset/169159.
+
+ This was a unilateral change and wasn't properly reviewed.
+
+ * tests/mozilla/mozilla-tests.yaml:
+
2014-05-21 Antoine Quint <[email protected]>
Array.prototype.find and findIndex should skip holes
Modified: trunk/Source/_javascript_Core/tests/mozilla/mozilla-tests.yaml (169163 => 169164)
--- trunk/Source/_javascript_Core/tests/mozilla/mozilla-tests.yaml 2014-05-21 16:19:20 UTC (rev 169163)
+++ trunk/Source/_javascript_Core/tests/mozilla/mozilla-tests.yaml 2014-05-21 16:33:37 UTC (rev 169164)
@@ -2113,7 +2113,7 @@
cmd: defaultRunMozillaTest :normal, "../shell.js"
- path: js1_5/Regress/regress-159334.js
cmd: |
- if $architecture !~ /arm64/
+ if $architecture =~ /x86/i
defaultRunMozillaTest :normal, "../shell.js"
else
skip
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes