Title: [159240] branches/safari-537.73-branch/LayoutTests
Revision
159240
Author
[email protected]
Date
2013-11-13 14:52:52 -0800 (Wed, 13 Nov 2013)

Log Message

Change testcase to not rely on functions that are only available on trunk

Modified Paths

Diff

Modified: branches/safari-537.73-branch/LayoutTests/ChangeLog (159239 => 159240)


--- branches/safari-537.73-branch/LayoutTests/ChangeLog	2013-11-13 22:25:54 UTC (rev 159239)
+++ branches/safari-537.73-branch/LayoutTests/ChangeLog	2013-11-13 22:52:52 UTC (rev 159240)
@@ -1,3 +1,11 @@
+2013-11-13  Oliver Hunt  <[email protected]>
+
+        Change testcase to not rely on functions that are only available on trunk
+
+        RS=Beth Dakin
+
+        * fast/js/script-tests/dfg-arguments-strict-mode.js:
+
 2013-11-08  Chris Fleizach  <[email protected]>
 
         Fix up failing layout tests that in branch due to recent accessibility patches.

Modified: branches/safari-537.73-branch/LayoutTests/fast/js/script-tests/dfg-arguments-strict-mode.js (159239 => 159240)


--- branches/safari-537.73-branch/LayoutTests/fast/js/script-tests/dfg-arguments-strict-mode.js	2013-11-13 22:25:54 UTC (rev 159239)
+++ branches/safari-537.73-branch/LayoutTests/fast/js/script-tests/dfg-arguments-strict-mode.js	2013-11-13 22:52:52 UTC (rev 159240)
@@ -8,9 +8,7 @@
     return arguments[0];
 }
 
-noInline(f);
-
-while (!dfgCompiled({f:f}))
+for (var i = 0; i < 3000; ++i)
     f(1);
 
 shouldBe("f(1)", "1");
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to