This was a unilateral change and wasn't properly reviewed.
PerformanceTests/SunSpider:
* profiler-test.yaml:
Source/JavaScriptCore:
* tests/mozilla/mozilla-tests.yaml:
LayoutTests:
* js/script-tests/function-apply-many-args.js:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@169164
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-05-21 Filip Pizlo <fpizlo@apple.com>
+
+ 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 <graouts@webkit.org>
Array.prototype.find and findIndex should skip holes
-//@ 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.");
-2014-05-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.com>
+2014-05-21 Filip Pizlo <fpizlo@apple.com>
- REGRESSION(r169092 and r169102): Skip failing JSC tests on ARM64 properly
- https://bugs.webkit.org/show_bug.cgi?id=133149
-
- Reviewed by Csaba Osztrogonác.
+ Unreviewed, roll out http://trac.webkit.org/changeset/169159.
+
+ This was a unilateral change and wasn't properly reviewed.
* profiler-test.yaml:
- path: tests/sunspider-1.0
cmd: |
- if $architecture !~ /arm64/
+ if $architecture =~ /x86/
runProfiler
else
skip
+2014-05-21 Filip Pizlo <fpizlo@apple.com>
+
+ 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 <graouts@webkit.org>
Array.prototype.find and findIndex should skip holes
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