Changeset 89545 in webkit
- Timestamp:
- Jun 23, 2011, 2:47:48 AM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r89543 r89545 1 2011-06-23 Pavel Feldman <pfeldman@google.com> 2 3 Not reviewed: updating chromium expectations. 4 5 * platform/chromium/fast/js/parser-xml-close-comment-expected.txt: 6 * platform/chromium/test_expectations.txt: 7 1 8 2011-06-23 Csaba Osztrogonác <ossy@webkit.org> 2 9 -
trunk/LayoutTests/platform/chromium/fast/js/parser-xml-close-comment-expected.txt
r67078 r89545 8 8 PASS 1 /**/ --> threw exception SyntaxError: Unexpected end of input. 9 9 PASS 1/* 10 */--> threw exception SyntaxError: Unexpected end of input.10 */--> threw exception SyntaxError: Unexpected token >. 11 11 PASS --> is undefined. 12 12 PASS /**/--> is undefined. -
trunk/LayoutTests/platform/chromium/test_expectations.txt
r89540 r89545 3908 3908 BUGWK62048 SKIP : css3/flexbox = PASS 3909 3909 3910 BUGCR85394 : fast/js/eval-var-decl.html = FAIL PASS3911 3910 BUGCR85755 : fast/js/exception-properties.html = TEXT 3912 3911 … … 3975 3974 // This needs rebaselining because "native" is no longer a reserved word. 3976 3975 BUGCR87070 : fast/js/reserved-words.html = TEXT 3977 // Needs rebaselining because we fixed a bug that is in platform expectations.3978 BUGCR87070 : fast/js/parser-xml-close-comment.html = TEXT3979 3976 // Sounds like a real regression. 3980 3977 BUGCR87070 WIN DEBUG : http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html = CRASH PASS 3981 3978 3982 3979 BUGCR87217 WIN LINUX GPU : compositing/layer-creation/spanOverlapsCanvas.html = TEXT 3980 3981 // We now follow the ES5 spec with regards to the semantics of the receiver 3982 // given through eval to builtins (undefined). Test assumes that the global 3983 // object is given as receiver. 3984 // BUGCR85394 : fast/js/eval-var-decl.html = FAIL PASS 3985 BUGRICOW : fast/js/eval-var-decl.html = TEXT 3986
Note:
See TracChangeset
for help on using the changeset viewer.