Title: [260443] trunk/JSTests
- Revision
- 260443
- Author
- [email protected]
- Date
- 2020-04-21 11:10:08 -0700 (Tue, 21 Apr 2020)
Log Message
Move value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js to JSTests/stress/
https://bugs.webkit.org/show_bug.cgi?id=210805
Reviewed by Saam Barati.
r251408 accidentally puts value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js in JSTests/ instead of JSTests/stress/.
This patch fixes that.
* stress/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js: Renamed from JSTests/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js.
Modified Paths
Added Paths
Removed Paths
Diff
Modified: trunk/JSTests/ChangeLog (260442 => 260443)
--- trunk/JSTests/ChangeLog 2020-04-21 17:50:56 UTC (rev 260442)
+++ trunk/JSTests/ChangeLog 2020-04-21 18:10:08 UTC (rev 260443)
@@ -1,3 +1,15 @@
+2020-04-21 Yusuke Suzuki <[email protected]>
+
+ Move value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js to JSTests/stress/
+ https://bugs.webkit.org/show_bug.cgi?id=210805
+
+ Reviewed by Saam Barati.
+
+ r251408 accidentally puts value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js in JSTests/ instead of JSTests/stress/.
+ This patch fixes that.
+
+ * stress/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js: Renamed from JSTests/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js.
+
2020-04-21 Paulo Matos <[email protected]>
[ARMv7][EWS] stress/check-stack-overflow-before-value-profiling-arguments.js is failing
Copied: trunk/JSTests/stress/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js (from rev 260442, trunk/JSTests/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js) (0 => 260443)
--- trunk/JSTests/stress/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js (rev 0)
+++ trunk/JSTests/stress/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js 2020-04-21 18:10:08 UTC (rev 260443)
@@ -0,0 +1,16 @@
+//@ runDefault("--validateAbstractInterpreterState=1", "--validateAbstractInterpreterStateProbability=1.0", "--useRandomizingFuzzerAgent=1", "--thresholdForFTLOptimizeAfterWarmUp=0", "--useConcurrentJIT=0")
+
+let x = 0;
+
+function foo(a0) {
+ for (let j=0; j<2; j++) {
+ const y = a0 === typeof x;
+ [a0, 0.1];
+ x = [];
+ ((y|0)**0) && 0;
+ }
+}
+
+for (let i = 0; i < 100; i++) {
+ foo(0);
+}
Deleted: trunk/JSTests/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js (260442 => 260443)
--- trunk/JSTests/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js 2020-04-21 17:50:56 UTC (rev 260442)
+++ trunk/JSTests/value-pow-ai-rule-should-box-the-same-way-as-the-runtime.js 2020-04-21 18:10:08 UTC (rev 260443)
@@ -1,16 +0,0 @@
-//@ runDefault("--validateAbstractInterpreterState=1", "--validateAbstractInterpreterStateProbability=1.0", "--useRandomizingFuzzerAgent=1", "--thresholdForFTLOptimizeAfterWarmUp=0", "--useConcurrentJIT=0")
-
-let x = 0;
-
-function foo(a0) {
- for (let j=0; j<2; j++) {
- const y = a0 === typeof x;
- [a0, 0.1];
- x = [];
- ((y|0)**0) && 0;
- }
-}
-
-for (let i = 0; i < 100; i++) {
- foo(0);
-}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes