Title: [228986] trunk/JSTests
- Revision
- 228986
- Author
- [email protected]
- Date
- 2018-02-26 00:57:48 -0800 (Mon, 26 Feb 2018)
Log Message
Unreviewed, skip FTL tests if FTL is disabled
https://bugs.webkit.org/show_bug.cgi?id=183071
* stress/has-indexed-property-array-storage-ftl.js:
* stress/has-indexed-property-slow-put-array-storage-ftl.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (228985 => 228986)
--- trunk/JSTests/ChangeLog 2018-02-26 08:01:12 UTC (rev 228985)
+++ trunk/JSTests/ChangeLog 2018-02-26 08:57:48 UTC (rev 228986)
@@ -1,3 +1,11 @@
+2018-02-26 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, skip FTL tests if FTL is disabled
+ https://bugs.webkit.org/show_bug.cgi?id=183071
+
+ * stress/has-indexed-property-array-storage-ftl.js:
+ * stress/has-indexed-property-slow-put-array-storage-ftl.js:
+
2018-02-23 Saam Barati <[email protected]>
Make Number.isInteger an intrinsic
Modified: trunk/JSTests/stress/has-indexed-property-array-storage-ftl.js (228985 => 228986)
--- trunk/JSTests/stress/has-indexed-property-array-storage-ftl.js 2018-02-26 08:01:12 UTC (rev 228985)
+++ trunk/JSTests/stress/has-indexed-property-array-storage-ftl.js 2018-02-26 08:57:48 UTC (rev 228986)
@@ -1,4 +1,4 @@
-//@ runFTLNoCJIT
+//@ if $isFTLPlatform then runFTLNoCJIT else skip end
function shouldBe(actual, expected) {
if (actual !== expected)
Modified: trunk/JSTests/stress/has-indexed-property-slow-put-array-storage-ftl.js (228985 => 228986)
--- trunk/JSTests/stress/has-indexed-property-slow-put-array-storage-ftl.js 2018-02-26 08:01:12 UTC (rev 228985)
+++ trunk/JSTests/stress/has-indexed-property-slow-put-array-storage-ftl.js 2018-02-26 08:57:48 UTC (rev 228986)
@@ -1,4 +1,4 @@
-//@ runFTLNoCJIT
+//@ if $isFTLPlatform then runFTLNoCJIT else skip end
function shouldBe(actual, expected) {
if (actual !== expected)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes