Title: [263056] trunk/JSTests
Revision
263056
Author
ticaiol...@gmail.com
Date
2020-06-15 13:59:03 -0700 (Mon, 15 Jun 2020)

Log Message

[ARMv7][MIPS][JSC] Skip check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js
https://bugs.webkit.org/show_bug.cgi?id=213208

Unreviewed Gardening.


* stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (263055 => 263056)


--- trunk/JSTests/ChangeLog	2020-06-15 19:59:24 UTC (rev 263055)
+++ trunk/JSTests/ChangeLog	2020-06-15 20:59:03 UTC (rev 263056)
@@ -1,3 +1,12 @@
+2020-06-15  Caio Lima  <ticaiol...@gmail.com>
+
+        [ARMv7][MIPS][JSC] Skip check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js
+        https://bugs.webkit.org/show_bug.cgi?id=213208
+
+        Unreviewed Gardening.
+
+        * stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js:
+
 2020-06-15  Keith Miller  <keith_mil...@apple.com>
 
         CheckIsConstant should not use BadCache exit kind

Modified: trunk/JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js (263055 => 263056)


--- trunk/JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js	2020-06-15 19:59:24 UTC (rev 263055)
+++ trunk/JSTests/stress/check-is-constant-non-cell-should-not-array-profile-during-osr-exit.js	2020-06-15 20:59:03 UTC (rev 263056)
@@ -1,3 +1,5 @@
+//@ skip if ["arm", "mips"].include?($architecture)
+
 function foo() {
   function bar(a0) {
     try {
@@ -13,4 +15,4 @@
 
 for (let i=0; i<100; i++) {
   foo();
-}
\ No newline at end of file
+}
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to