Title: [223214] trunk/JSTests
- Revision
- 223214
- Author
- sbar...@apple.com
- Date
- 2017-10-11 17:00:57 -0700 (Wed, 11 Oct 2017)
Log Message
Unreviewed. Actually skip certain type profiler tests in debug.
* typeProfiler.yaml:
* typeProfiler/deltablue-for-of.js:
* typeProfiler/getter-richards.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (223213 => 223214)
--- trunk/JSTests/ChangeLog 2017-10-11 23:55:11 UTC (rev 223213)
+++ trunk/JSTests/ChangeLog 2017-10-12 00:00:57 UTC (rev 223214)
@@ -1,3 +1,11 @@
+2017-10-11 Saam Barati <sbar...@apple.com>
+
+ Unreviewed. Actually skip certain type profiler tests in debug.
+
+ * typeProfiler.yaml:
+ * typeProfiler/deltablue-for-of.js:
+ * typeProfiler/getter-richards.js:
+
2017-10-11 Commit Queue <commit-qu...@webkit.org>
Unreviewed, rolling out r223113 and r223121.
Modified: trunk/JSTests/typeProfiler/deltablue-for-of.js (223213 => 223214)
--- trunk/JSTests/typeProfiler/deltablue-for-of.js 2017-10-11 23:55:11 UTC (rev 223213)
+++ trunk/JSTests/typeProfiler/deltablue-for-of.js 2017-10-12 00:00:57 UTC (rev 223214)
@@ -1,4 +1,4 @@
-//@ skip if $buildType == "debug"
+//@ if $buildType == "debug" then skip else runTypeProfiler end
// Copyright 2008 the V8 project authors. All rights reserved.
// Copyright 1996 John Maloney and Mario Wolczko.
Modified: trunk/JSTests/typeProfiler/getter-richards.js (223213 => 223214)
--- trunk/JSTests/typeProfiler/getter-richards.js 2017-10-11 23:55:11 UTC (rev 223213)
+++ trunk/JSTests/typeProfiler/getter-richards.js 2017-10-12 00:00:57 UTC (rev 223214)
@@ -1,4 +1,4 @@
-//@ skip if $buildType == "debug"
+//@ if $buildType == "debug" then skip else runTypeProfiler end
// Copyright 2006-2008 the V8 project authors. All rights reserved.
// Copyright 2014 Apple Inc.
Modified: trunk/JSTests/typeProfiler.yaml (223213 => 223214)
--- trunk/JSTests/typeProfiler.yaml 2017-10-11 23:55:11 UTC (rev 223213)
+++ trunk/JSTests/typeProfiler.yaml 2017-10-12 00:00:57 UTC (rev 223214)
@@ -22,4 +22,4 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- path: typeProfiler
- cmd: runTypeProfiler
+ cmd: runTypeProfiler unless parseRunCommands
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes