Title: [285758] trunk/JSTests
Revision
285758
Author
guijem...@igalia.com
Date
2021-11-12 16:01:00 -0800 (Fri, 12 Nov 2021)

Log Message

Unskip typeProfiler/getter-richards.js on armv7
https://bugs.webkit.org/show_bug.cgi?id=233050

Unreviewed gardening.

Our arm bots are now fast enough to run this, it does still timeout on
some of our test mips devices though.


* typeProfiler/getter-richards.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (285757 => 285758)


--- trunk/JSTests/ChangeLog	2021-11-12 23:56:07 UTC (rev 285757)
+++ trunk/JSTests/ChangeLog	2021-11-13 00:01:00 UTC (rev 285758)
@@ -1,3 +1,15 @@
+2021-11-12  Guillaume Emont  <guijem...@igalia.com>
+
+        Unskip typeProfiler/getter-richards.js on armv7
+        https://bugs.webkit.org/show_bug.cgi?id=233050
+
+        Unreviewed gardening.
+
+        Our arm bots are now fast enough to run this, it does still timeout on
+        some of our test mips devices though.
+
+        * typeProfiler/getter-richards.js:
+
 2021-11-12  Xan Lopez  <x...@igalia.com>
 
         [JSC][32bit] Unskip JSTests/microbenchmarks/redefine-property-accessor-dictionary.js

Modified: trunk/JSTests/typeProfiler/getter-richards.js (285757 => 285758)


--- trunk/JSTests/typeProfiler/getter-richards.js	2021-11-12 23:56:07 UTC (rev 285757)
+++ trunk/JSTests/typeProfiler/getter-richards.js	2021-11-13 00:01:00 UTC (rev 285758)
@@ -1,4 +1,4 @@
-//@ if $buildType == "debug" or not $jitTests or $architecture =~ /(^arm$)|mips/ then skip else runTypeProfiler end
+//@ if $buildType == "debug" or not $jitTests or $architecture == "mips" then skip else runTypeProfiler end
 
 // Copyright 2006-2008 the V8 project authors. All rights reserved.
 // Copyright 2014 Apple Inc.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to