Changeset 89545 in webkit


Ignore:
Timestamp:
Jun 23, 2011, 2:47:48 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2011-06-23 Pavel Feldman <pfeldman@google.com>

Not reviewed: updating chromium expectations.

  • platform/chromium/fast/js/parser-xml-close-comment-expected.txt:
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r89543 r89545  
     12011-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
    182011-06-23  Csaba Osztrogonác  <ossy@webkit.org>
    29
  • trunk/LayoutTests/platform/chromium/fast/js/parser-xml-close-comment-expected.txt

    r67078 r89545  
    88PASS 1 /**/ --> threw exception SyntaxError: Unexpected end of input.
    99PASS 1/*
    10 */--> threw exception SyntaxError: Unexpected end of input.
     10*/--> threw exception SyntaxError: Unexpected token >.
    1111PASS --> is undefined.
    1212PASS /**/--> is undefined.
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r89540 r89545  
    39083908BUGWK62048 SKIP : css3/flexbox = PASS
    39093909
    3910 BUGCR85394 : fast/js/eval-var-decl.html = FAIL PASS
    39113910BUGCR85755 : fast/js/exception-properties.html = TEXT
    39123911
     
    39753974// This needs rebaselining because "native" is no longer a reserved word.
    39763975BUGCR87070 : 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 = TEXT
    39793976// Sounds like a real regression.
    39803977BUGCR87070 WIN DEBUG : http/tests/security/javascriptURL/xss-DENIED-to-javascript-url-in-foreign-domain-subframe.html = CRASH PASS
    39813978
    39823979BUGCR87217 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
     3985BUGRICOW : fast/js/eval-var-decl.html = TEXT
     3986
Note: See TracChangeset for help on using the changeset viewer.