Title: [242922] trunk/JSTests
- Revision
- 242922
- Author
- [email protected]
- Date
- 2019-03-13 17:06:03 -0700 (Wed, 13 Mar 2019)
Log Message
Gardening: reducing the variants on 2 tests to avoid timing out on JSC Debug queue.
https://bugs.webkit.org/show_bug.cgi?id=195415
Not reviewed.
Changed these tests to only run the default configuration.
The ftl-no-cjit-validate-sampling-profiler variant was timing out.
There's no strong need to run this test on that variant.
* stress/dfg-to-string-on-int-does-gc.js:
* stress/dfg-to-string-on-string-or-string-object-does-not-gc.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (242921 => 242922)
--- trunk/JSTests/ChangeLog 2019-03-13 23:46:05 UTC (rev 242921)
+++ trunk/JSTests/ChangeLog 2019-03-14 00:06:03 UTC (rev 242922)
@@ -1,3 +1,17 @@
+2019-03-13 Mark Lam <[email protected]>
+
+ Gardening: reducing the variants on 2 tests to avoid timing out on JSC Debug queue.
+ https://bugs.webkit.org/show_bug.cgi?id=195415
+
+ Not reviewed.
+
+ Changed these tests to only run the default configuration.
+ The ftl-no-cjit-validate-sampling-profiler variant was timing out.
+ There's no strong need to run this test on that variant.
+
+ * stress/dfg-to-string-on-int-does-gc.js:
+ * stress/dfg-to-string-on-string-or-string-object-does-not-gc.js:
+
2019-03-13 Dominik Infuehr <[email protected]>
String overflow when using StringBuilder in JSC::createError
Modified: trunk/JSTests/stress/dfg-to-string-on-int-does-gc.js (242921 => 242922)
--- trunk/JSTests/stress/dfg-to-string-on-int-does-gc.js 2019-03-13 23:46:05 UTC (rev 242921)
+++ trunk/JSTests/stress/dfg-to-string-on-int-does-gc.js 2019-03-14 00:06:03 UTC (rev 242922)
@@ -1,4 +1,4 @@
-//@ requireOptions("--exceptionStackTraceLimit=0", "--defaultErrorStackTraceLimit=0", "--forceRAMSize=1000000", "--forceDebuggerBytecodeGeneration=1", "--useZombieMode=1", "--jitPolicyScale=0", "--collectContinuously=1", "--useConcurrentJIT=0")
+//@ runDefault("--exceptionStackTraceLimit=0", "--defaultErrorStackTraceLimit=0", "--forceRAMSize=1000000", "--forceDebuggerBytecodeGeneration=1", "--useZombieMode=1", "--jitPolicyScale=0", "--collectContinuously=1", "--useConcurrentJIT=0")
function assert(b) {
if (!b)
Modified: trunk/JSTests/stress/dfg-to-string-on-string-or-string-object-does-not-gc.js (242921 => 242922)
--- trunk/JSTests/stress/dfg-to-string-on-string-or-string-object-does-not-gc.js 2019-03-13 23:46:05 UTC (rev 242921)
+++ trunk/JSTests/stress/dfg-to-string-on-string-or-string-object-does-not-gc.js 2019-03-14 00:06:03 UTC (rev 242922)
@@ -1,4 +1,4 @@
-//@ requireOptions("--exceptionStackTraceLimit=0", "--defaultErrorStackTraceLimit=0", "--forceRAMSize=1000000", "--forceDebuggerBytecodeGeneration=1", "--useZombieMode=1", "--jitPolicyScale=0", "--collectContinuously=1", "--useConcurrentJIT=0")
+//@ runDefault("--exceptionStackTraceLimit=0", "--defaultErrorStackTraceLimit=0", "--forceRAMSize=1000000", "--forceDebuggerBytecodeGeneration=1", "--useZombieMode=1", "--jitPolicyScale=0", "--collectContinuously=1", "--useConcurrentJIT=0")
function assert(b) {
if (!b)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes