Changeset 17368 in webkit


Ignore:
Timestamp:
Oct 27, 2006 7:31:58 AM (18 years ago)
Author:
darin
Message:
  • new test results for a couple of tests
  • fast/js/kde/RegExp-expected.txt: Affected by the change to decode \u sequences in JavaScript regular expression at the lexer level.
  • http/tests/navigation/success200-reload-expected.txt: For some reason, this is consistently not dumping the "scrolled" line any more -- since the purpose of the test has nothing to do with that, landing new results.
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r17343 r17368  
     12006-10-27  Darin Adler  <darin@apple.com>
     2
     3        - new test results for a couple of tests
     4
     5        * fast/js/kde/RegExp-expected.txt: Affected by the change to decode \u
     6        sequences in JavaScript regular expression at the lexer level.
     7
     8        * http/tests/navigation/success200-reload-expected.txt: For some reason,
     9        this is consistently not dumping the "scrolled" line any more -- since the
     10        purpose of the test has nothing to do with that, landing new results.
     11
     122006-10-26  W. Andy Carrel  <wac@google.com>
     13
     14        Reviewed by Maciej.
     15
     16        * tests/mozilla/ecma_2/RegExp/properties-001.js: Changed test to look
     17        for Unicode character rather than the '\u' escaped equivalent for
     18        .source and .toString().
     19
    1202006-10-26  Darin Adler  <darin@apple.com>
    221
  • trunk/LayoutTests/fast/js/kde/RegExp-expected.txt

    r13294 r17368  
    8989PASS str.match(re).toString() is 'Chapter 3.4.5.1,Chapter 3.4.5.1,.1'
    9090PASS str.match(/d/gi).toString() is 'D,d'
    91 PASS /\u0061/.source is '\\u0061'
    92 FAIL 'abc'.match(/\u0062/).toString() should be b. Threw exception TypeError: Null value
     91FAIL /\u0061/.source should be \u0061 (of type string). Was a (of type string).
     92PASS 'abc'.match(/\u0062/).toString() is 'b'
    9393FAIL Object.prototype.toString.apply(RegExp.prototype) should be [object RegExp] (of type string). Was [object RegExpPrototype] (of type string).
    9494PASS typeof RegExp.prototype.toString() is 'string'
  • trunk/LayoutTests/http/tests/navigation/success200-reload-expected.txt

    r16044 r17368  
    105105      text run at (188,0) width 0: " "
    106106    RenderBR {BR} at (3,13) size 0x13
    107 scrolled to 0,50
    108107
    109108============== Back Forward List ==============
Note: See TracChangeset for help on using the changeset viewer.