Title: [285074] trunk/JSTests
Revision
285074
Author
[email protected]
Date
2021-10-29 21:19:22 -0700 (Fri, 29 Oct 2021)

Log Message

Unreviewed, skip stress/unlinked-code-block-destructor.js when it is debug build

The bug was not related to Debug build. And it is timing out on Debug build due to
heavy test load.

* stress/unlinked-code-block-destructor.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (285073 => 285074)


--- trunk/JSTests/ChangeLog	2021-10-30 04:10:24 UTC (rev 285073)
+++ trunk/JSTests/ChangeLog	2021-10-30 04:19:22 UTC (rev 285074)
@@ -1,5 +1,14 @@
 2021-10-29  Yusuke Suzuki  <[email protected]>
 
+        Unreviewed, skip stress/unlinked-code-block-destructor.js when it is debug build
+
+        The bug was not related to Debug build. And it is timing out on Debug build due to
+        heavy test load.
+
+        * stress/unlinked-code-block-destructor.js:
+
+2021-10-29  Yusuke Suzuki  <[email protected]>
+
         Unreviewed, reduce # of iteration since it is timing out on Debug JSC bot
 
         * stress/put-private-name-ic-write-barrier.js:

Modified: trunk/JSTests/stress/unlinked-code-block-destructor.js (285073 => 285074)


--- trunk/JSTests/stress/unlinked-code-block-destructor.js	2021-10-30 04:10:24 UTC (rev 285073)
+++ trunk/JSTests/stress/unlinked-code-block-destructor.js	2021-10-30 04:19:22 UTC (rev 285074)
@@ -1,4 +1,5 @@
 //@ skip if $memoryLimited
+//@ skip if $buildType == "debug"
 //@ runDefault("--destroy-vm", "--forceDebuggerBytecodeGeneration=1", "--returnEarlyFromInfiniteLoopsForFuzzing=1")
 
 function useAllMemory() {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to