Title: [277035] trunk/JSTests
Revision
277035
Author
sbar...@apple.com
Date
2021-05-05 12:37:52 -0700 (Wed, 05 May 2021)

Log Message

Update tests to use collectExtraSamplingProfilerData instead of collectSamplingProfilerDataForJSCShell
https://bugs.webkit.org/show_bug.cgi?id=225398

Reviewed by Mark Lam.

I forgot to update the tests to use the new option name.

* stress/sampling-profiler-code-origin.js:
* stress/sampling-profiler-richards.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (277034 => 277035)


--- trunk/JSTests/ChangeLog	2021-05-05 19:08:29 UTC (rev 277034)
+++ trunk/JSTests/ChangeLog	2021-05-05 19:37:52 UTC (rev 277035)
@@ -1,3 +1,15 @@
+2021-05-05  Saam Barati  <sbar...@apple.com>
+
+        Update tests to use collectExtraSamplingProfilerData instead of collectSamplingProfilerDataForJSCShell
+        https://bugs.webkit.org/show_bug.cgi?id=225398
+
+        Reviewed by Mark Lam.
+
+        I forgot to update the tests to use the new option name.
+
+        * stress/sampling-profiler-code-origin.js:
+        * stress/sampling-profiler-richards.js:
+
 2021-05-03  Mark Lam  <mark....@apple.com>
 
         Fix syntax error message for AUTOPLUSPLUS token.

Modified: trunk/JSTests/stress/sampling-profiler-code-origin.js (277034 => 277035)


--- trunk/JSTests/stress/sampling-profiler-code-origin.js	2021-05-05 19:08:29 UTC (rev 277034)
+++ trunk/JSTests/stress/sampling-profiler-code-origin.js	2021-05-05 19:37:52 UTC (rev 277035)
@@ -1,4 +1,4 @@
-//@ runDefault("--useConcurrentJIT=0", "--useConcurrentGC=0", "--useSamplingProfiler=1", "--collectSamplingProfilerDataForJSCShell=1", "--repatchBufferingCountdown=1")
+//@ runDefault("--useConcurrentJIT=0", "--useConcurrentGC=0", "--useSamplingProfiler=1", "--collectExtraSamplingProfilerData=1", "--repatchBufferingCountdown=1")
 let oThrow = {
     g: 0,
     get f() {

Modified: trunk/JSTests/stress/sampling-profiler-richards.js (277034 => 277035)


--- trunk/JSTests/stress/sampling-profiler-richards.js	2021-05-05 19:08:29 UTC (rev 277034)
+++ trunk/JSTests/stress/sampling-profiler-richards.js	2021-05-05 19:37:52 UTC (rev 277035)
@@ -1,7 +1,7 @@
 //@ skip if $architecture == "mips" and $hostOS == "linux"
 //@ skip if not $jitTests
 //@ skip if $architecture == "x86"
-//@ runDefault("--collectContinuously=1", "--useSamplingProfiler=1", "--collectSamplingProfilerDataForJSCShell=1")
+//@ runDefault("--collectContinuously=1", "--useSamplingProfiler=1", "--collectExtraSamplingProfilerData=1")
 
 "use strict";
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to