Title: [259448] trunk/JSTests
Revision
259448
Author
[email protected]
Date
2020-04-03 00:24:14 -0700 (Fri, 03 Apr 2020)

Log Message

stress/ftl-gettypedarrayoffset-wasteful.js times out on arm/linux
https://bugs.webkit.org/show_bug.cgi?id=198754

Patch by Paulo Matos <[email protected]> on 2020-04-03
Reviewed by Žan Doberšek.

Unskip test.

* stress/ftl-gettypedarrayoffset-wasteful.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (259447 => 259448)


--- trunk/JSTests/ChangeLog	2020-04-03 07:21:03 UTC (rev 259447)
+++ trunk/JSTests/ChangeLog	2020-04-03 07:24:14 UTC (rev 259448)
@@ -1,3 +1,14 @@
+2020-04-03  Paulo Matos  <[email protected]>
+
+        stress/ftl-gettypedarrayoffset-wasteful.js times out on arm/linux
+        https://bugs.webkit.org/show_bug.cgi?id=198754
+
+        Reviewed by Žan Doberšek.
+
+        Unskip test.
+
+        * stress/ftl-gettypedarrayoffset-wasteful.js:
+
 2020-04-02  Alexey Shvayka  <[email protected]>
 
         TypedArray's [[DefineOwnProperty]] is incorrect with partial descriptors

Modified: trunk/JSTests/stress/ftl-gettypedarrayoffset-wasteful.js (259447 => 259448)


--- trunk/JSTests/stress/ftl-gettypedarrayoffset-wasteful.js	2020-04-03 07:21:03 UTC (rev 259447)
+++ trunk/JSTests/stress/ftl-gettypedarrayoffset-wasteful.js	2020-04-03 07:24:14 UTC (rev 259448)
@@ -1,5 +1,3 @@
-// https://bugs.webkit.org/show_bug.cgi?id=198754
-//@ skip if $architecture == "arm" and $hostOS == "linux"
 function foo(x){
     return x.byteOffset
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to