Title: [178442] trunk/Source/_javascript_Core
Revision
178442
Author
mmir...@apple.com
Date
2015-01-14 13:03:56 -0800 (Wed, 14 Jan 2015)

Log Message

Removed accidental commit of "invalid_array.js"
http://trac.webkit.org/changeset/178439

* tests/stress/invalid_array.js: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (178441 => 178442)


--- trunk/Source/_javascript_Core/ChangeLog	2015-01-14 21:00:52 UTC (rev 178441)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-01-14 21:03:56 UTC (rev 178442)
@@ -1,5 +1,12 @@
 2015-01-14  Matthew Mirman  <mmir...@apple.com>
 
+        Removed accidental commit of "invalid_array.js" 
+        http://trac.webkit.org/changeset/178439
+
+        * tests/stress/invalid_array.js: Removed.
+
+2015-01-14  Matthew Mirman  <mmir...@apple.com>
+
         Fixes operationPutByIdOptimizes such that they check that the put didn't
         change the structure of the object who's property access is being
         cached.  Also removes uses of the new base value from the cache generation code.

Deleted: trunk/Source/_javascript_Core/tests/stress/invalid_array.js (178441 => 178442)


--- trunk/Source/_javascript_Core/tests/stress/invalid_array.js	2015-01-14 21:00:52 UTC (rev 178441)
+++ trunk/Source/_javascript_Core/tests/stress/invalid_array.js	2015-01-14 21:03:56 UTC (rev 178442)
@@ -1,20 +0,0 @@
-// debug-js -s --enableConcurrentJIT=false --thresholdForJITAfterWarmUp=1 --thresholdForOptimizeAfterWarmUp=2
-
-function TestCase(a) {
-    this.actual = 0.1;
-}
-
-var testcases = new Array();
-
-for (var i=0; i < 3; i++){
-    testcases[i] = new TestCase();
-}
-function test() {
-    for ( tc=0; tc < testcases.length; tc++ ) {
-        var v = testcases[tc];
-        v.actual = v.actual;
-        "" + testcases[tc].actual;
-    }
-    print("DONE");
-}
-test();
\ No newline at end of file
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to