Changeset 48925 in webkit


Ignore:
Timestamp:
Sep 30, 2009 3:49:08 AM (15 years ago)
Author:
eric@webkit.org
Message:

2009-09-30 Shinichiro Hamaji <hamaji@chromium.org>

Reviewed by David Kilzer.

Change remaining references in tests from bugzilla.opendarwin.org to bugs.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=12140

Fixes for JS files.

  • fast/js/date-preserve-milliseconds-expected.txt:
  • fast/js/script-tests/array-float-delete.js:
  • fast/js/script-tests/array-tostring-ignore-separator.js:
  • fast/js/script-tests/date-big-setmonth.js:
  • fast/js/script-tests/date-negative-setmonth.js:
  • fast/js/script-tests/date-preserve-milliseconds.js:
  • fast/js/script-tests/number-tofixed.js:
  • fast/js/script-tests/object-extra-comma.js:
  • fast/js/script-tests/object-prototype-constructor.js:
  • fast/js/script-tests/object-prototype-toLocaleString.js:
  • fast/js/script-tests/regexp-lastindex.js:
  • fast/js/script-tests/regexp-stack-overflow.js:
  • fast/js/script-tests/string-split-ignore-case.js:
  • fast/js/script-tests/toString-exception.js:
  • fast/js/script-tests/toString-overrides.js:
  • fast/js/script-tests/toString-stack-overflow.js:
  • fast/js/toString-stack-overflow-expected.txt:
Location:
trunk/LayoutTests
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r48924 r48925  
     12009-09-30  Shinichiro Hamaji  <hamaji@chromium.org>
     2
     3        Reviewed by David Kilzer.
     4
     5        Change remaining references in tests from bugzilla.opendarwin.org to bugs.webkit.org
     6        https://bugs.webkit.org/show_bug.cgi?id=12140
     7
     8        Fixes for JS files.
     9
     10        * fast/js/date-preserve-milliseconds-expected.txt:
     11        * fast/js/script-tests/array-float-delete.js:
     12        * fast/js/script-tests/array-tostring-ignore-separator.js:
     13        * fast/js/script-tests/date-big-setmonth.js:
     14        * fast/js/script-tests/date-negative-setmonth.js:
     15        * fast/js/script-tests/date-preserve-milliseconds.js:
     16        * fast/js/script-tests/number-tofixed.js:
     17        * fast/js/script-tests/object-extra-comma.js:
     18        * fast/js/script-tests/object-prototype-constructor.js:
     19        * fast/js/script-tests/object-prototype-toLocaleString.js:
     20        * fast/js/script-tests/regexp-lastindex.js:
     21        * fast/js/script-tests/regexp-stack-overflow.js:
     22        * fast/js/script-tests/string-split-ignore-case.js:
     23        * fast/js/script-tests/toString-exception.js:
     24        * fast/js/script-tests/toString-overrides.js:
     25        * fast/js/script-tests/toString-stack-overflow.js:
     26        * fast/js/toString-stack-overflow-expected.txt:
     27
    1282009-09-30  Steve Block  <steveblock@google.com>
    229
  • trunk/LayoutTests/fast/js/date-preserve-milliseconds-expected.txt

    r12001 r48925  
    1 The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See http://bugzilla.opendarwin.org/show_bug.cgi?id=3759
     1The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See https://bugs.webkit.org/show_bug.cgi?id=3759
    22
    33On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
  • trunk/LayoutTests/fast/js/script-tests/array-float-delete.js

    r48651 r48925  
    11description(
    2 'This test checks for regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6234">6234: Can delete array index property incorrectly.</a>'
     2'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=6234">6234: Can delete array index property incorrectly.</a>'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/array-tostring-ignore-separator.js

    r48651 r48925  
    11description(
    2 'This test checks for regressions against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6261">6261:Do not use a separator argument when doing toString/toLocalString.</a>'
     2'This test checks for regressions against <a href="https://bugs.webkit.org/show_bug.cgi?id=6261">6261:Do not use a separator argument when doing toString/toLocalString.</a>'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/date-big-setmonth.js

    r48651 r48925  
    11description(
    2 'This test checks for a regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=4781">Date.setMonth fails with big values due to overflow</a>.'
     2'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=4781">Date.setMonth fails with big values due to overflow</a>.'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/date-negative-setmonth.js

    r48651 r48925  
    11description(
    2 'This test checks for a regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5280">Date.setMonth fails with negative values</a>.'
     2'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=5280">Date.setMonth fails with negative values</a>.'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/date-preserve-milliseconds.js

    r48651 r48925  
    11description(
    2 'The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3759">http://bugzilla.opendarwin.org/show_bug.cgi?id=3759</a>'
     2'The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See <a href="https://bugs.webkit.org/show_bug.cgi?id=3759">https://bugs.webkit.org/show_bug.cgi?id=3759</a>'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/number-tofixed.js

    r48651 r48925  
    11description(
    22    'This test checks a few Number.toFixed cases, including ' +
    3     '<a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5307">5307: Number.toFixed does not round 0.5 up</a>' +
     3    '<a href="https://bugs.webkit.org/show_bug.cgi?id=5307">5307: Number.toFixed does not round 0.5 up</a>' +
    44    ' and ' +
    5     '<a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5308">5308: Number.toFixed does not include leading zero</a>' +
     5    '<a href="https://bugs.webkit.org/show_bug.cgi?id=5308">5308: Number.toFixed does not include leading zero</a>' +
    66    '.');
    77
  • trunk/LayoutTests/fast/js/script-tests/object-extra-comma.js

    r48651 r48925  
    11description(
    22    'This test checks some object construction cases, including ' +
    3     '<a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5939">5939: final comma in javascript object prevents parsing</a>' +
     3    '<a href="https://bugs.webkit.org/show_bug.cgi?id=5939">5939: final comma in javascript object prevents parsing</a>' +
    44    '.');
    55
  • trunk/LayoutTests/fast/js/script-tests/object-prototype-constructor.js

    r48651 r48925  
    11description(
    2 'This is a test case for <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3537">bug 3537</a>.'
     2'This is a test case for <a href="https://bugs.webkit.org/show_bug.cgi?id=3537">bug 3537</a>.'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/object-prototype-toLocaleString.js

    r48651 r48925  
    11description(
    2 'Tests: Object.prototype.toLocaleString(). Related bug: <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3989">3989 JSC doesn\'t implement Object.prototype.toLocaleString()</a>'
     2'Tests: Object.prototype.toLocaleString(). Related bug: <a href="https://bugs.webkit.org/show_bug.cgi?id=3989">3989 JSC doesn\'t implement Object.prototype.toLocaleString()</a>'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/regexp-lastindex.js

    r48651 r48925  
    11description(
    2 'Test for regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=5602">REGRESSION: RegExp("[^\\s$]+", "g") returns extra matches</a>'
     2'Test for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=5602">REGRESSION: RegExp("[^\\s$]+", "g") returns extra matches</a>'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/regexp-stack-overflow.js

    r48651 r48925  
    11description(
    22
    3 'Test for <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=8870">bug 8870</a>: Crash typing in Yahoo auto-complete widget.'
     3'Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=8870">bug 8870</a>: Crash typing in Yahoo auto-complete widget.'
    44
    55);
  • trunk/LayoutTests/fast/js/script-tests/string-split-ignore-case.js

    r48651 r48925  
    11description(
    2 'This test checks for a regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=6119">split() function ignores case insensitive modifier</a>.'
     2'This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=6119">split() function ignores case insensitive modifier</a>.'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/toString-exception.js

    r48651 r48925  
    11description(
    2 'This test checks for regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'
     2'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=7343">7343: REGRESSION: fast/js/toString-overrides.html fails when run multiple times</a>.'
    33);
    44
  • trunk/LayoutTests/fast/js/script-tests/toString-overrides.js

    r48651 r48925  
    33
    44description(
    5 'This test checks for regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=4147">4147: Array.toString() and toLocaleString() improvements from KDE KJS</a>.'
     5'This test checks for regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=4147">4147: Array.toString() and toLocaleString() improvements from KDE KJS</a>.'
    66);
    77
  • trunk/LayoutTests/fast/js/script-tests/toString-stack-overflow.js

    r48651 r48925  
    11description(
    2 '<p>This test checks for a regression against <a href="http://bugzilla.opendarwin.org/show_bug.cgi?id=3743">http://bugzilla.opendarwin.org/show_bug.cgi?id=3743</a>: Incorrect error message given for certain calls.</p><p>The test confirms that the correct exception is thrown in the event of a stack overflow during a call to Array.toString.</p><p>It is possible that this may need to be updated if WebKit gets an improvement to its JavaScript stack support.  Either through increasing the depth of the recursion, or through some other mechanism.</p>'
     2'<p>This test checks for a regression against <a href="https://bugs.webkit.org/show_bug.cgi?id=3743">https://bugs.webkit.org/show_bug.cgi?id=3743</a>: Incorrect error message given for certain calls.</p><p>The test confirms that the correct exception is thrown in the event of a stack overflow during a call to Array.toString.</p><p>It is possible that this may need to be updated if WebKit gets an improvement to its JavaScript stack support.  Either through increasing the depth of the recursion, or through some other mechanism.</p>'
    33);
    44
  • trunk/LayoutTests/fast/js/toString-stack-overflow-expected.txt

    r12001 r48925  
    1 This test checks for a regression against http://bugzilla.opendarwin.org/show_bug.cgi?id=3743: Incorrect error message given for certain calls.
     1This test checks for a regression against https://bugs.webkit.org/show_bug.cgi?id=3743: Incorrect error message given for certain calls.
    22
    33The test confirms that the correct exception is thrown in the event of a stack overflow during a call to Array.toString.
Note: See TracChangeset for help on using the changeset viewer.