Revision: 15946
Author: [email protected]
Date: Tue Jul 30 00:15:29 2013
Log: Repair test expectations for webkit test.
When adding the new tests in https://codereview.chromium.org/21070002/ the
tabs in .js files were automatically replaced with spaces (for presubmit to
work).
This replaces the tabs also in a test expectation file for the output to
match again.
[email protected]
Review URL: https://codereview.chromium.org/21156008
http://code.google.com/p/v8/source/detail?r=15946
Modified:
/branches/bleeding_edge/test/webkit/fast/js/kde/cast-expected.txt
=======================================
--- /branches/bleeding_edge/test/webkit/fast/js/kde/cast-expected.txt Mon
Jul 29 23:36:48 2013
+++ /branches/bleeding_edge/test/webkit/fast/js/kde/cast-expected.txt Tue
Jul 30 00:15:29 2013
@@ -29,7 +29,7 @@
PASS Boolean(1) === true is true
PASS var s = String; s(1) === '1' is true
PASS n = Number; n(true) === 1 is true
-PASS String(Array('a', 'b' )) is 'a,b'
+PASS String(Array('a', 'b' )) is 'a,b'
PASS successfullyParsed is true
TEST COMPLETE
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.