Title: [169159] trunk
Revision
169159
Author
[email protected]
Date
2014-05-21 07:56:52 -0700 (Wed, 21 May 2014)

Log Message

REGRESSION(r169092 and r169102): Skip failing JSC tests on ARM64 properly
https://bugs.webkit.org/show_bug.cgi?id=133149

Patch by Eva Balazsfalvi <[email protected]> on 2014-05-21
Reviewed by Csaba Osztrogonác.

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 (169158 => 169159)


--- trunk/LayoutTests/ChangeLog	2014-05-21 14:43:44 UTC (rev 169158)
+++ trunk/LayoutTests/ChangeLog	2014-05-21 14:56:52 UTC (rev 169159)
@@ -1,3 +1,12 @@
+2014-05-21  Eva Balazsfalvi  <[email protected]>
+
+        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  <[email protected]>
 
         Unreviewed EFL gardening

Modified: trunk/LayoutTests/js/script-tests/function-apply-many-args.js (169158 => 169159)


--- trunk/LayoutTests/js/script-tests/function-apply-many-args.js	2014-05-21 14:43:44 UTC (rev 169158)
+++ trunk/LayoutTests/js/script-tests/function-apply-many-args.js	2014-05-21 14:56:52 UTC (rev 169159)
@@ -1,4 +1,4 @@
-//@ 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.");
 

Modified: trunk/PerformanceTests/SunSpider/ChangeLog (169158 => 169159)


--- trunk/PerformanceTests/SunSpider/ChangeLog	2014-05-21 14:43:44 UTC (rev 169158)
+++ trunk/PerformanceTests/SunSpider/ChangeLog	2014-05-21 14:56:52 UTC (rev 169159)
@@ -1,3 +1,12 @@
+2014-05-21  Eva Balazsfalvi  <[email protected]>
+
+        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  <[email protected]>
 
         Take care of some ARM64 test failures

Modified: trunk/PerformanceTests/SunSpider/profiler-test.yaml (169158 => 169159)


--- trunk/PerformanceTests/SunSpider/profiler-test.yaml	2014-05-21 14:43:44 UTC (rev 169158)
+++ trunk/PerformanceTests/SunSpider/profiler-test.yaml	2014-05-21 14:56:52 UTC (rev 169159)
@@ -26,7 +26,7 @@
 
 - path: tests/sunspider-1.0
   cmd: |
-      if $architecture =~ /x86/
+      if $architecture !~ /arm64/
           runProfiler
       else
           skip

Modified: trunk/Source/_javascript_Core/ChangeLog (169158 => 169159)


--- trunk/Source/_javascript_Core/ChangeLog	2014-05-21 14:43:44 UTC (rev 169158)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-05-21 14:56:52 UTC (rev 169159)
@@ -1,3 +1,12 @@
+2014-05-21  Eva Balazsfalvi  <[email protected]>
+
+        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  <[email protected]>
 
         Rolled out <http://trac.webkit.org/changeset/166184>

Modified: trunk/Source/_javascript_Core/tests/mozilla/mozilla-tests.yaml (169158 => 169159)


--- trunk/Source/_javascript_Core/tests/mozilla/mozilla-tests.yaml	2014-05-21 14:43:44 UTC (rev 169158)
+++ trunk/Source/_javascript_Core/tests/mozilla/mozilla-tests.yaml	2014-05-21 14:56:52 UTC (rev 169159)
@@ -2113,7 +2113,7 @@
   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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to