Remove webkitpy/w3c/test_parser.py. |
||||
Issue descriptionBackground: During the process of importing tests, the importer still parses files to check what type of file they are. Now that we use MANIFEST.json to check what files are tests and what tests are reference tests while running the tests, I believe that this should be unnecessary now in general; we generally just want to copy over all files (with a few exceptions) and less the MANIFEST generator sort out which are files etc. https://cs.chromium.org/chromium/src/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_copier.py?l=165
,
Jul 3 2017
,
Jul 3 2017
,
Sep 7 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/e4434e4c454e8e6ab13f7c1b9ca5c50737001980 commit e4434e4c454e8e6ab13f7c1b9ca5c50737001980 Author: Robert Ma <robertma@chromium.org> Date: Thu Sep 07 19:08:51 2017 [Code Health] Remove no longer used test_parser.py and BeautifulSoup Bug: 706919 Change-Id: I1c93484badb32b4775cc179e98e6c540b09102d4 Reviewed-on: https://chromium-review.googlesource.com/655363 Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by: Quinten Yearsley <qyearsley@chromium.org> Cr-Commit-Position: refs/heads/master@{#500354} [delete] https://crrev.com/49d8f1202800d5528f56cac407e62d798c737e4a/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/BeautifulSoup.py [modify] https://crrev.com/e4434e4c454e8e6ab13f7c1b9ca5c50737001980/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/README.chromium [delete] https://crrev.com/49d8f1202800d5528f56cac407e62d798c737e4a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_parser.py [delete] https://crrev.com/49d8f1202800d5528f56cac407e62d798c737e4a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_parser_unittest.py
,
Sep 7 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by bugdroid1@chromium.org
, Mar 31 2017