https://bugs.webkit.org/show_bug.cgi?id=133149
Patch by Eva Balazsfalvi <evab.u-szeged@partner.samsung.com> on 2014-05-21
Reviewed by Csaba Osztrogonác.
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@169159
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-05-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.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.
+
+ * js/script-tests/function-apply-many-args.js:
+
2014-05-21 Michał Pakuła vel Rutka <m.pakula@samsung.com>
Unreviewed EFL gardening
-//@ skip if $architecture !~ /x86/i
+//@ skip if $architecture =~ /arm64/
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>
+
+ 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.
+
+ * profiler-test.yaml:
+
2014-05-19 Filip Pizlo <fpizlo@apple.com>
Take care of some ARM64 test failures
- path: tests/sunspider-1.0
cmd: |
- if $architecture =~ /x86/
+ if $architecture !~ /arm64/
runProfiler
else
skip
+2014-05-21 Eva Balazsfalvi <evab.u-szeged@partner.samsung.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.
+
+ * tests/mozilla/mozilla-tests.yaml:
+
2014-05-20 Geoffrey Garen <ggaren@apple.com>
Rolled out <http://trac.webkit.org/changeset/166184>
cmd: defaultRunMozillaTest :normal, "../shell.js"
- path: js1_5/Regress/regress-159334.js
cmd: |
- if $architecture =~ /x86/i
+ if $architecture !~ /arm64/
defaultRunMozillaTest :normal, "../shell.js"
else
skip