summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authorager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-07 13:39:15 +0000
committerager@google.com <ager@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-07 13:39:15 +0000
commitb8dbb9412231c89fd3ac0e25ceaae6e419773a2b (patch)
treee0eacbdbcb5367cb95d8a1f286f5ab591605d052 /webkit/data
parent7b47901f9495763fc28fbb67d91da58cc4baec3b (diff)
downloadchromium_src-b8dbb9412231c89fd3ac0e25ceaae6e419773a2b.zip
chromium_src-b8dbb9412231c89fd3ac0e25ceaae6e419773a2b.tar.gz
chromium_src-b8dbb9412231c89fd3ac0e25ceaae6e419773a2b.tar.bz2
The function-decompilation layout test has been updated to actually test
that you get out the source code that was put in when printing a function. We therefore no longer need to rebaseline this test for V8. Review URL: http://codereview.chromium.org/6539 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r--webkit/data/layout_test_results/v8/LayoutTests/fast/js/function-decompilation-operatiors-expected.txt59
-rw-r--r--webkit/data/layout_test_results/v8/LayoutTests/fast/js/function-decompilation-operators-expected.txt59
2 files changed, 0 insertions, 118 deletions
diff --git a/webkit/data/layout_test_results/v8/LayoutTests/fast/js/function-decompilation-operatiors-expected.txt b/webkit/data/layout_test_results/v8/LayoutTests/fast/js/function-decompilation-operatiors-expected.txt
deleted file mode 100644
index 6d6fca1..0000000
--- a/webkit/data/layout_test_results/v8/LayoutTests/fast/js/function-decompilation-operatiors-expected.txt
+++ /dev/null
@@ -1,59 +0,0 @@
-This test checks toString() round-trip decompilation for binary and unary operators.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS decompiledFunction is 'function () { x + + y;}'
-PASS decompiledFunction is 'function () { x + - y;}'
-PASS decompiledFunction is 'function () { x - + y;}'
-PASS decompiledFunction is 'function () { x - - y;}'
-PASS decompiledFunction is 'function () { x * + y;}'
-PASS decompiledFunction is 'function () { x * - y;}'
-PASS decompiledFunction is 'function () { x / + y;}'
-PASS decompiledFunction is 'function () { x / - y;}'
-PASS decompiledFunction is 'function () { x % + y;}'
-PASS decompiledFunction is 'function () { x % - y;}'
-PASS decompiledFunction is 'function () { x++ + y;}'
-PASS decompiledFunction is 'function () { x++ - y;}'
-PASS decompiledFunction is 'function () { x++ * y;}'
-PASS decompiledFunction is 'function () { x++ / y;}'
-PASS decompiledFunction is 'function () { x-- + y;}'
-PASS decompiledFunction is 'function () { x-- - y;}'
-PASS decompiledFunction is 'function () { x-- * y;}'
-PASS decompiledFunction is 'function () { x-- / y;}'
-PASS decompiledFunction is 'function () { x + ++y;}'
-PASS decompiledFunction is 'function () { x - ++y;}'
-PASS decompiledFunction is 'function () { x * ++y;}'
-PASS decompiledFunction is 'function () { x / ++y;}'
-PASS decompiledFunction is 'function () { x + --y;}'
-PASS decompiledFunction is 'function () { x - --y;}'
-PASS decompiledFunction is 'function () { x * --y;}'
-PASS decompiledFunction is 'function () { x / --y;}'
-PASS decompiledFunction is 'function () { x++ + ++y;}'
-PASS decompiledFunction is 'function () { x++ - ++y;}'
-PASS decompiledFunction is 'function () { x++ * ++y;}'
-PASS decompiledFunction is 'function () { x++ / ++y;}'
-PASS decompiledFunction is 'function () { x-- + ++y;}'
-PASS decompiledFunction is 'function () { x-- - ++y;}'
-PASS decompiledFunction is 'function () { x-- * ++y;}'
-PASS decompiledFunction is 'function () { x-- / ++y;}'
-PASS decompiledFunction is 'function () { x++ + --y;}'
-PASS decompiledFunction is 'function () { x++ - --y;}'
-PASS decompiledFunction is 'function () { x++ * --y;}'
-PASS decompiledFunction is 'function () { x++ / --y;}'
-PASS decompiledFunction is 'function () { x-- + --y;}'
-PASS decompiledFunction is 'function () { x-- - --y;}'
-PASS decompiledFunction is 'function () { x-- * --y;}'
-PASS decompiledFunction is 'function () { x-- / --y;}'
-PASS decompiledFunction is 'function () { + + x;}'
-PASS decompiledFunction is 'function () { + - x;}'
-PASS decompiledFunction is 'function () { - + x;}'
-PASS decompiledFunction is 'function () { - - x;}'
-PASS decompiledFunction is 'function () { 1;}'
-PASS decompiledFunction is 'function () { -1;}'
-PASS decompiledFunction is 'function () { - -1;}'
-PASS decompiledFunction is 'function () { - - 0;}'
-PASS decompiledFunction is 'function () { - - NaN;}'
-PASS successfullyParsed is true
-
-TEST COMPLETE
diff --git a/webkit/data/layout_test_results/v8/LayoutTests/fast/js/function-decompilation-operators-expected.txt b/webkit/data/layout_test_results/v8/LayoutTests/fast/js/function-decompilation-operators-expected.txt
deleted file mode 100644
index 796a496..0000000
--- a/webkit/data/layout_test_results/v8/LayoutTests/fast/js/function-decompilation-operators-expected.txt
+++ /dev/null
@@ -1,59 +0,0 @@
-This test checks toString() round-trip decompilation for binary and unary operators.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-FAIL decompiledFunction should be function () { x + + y;}. Was function () {x + + y}.
-FAIL decompiledFunction should be function () { x + - y;}. Was function () {x + - y}.
-FAIL decompiledFunction should be function () { x - + y;}. Was function () {x - + y}.
-FAIL decompiledFunction should be function () { x - - y;}. Was function () {x - - y}.
-FAIL decompiledFunction should be function () { x * + y;}. Was function () {x * + y}.
-FAIL decompiledFunction should be function () { x * - y;}. Was function () {x * - y}.
-FAIL decompiledFunction should be function () { x / + y;}. Was function () {x / + y}.
-FAIL decompiledFunction should be function () { x / - y;}. Was function () {x / - y}.
-FAIL decompiledFunction should be function () { x % + y;}. Was function () {x % + y}.
-FAIL decompiledFunction should be function () { x % - y;}. Was function () {x % - y}.
-FAIL decompiledFunction should be function () { x++ + y;}. Was function () {x++ + y}.
-FAIL decompiledFunction should be function () { x++ - y;}. Was function () {x++ - y}.
-FAIL decompiledFunction should be function () { x++ * y;}. Was function () {x++ * y}.
-FAIL decompiledFunction should be function () { x++ / y;}. Was function () {x++ / y}.
-FAIL decompiledFunction should be function () { x-- + y;}. Was function () {x-- + y}.
-FAIL decompiledFunction should be function () { x-- - y;}. Was function () {x-- - y}.
-FAIL decompiledFunction should be function () { x-- * y;}. Was function () {x-- * y}.
-FAIL decompiledFunction should be function () { x-- / y;}. Was function () {x-- / y}.
-FAIL decompiledFunction should be function () { x + ++y;}. Was function () {x + ++y}.
-FAIL decompiledFunction should be function () { x - ++y;}. Was function () {x - ++y}.
-FAIL decompiledFunction should be function () { x * ++y;}. Was function () {x * ++y}.
-FAIL decompiledFunction should be function () { x / ++y;}. Was function () {x / ++y}.
-FAIL decompiledFunction should be function () { x + --y;}. Was function () {x + --y}.
-FAIL decompiledFunction should be function () { x - --y;}. Was function () {x - --y}.
-FAIL decompiledFunction should be function () { x * --y;}. Was function () {x * --y}.
-FAIL decompiledFunction should be function () { x / --y;}. Was function () {x / --y}.
-FAIL decompiledFunction should be function () { x++ + ++y;}. Was function () {x++ + ++y}.
-FAIL decompiledFunction should be function () { x++ - ++y;}. Was function () {x++ - ++y}.
-FAIL decompiledFunction should be function () { x++ * ++y;}. Was function () {x++ * ++y}.
-FAIL decompiledFunction should be function () { x++ / ++y;}. Was function () {x++ / ++y}.
-FAIL decompiledFunction should be function () { x-- + ++y;}. Was function () {x-- + ++y}.
-FAIL decompiledFunction should be function () { x-- - ++y;}. Was function () {x-- - ++y}.
-FAIL decompiledFunction should be function () { x-- * ++y;}. Was function () {x-- * ++y}.
-FAIL decompiledFunction should be function () { x-- / ++y;}. Was function () {x-- / ++y}.
-FAIL decompiledFunction should be function () { x++ + --y;}. Was function () {x++ + --y}.
-FAIL decompiledFunction should be function () { x++ - --y;}. Was function () {x++ - --y}.
-FAIL decompiledFunction should be function () { x++ * --y;}. Was function () {x++ * --y}.
-FAIL decompiledFunction should be function () { x++ / --y;}. Was function () {x++ / --y}.
-FAIL decompiledFunction should be function () { x-- + --y;}. Was function () {x-- + --y}.
-FAIL decompiledFunction should be function () { x-- - --y;}. Was function () {x-- - --y}.
-FAIL decompiledFunction should be function () { x-- * --y;}. Was function () {x-- * --y}.
-FAIL decompiledFunction should be function () { x-- / --y;}. Was function () {x-- / --y}.
-FAIL decompiledFunction should be function () { + + x;}. Was function () {+ + x}.
-FAIL decompiledFunction should be function () { + - x;}. Was function () {+ - x}.
-FAIL decompiledFunction should be function () { - + x;}. Was function () {- + x}.
-FAIL decompiledFunction should be function () { - - x;}. Was function () {- - x}.
-FAIL decompiledFunction should be function () { 1;}. Was function () {1}.
-FAIL decompiledFunction should be function () { -1;}. Was function () {-1}.
-FAIL decompiledFunction should be function () { - -1;}. Was function () {- -1}.
-FAIL decompiledFunction should be function () { - - 0;}. Was function () {- - 0}.
-FAIL decompiledFunction should be function () { - - NaN;}. Was function () {- - NaN}.
-PASS successfullyParsed is true
-
-TEST COMPLETE