Title: [230564] trunk/JSTests
Revision
230564
Author
tpop...@redhat.com
Date
2018-04-12 02:22:00 -0700 (Thu, 12 Apr 2018)

Log Message

Unreviewed, skip JIT tests if it isn't enabled

See https://bugs.webkit.org/show_bug.cgi?id=182730.

* stress/big-int-spec-to-primitive.js:
* stress/big-int-spec-to-this.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (230563 => 230564)


--- trunk/JSTests/ChangeLog	2018-04-12 09:21:04 UTC (rev 230563)
+++ trunk/JSTests/ChangeLog	2018-04-12 09:22:00 UTC (rev 230564)
@@ -1,3 +1,12 @@
+2018-04-12  Tomas Popela  <tpop...@redhat.com>
+
+        Unreviewed, skip JIT tests if it isn't enabled
+
+        See https://bugs.webkit.org/show_bug.cgi?id=182730.
+
+        * stress/big-int-spec-to-primitive.js:
+        * stress/big-int-spec-to-this.js:
+
 2018-04-10  Caio Lima  <ticaiol...@gmail.com>
 
         [ESNext][BigInt] Add support for BigInt in SpeculatedType

Modified: trunk/JSTests/stress/big-int-spec-to-primitive.js (230563 => 230564)


--- trunk/JSTests/stress/big-int-spec-to-primitive.js	2018-04-12 09:21:04 UTC (rev 230563)
+++ trunk/JSTests/stress/big-int-spec-to-primitive.js	2018-04-12 09:22:00 UTC (rev 230564)
@@ -1,3 +1,4 @@
+//@ skip if not $jitTests
 //@ runBigIntEnabled
 
 function assert(a) {

Modified: trunk/JSTests/stress/big-int-spec-to-this.js (230563 => 230564)


--- trunk/JSTests/stress/big-int-spec-to-this.js	2018-04-12 09:21:04 UTC (rev 230563)
+++ trunk/JSTests/stress/big-int-spec-to-this.js	2018-04-12 09:22:00 UTC (rev 230564)
@@ -1,3 +1,4 @@
+//@ skip if not $jitTests
 //@ runDefault("--useBigInt=true", "--useConcurrentJIT=false")
 
 function assert(a) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to