Title: [260564] trunk/JSTests
Revision
260564
Author
[email protected]
Date
2020-04-23 03:18:33 -0700 (Thu, 23 Apr 2020)

Log Message

Skip stress/v8-bitint32-inc.js on mips
https://bugs.webkit.org/show_bug.cgi?id=210906

Unreviewed Gardening.

Patch by Paulo Matos <[email protected]> on 2020-04-23

* stress/v8-bigint32-inc.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (260563 => 260564)


--- trunk/JSTests/ChangeLog	2020-04-23 09:23:34 UTC (rev 260563)
+++ trunk/JSTests/ChangeLog	2020-04-23 10:18:33 UTC (rev 260564)
@@ -1,3 +1,12 @@
+2020-04-23  Paulo Matos  <[email protected]>
+
+        Skip stress/v8-bitint32-inc.js on mips
+        https://bugs.webkit.org/show_bug.cgi?id=210906
+
+        Unreviewed Gardening.
+
+        * stress/v8-bigint32-inc.js:
+
 2020-04-22  Yusuke Suzuki  <[email protected]>
 
         [JSC] branchIfBigInt32 can use BigInt32Mask and remove branchIfNumber filter

Modified: trunk/JSTests/stress/v8-bigint32-inc.js (260563 => 260564)


--- trunk/JSTests/stress/v8-bigint32-inc.js	2020-04-23 09:23:34 UTC (rev 260563)
+++ trunk/JSTests/stress/v8-bigint32-inc.js	2020-04-23 10:18:33 UTC (rev 260564)
@@ -1,3 +1,4 @@
+//@ skip if ["mips"].include?($architecture)
 // Copyright 2017, the V8 project authors. All rights reserved.
 // Redistribution and use in source and binary forms, with or without
 // modification, are permitted provided that the following conditions are
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to