Changeset 80575 in webkit


Ignore:
Timestamp:
Mar 8, 2011 11:33:57 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-03-08 Martin Maly <mmaly@chromium.org>

Reviewed by Dimitri Glazkov.

[Chromium] Expectation updates for strict mode V8 features.
https://bugs.webkit.org/show_bug.cgi?id=55789

  • platform/chromium/fast/js/mozilla/strict/15.5.5.1-expected.txt:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r80567 r80575  
     12011-03-08  Martin Maly  <mmaly@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [Chromium] Expectation updates for strict mode V8 features.
     6        https://bugs.webkit.org/show_bug.cgi?id=55789
     7
     8        * platform/chromium/fast/js/mozilla/strict/15.5.5.1-expected.txt:
     9
    1102011-03-08  Tony Chang  <tony@chromium.org>
    211
  • trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/15.5.5.1-expected.txt

    r80138 r80575  
    55PASS var s = str(); delete s.length is false
    66PASS true === true
    7 FAIL 'use strict'; "foo".length = 1 should throw an instance of TypeError
     7PASS 'use strict'; "foo".length = 1 threw exception of type TypeError.
    88PASS "foo".length = 1 is 1
    99PASS true === true
Note: See TracChangeset for help on using the changeset viewer.