Title: [267280] trunk/JSTests
Revision
267280
Author
ticaiol...@gmail.com
Date
2020-09-18 13:28:55 -0700 (Fri, 18 Sep 2020)

Log Message

[ARMv7][MIPS] Test gaderning September version
https://bugs.webkit.org/show_bug.cgi?id=216699

Unreviewed test gardening.


* stress/array-species-create-should-handle-masquerader.js:
* stress/compare-eq-should-use-known-other-use.js:
* stress/ftl-reflect-get-prototype-of.js:
* stress/typedarray-access-neutered.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (267279 => 267280)


--- trunk/JSTests/ChangeLog	2020-09-18 20:17:10 UTC (rev 267279)
+++ trunk/JSTests/ChangeLog	2020-09-18 20:28:55 UTC (rev 267280)
@@ -1,3 +1,15 @@
+2020-09-18  Caio Lima  <ticaiol...@gmail.com>
+
+        [ARMv7][MIPS] Test gaderning September version
+        https://bugs.webkit.org/show_bug.cgi?id=216699
+
+        Unreviewed test gardening.
+
+        * stress/array-species-create-should-handle-masquerader.js:
+        * stress/compare-eq-should-use-known-other-use.js:
+        * stress/ftl-reflect-get-prototype-of.js:
+        * stress/typedarray-access-neutered.js:
+
 2020-09-18  Keith Miller  <keith_mil...@apple.com>
 
         DFG should ensure there are PhantomLocals for the taken block of op_jneq_ptr

Modified: trunk/JSTests/stress/array-species-create-should-handle-masquerader.js (267279 => 267280)


--- trunk/JSTests/stress/array-species-create-should-handle-masquerader.js	2020-09-18 20:17:10 UTC (rev 267279)
+++ trunk/JSTests/stress/array-species-create-should-handle-masquerader.js	2020-09-18 20:28:55 UTC (rev 267280)
@@ -1,4 +1,3 @@
-//@ skip if $architecture == "mips"
 function shouldThrow(func, errorMessage) {
     var errorThrown = false;
     var error = null;

Modified: trunk/JSTests/stress/compare-eq-should-use-known-other-use.js (267279 => 267280)


--- trunk/JSTests/stress/compare-eq-should-use-known-other-use.js	2020-09-18 20:17:10 UTC (rev 267279)
+++ trunk/JSTests/stress/compare-eq-should-use-known-other-use.js	2020-09-18 20:28:55 UTC (rev 267280)
@@ -1,4 +1,3 @@
-//@ skip if $architecture == "mips"
 function bar(testArgs) {
     (() => {
         try {

Modified: trunk/JSTests/stress/ftl-reflect-get-prototype-of.js (267279 => 267280)


--- trunk/JSTests/stress/ftl-reflect-get-prototype-of.js	2020-09-18 20:17:10 UTC (rev 267279)
+++ trunk/JSTests/stress/ftl-reflect-get-prototype-of.js	2020-09-18 20:28:55 UTC (rev 267280)
@@ -1,5 +1,3 @@
-//@ skip if ["arm", "mips"].include?($architecture)
-
 function shouldBe(actual, expected)
 {
     if (actual !== expected)

Modified: trunk/JSTests/stress/typedarray-access-neutered.js (267279 => 267280)


--- trunk/JSTests/stress/typedarray-access-neutered.js	2020-09-18 20:17:10 UTC (rev 267279)
+++ trunk/JSTests/stress/typedarray-access-neutered.js	2020-09-18 20:28:55 UTC (rev 267280)
@@ -1,5 +1,3 @@
-//@ skip if $architecture == "mips"
-
 typedArrays = [Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array];
 
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to