Changeset 143425 in webkit


Ignore:
Timestamp:
Feb 19, 2013 6:49:15 PM (11 years ago)
Author:
jsbell@chromium.org
Message:

Remove warning from run-bindings-tests
https://bugs.webkit.org/show_bug.cgi?id=110285

Reviewed by Kentaro Hara.

Since wkrev.com/139331 run-bindings-tests has been harmlessly emitting
"Unknown option: idlattributesfile". That option was removed from
bindings/scripts/preprocess-idls.pl but was still being passed by
the test script. Remove it.

  • Scripts/webkitpy/bindings/main.py:

(BindingsTests.generate_supplemental_dependency): Remove unused arg.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r143406 r143425  
     12013-02-19  Joshua Bell  <jsbell@chromium.org>
     2
     3        Remove warning from run-bindings-tests
     4        https://bugs.webkit.org/show_bug.cgi?id=110285
     5
     6        Reviewed by Kentaro Hara.
     7
     8        Since wkrev.com/139331 run-bindings-tests has been harmlessly emitting
     9        "Unknown option: idlattributesfile". That option was removed from
     10        bindings/scripts/preprocess-idls.pl but was still being passed by
     11        the test script. Remove it.
     12
     13        * Scripts/webkitpy/bindings/main.py:
     14        (BindingsTests.generate_supplemental_dependency): Remove unused arg.
     15
    1162013-02-19  Elliott Sprehn  <esprehn@chromium.org>
    217
  • trunk/Tools/Scripts/webkitpy/bindings/main.py

    r136545 r143425  
    7676               '--idlFilesList', idl_files_list[1],
    7777               '--defines', '',
    78                '--supplementalDependencyFile', supplemental_dependency_file,
    79                '--idlAttributesFile', 'WebCore/bindings/scripts/IDLAttributes.txt']
     78               '--supplementalDependencyFile', supplemental_dependency_file]
    8079
    8180        exit_code = 0
Note: See TracChangeset for help on using the changeset viewer.