Bug 89139 - [chromium] Sweep up CCLayerTreeHostCommonTest.cpp
Summary: [chromium] Sweep up CCLayerTreeHostCommonTest.cpp
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Shawn Singh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-14 17:10 PDT by Shawn Singh
Modified: 2012-10-26 11:03 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Singh 2012-06-14 17:10:13 PDT
This file has accumulated a little bit of technical debt.  Nothing urgent, but its a good time to clean it up soon.

cleanups include:
  - making helper functions for redundant initializations where possible
  - using test fixtures to group related tests into sub-groups
  - adding a few more macros for redundant test expectations (macros needed for this so that line numbers are useful when the tests fail)
  - removing or updating the out-dated FIXME at the bottom
Comment 1 Shawn Singh 2012-10-26 11:03:32 PDT
not applicable anymore