Changeset 104492 in webkit


Ignore:
Timestamp:
Jan 9, 2012 2:43:24 PM (12 years ago)
Author:
barraclough@apple.com
Message:

https://bugs.webkit.org/show_bug.cgi?id=75692
Roll out possibly bad new test case.

Rubber stamped by Sam Weinig.

  • fast/js/date-constructor-expected.txt:
  • fast/js/script-tests/date-constructor.js:
Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r104489 r104492  
     12012-01-09  Gavin Barraclough  <barraclough@apple.com>
     2
     3        https://bugs.webkit.org/show_bug.cgi?id=75692
     4        Roll out possibly bad new test case.
     5
     6        Rubber stamped by Sam Weinig.
     7
     8        * fast/js/date-constructor-expected.txt:
     9        * fast/js/script-tests/date-constructor.js:
     10
    1112012-01-09  Dmitry Titov  <dimich@chromium.org>
    212
  • trunk/LayoutTests/fast/js/date-constructor-expected.txt

    r104267 r104492  
    3232PASS Number(new Date(new Date(1, 1, 1, 1, 1, Infinity, 1, 1, 1))) is Number.NaN
    3333PASS Number(new Date(new Date(1, 1, 1, 1, 1, 1, Infinity, 1, 1))) is Number.NaN
    34 PASS Number(new Date(new Date(1, 1, 1, 1, 1, 1, 1, 1, Infinity))) is -2174741938999
    3534PASS testStr is "1234567"
    3635PASS testStr is "1234567"
  • trunk/LayoutTests/fast/js/script-tests/date-constructor.js

    r104267 r104492  
    4343shouldBe("Number(new Date(new Date(1, 1, 1, 1, 1, Infinity, 1, 1, 1)))", 'Number.NaN');
    4444shouldBe("Number(new Date(new Date(1, 1, 1, 1, 1, 1, Infinity, 1, 1)))", 'Number.NaN');
    45 shouldBe("Number(new Date(new Date(1, 1, 1, 1, 1, 1, 1, 1, Infinity)))", '-2174741938999');
    4645
    4746// In Firefox, the results of the following tests are timezone-dependent, which likely implies that the implementation is not quite correct.
Note: See TracChangeset for help on using the changeset viewer.