Title: [108295] trunk/LayoutTests
Revision
108295
Author
yu...@chromium.org
Date
2012-02-20 20:12:25 -0800 (Mon, 20 Feb 2012)

Log Message

[Chromium] Unreviewed, update test expectations.

* platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt:
* platform/chromium/fast/js/string-capitalization-expected.txt:
* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (108294 => 108295)


--- trunk/LayoutTests/ChangeLog	2012-02-21 03:59:07 UTC (rev 108294)
+++ trunk/LayoutTests/ChangeLog	2012-02-21 04:12:25 UTC (rev 108295)
@@ -1,3 +1,11 @@
+2012-02-20  Yuta Kitamura  <yu...@chromium.org>
+
+        [Chromium] Unreviewed, update test expectations.
+
+        * platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt:
+        * platform/chromium/fast/js/string-capitalization-expected.txt:
+        * platform/chromium/test_expectations.txt:
+
 2012-02-20  Gavin Barraclough  <barraclo...@apple.com>
 
         DefineOwnProperty fails with numeric properties & Object.prototype

Modified: trunk/LayoutTests/platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt (108294 => 108295)


--- trunk/LayoutTests/platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt	2012-02-21 03:59:07 UTC (rev 108294)
+++ trunk/LayoutTests/platform/chromium/fast/dom/Window/window-custom-prototype-expected.txt	2012-02-21 04:12:25 UTC (rev 108295)
@@ -9,12 +9,12 @@
 PASS __proto__ = 'a string'; __proto__ is originalWindowPrototype
 PASS __proto__ = anotherObject; __proto__ is anotherObject
 FAIL anotherObject.__proto__ = window; __proto__ should throw Error: cyclic __proto__ value. Threw exception Error: Cyclic __proto__ value.
-PASS __proto__ = null; __proto__ is null
-PASS __proto__ = 1; __proto__ is null
-PASS __proto__ = 'a string'; __proto__ is null
+PASS __proto__ = 1; __proto__ is anotherObject
+PASS __proto__ = 'a string'; __proto__ is anotherObject
 PASS __proto__ = anotherObject; __proto__ is anotherObject
 PASS __proto__ = originalWindowPrototype; __proto__ is originalWindowPrototype
 PASS anotherObject.__proto__ = window; anotherObject.__proto__ is window
+PASS __proto__ = null; __proto__ is null
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/platform/chromium/fast/js/string-capitalization-expected.txt (108294 => 108295)


--- trunk/LayoutTests/platform/chromium/fast/js/string-capitalization-expected.txt	2012-02-21 03:59:07 UTC (rev 108294)
+++ trunk/LayoutTests/platform/chromium/fast/js/string-capitalization-expected.txt	2012-02-21 04:12:25 UTC (rev 108295)
@@ -12,6 +12,18 @@
 PASS String("ffi").toUpperCase() is "FFI"
 PASS String("FFI").toLowerCase() is "ffi"
 PASS String("IJ").toLowerCase() is "ij"
+PASS expected[String.fromCharCode(0xA78D).toLowerCase()] is true
+PASS expected[String.fromCharCode(0x0265).toUpperCase()] is true
+PASS expected[String.fromCharCode(0x10C7).toLowerCase()] is true
+PASS expected[String.fromCharCode(0x2D27).toUpperCase()] is true
+PASS expected[String.fromCharCode(0x2D2D).toLowerCase()] is true
+PASS expected[String.fromCharCode(0x10CD).toUpperCase()] is true
+PASS expected[String.fromCharCode(0x2CF2).toLowerCase()] is true
+PASS expected[String.fromCharCode(0x2CF3).toUpperCase()] is true
+PASS expected[String.fromCharCode(0xA792).toLowerCase()] is true
+PASS expected[String.fromCharCode(0xA793).toUpperCase()] is true
+PASS expected[String.fromCharCode(0xA7AA).toLowerCase()] is true
+PASS expected[String.fromCharCode(0x0266).toUpperCase()] is true
 PASS successfullyParsed is true
 
 TEST COMPLETE

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (108294 => 108295)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-02-21 03:59:07 UTC (rev 108294)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2012-02-21 04:12:25 UTC (rev 108295)
@@ -40,6 +40,7 @@
 BUGCR24182 SLOW SNOWLEOPARD DEBUG : fast/frames/calculate-percentage.html = PASS
 BUGCR24182 SLOW DEBUG WIN MAC : fast/js/dfg-int8array.html = PASS
 BUGCR24182 SLOW DEBUG WIN MAC : fast/js/dfg-uint8clampedarray.html = PASS
+BUGCR24182 SLOW DEBUG WIN MAC : fast/js/dfg-int16array.html = PASS
 BUGCR24182 SLOW DEBUG MAC : svg/hixie/perf/007.xml = PASS
 // BUGCR24182 SLOW DEBUG : svg/filters/big-sized-filter.svg = PASS
 // See BUGCR104797
@@ -4187,5 +4188,9 @@
 BUGWK69210 MAC : fast/inline/continuation-outlines-with-layers.html = IMAGE+TEXT
 
 BUGWK77047 BUGWK79013 WIN DEBUG : http/tests/workers/terminate-during-sync-operation.html = PASS CRASH TIMEOUT
+BUGWK77047 BUGWK79013 LEOPARD DEBUG : http/tests/workers/terminate-during-sync-operation.html = PASS CRASH TIMEOUT
 BUGWK79013 WIN RELEASE : http/tests/workers/terminate-during-sync-operation.html = PASS CRASH
-BUGWK79013 MAC LINUX : http/tests/workers/terminate-during-sync-operation.html = PASS CRASH
+BUGWK79013 LEOPARD RELEASE : http/tests/workers/terminate-during-sync-operation.html = PASS CRASH
+BUGWK79013 SNOWLEOPARD LINUX : http/tests/workers/terminate-during-sync-operation.html = PASS CRASH
+
+BUGCR115055 : fast/js/cyclic-prototypes.html = TEXT
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to