summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-30 01:24:04 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-30 01:24:04 +0000
commitcd98e14f5018e5b1ad236d224ba634b479012a5b (patch)
tree0dc8d2ac1662798c6612333b145f1818c49620f8 /webkit/data
parente323484aa9e8b346a7ac45db155ae878b8362fb6 (diff)
downloadchromium_src-cd98e14f5018e5b1ad236d224ba634b479012a5b.zip
chromium_src-cd98e14f5018e5b1ad236d224ba634b479012a5b.tar.gz
chromium_src-cd98e14f5018e5b1ad236d224ba634b479012a5b.tar.bz2
Rebaseline 3 worker layout tests to count in the different messages from V8.
Review URL: http://codereview.chromium.org/45057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12758 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/use-machine-stack-expected.txt4
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/worker-constructor-expected.txt8
-rw-r--r--webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/worker-location-expected.txt15
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/use-machine-stack-expected.txt4
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-constructor-expected.txt8
-rw-r--r--webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-location-expected.txt15
6 files changed, 54 insertions, 0 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/use-machine-stack-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/use-machine-stack-expected.txt
new file mode 100644
index 0000000..1c344db
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/use-machine-stack-expected.txt
@@ -0,0 +1,4 @@
+Test worker thread stack usage. Should not crash.
+
+PASS (RangeError: Maximum call stack size exceeded)
+
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/worker-constructor-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/worker-constructor-expected.txt
new file mode 100644
index 0000000..15a042c
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/worker-constructor-expected.txt
@@ -0,0 +1,8 @@
+Test Worker constructor functionality. Should print a series of PASS messages, followed with DONE.
+
+PASS: toString exception propagated correctly.
+PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
+PASS: invoking Worker constructor without arguments resulted in an exception (SyntaxError: Not enough arguments)
+PASS: onerror invoked for a script that could not be loaded.
+DONE
+
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/worker-location-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/worker-location-expected.txt
new file mode 100644
index 0000000..2596296
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/workers/worker-location-expected.txt
@@ -0,0 +1,15 @@
+Test WorkerLocation properties.
+
+WorkerLocation: function WorkerLocation() { [native code] }
+typeof location: object
+location: file:<...>/fast/workers/resources/worker-common.js
+location.href: file:<...>/fast/workers/resources/worker-common.js
+location.protocol: file:
+location.host:
+location.hostname:
+location.port:
+location.pathname: <...>/fast/workers/resources/worker-common.js
+location.search:
+location.hash:
+DONE
+
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/use-machine-stack-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/use-machine-stack-expected.txt
new file mode 100644
index 0000000..1c344db
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/use-machine-stack-expected.txt
@@ -0,0 +1,4 @@
+Test worker thread stack usage. Should not crash.
+
+PASS (RangeError: Maximum call stack size exceeded)
+
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-constructor-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-constructor-expected.txt
new file mode 100644
index 0000000..15a042c
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-constructor-expected.txt
@@ -0,0 +1,8 @@
+Test Worker constructor functionality. Should print a series of PASS messages, followed with DONE.
+
+PASS: toString exception propagated correctly.
+PASS: trying to create workers recursively resulted in an exception (RangeError: Maximum call stack size exceeded)
+PASS: invoking Worker constructor without arguments resulted in an exception (SyntaxError: Not enough arguments)
+PASS: onerror invoked for a script that could not be loaded.
+DONE
+
diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-location-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-location-expected.txt
new file mode 100644
index 0000000..2596296
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/workers/worker-location-expected.txt
@@ -0,0 +1,15 @@
+Test WorkerLocation properties.
+
+WorkerLocation: function WorkerLocation() { [native code] }
+typeof location: object
+location: file:<...>/fast/workers/resources/worker-common.js
+location.href: file:<...>/fast/workers/resources/worker-common.js
+location.protocol: file:
+location.host:
+location.hostname:
+location.port:
+location.pathname: <...>/fast/workers/resources/worker-common.js
+location.search:
+location.hash:
+DONE
+