Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(149)

Unified Diff: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/delete-getters-setters-expected.txt

Issue 14169: Classify V8 failures. One just needed rebaseling, the others are serious. (Closed)
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/delete-getters-setters-expected.txt
diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/delete-getters-setters-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/delete-getters-setters-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..99ace316991dd6cebd31eddbca635f70c54e2ce1
--- /dev/null
+++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/delete-getters-setters-expected.txt
@@ -0,0 +1,24 @@
+This test checks that deletion of properties works properly with getters and setters.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS b1.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS a2.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS b3.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS a4.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS b5.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS a6.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS b7.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS a8.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS o1.b.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS o1.a.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS o3.b.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS o4.a.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS o5.b.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS o6.a.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS o7.b.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS o8.a.property threw exception TypeError: Cannot read property 'property' of undefined.
+PASS successfullyParsed is true
+
+TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698