Changeset 53738 in webkit


Ignore:
Timestamp:
Jan 22, 2010 4:46:01 PM (14 years ago)
Author:
dimich@chromium.org
Message:

Not reviewed, fixes one issue with window-property-descriptors test.

  • fast/dom/Window/script-tests/window-property-descriptors.js: Don't dump the property that only appears in debug build, it will fail tests in debug.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r53732 r53738  
     12010-01-22  Dmitry Titov  <dimich@chromium.org>
     2
     3        Not reviewed, fixes one issue with window-property-descriptors test.
     4
     5        * fast/dom/Window/script-tests/window-property-descriptors.js: Don't dump the property that only appears in debug build, it will fail tests in debug.
     6
    172010-01-22  Jian Li  <jianli@chromium.org>
    28
  • trunk/LayoutTests/fast/dom/Window/script-tests/window-property-descriptors.js

    r53706 r53738  
    2727    "WebGLUnsignedByteArray" : 1,
    2828    "WebGLUnsignedIntArray" : 1,
    29     "WebGLUnsignedShortArray" : 1
     29    "WebGLUnsignedShortArray" : 1,
     30    // Ignore this property because it only appears in debug builds and not in release.
     31    "jscprint" : 1
    3032};
    3133
Note: See TracChangeset for help on using the changeset viewer.