Title: [239982] trunk/JSTests
- Revision
- 239982
- Author
- [email protected]
- Date
- 2019-01-15 05:14:27 -0800 (Tue, 15 Jan 2019)
Log Message
Unreviewed, skip JIT tests if it's not enabled
* stress/bit-op-with-object-returning-int32.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (239981 => 239982)
--- trunk/JSTests/ChangeLog 2019-01-15 12:34:35 UTC (rev 239981)
+++ trunk/JSTests/ChangeLog 2019-01-15 13:14:27 UTC (rev 239982)
@@ -1,3 +1,9 @@
+2019-01-15 Tomas Popela <[email protected]>
+
+ Unreviewed, skip JIT tests if it's not enabled
+
+ * stress/bit-op-with-object-returning-int32.js:
+
2019-01-15 Caio Lima <[email protected]>
DFGByteCodeParser rules for bitwise operations should consider type of their operands
Modified: trunk/JSTests/stress/bit-op-with-object-returning-int32.js (239981 => 239982)
--- trunk/JSTests/stress/bit-op-with-object-returning-int32.js 2019-01-15 12:34:35 UTC (rev 239981)
+++ trunk/JSTests/stress/bit-op-with-object-returning-int32.js 2019-01-15 13:14:27 UTC (rev 239982)
@@ -1,3 +1,4 @@
+//@ skip if not $jitTests
function assert(a, e) {
if (a !== e)
throw new Error("Expected: " + e + " but got: " + a);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes