Bug 102396 - Move test name splitting and path separator to a separate module
Summary: Move test name splitting and path separator to a separate module
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks: 102401 102229
  Show dependency treegraph
 
Reported: 2012-11-15 08:57 PST by Zan Dobersek
Modified: 2017-07-18 08:27 PDT (History)
3 users (show)

See Also:


Attachments
Patch (18.58 KB, patch)
2012-11-15 09:04 PST, Zan Dobersek
dpranke: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2012-11-15 08:57:21 PST
Move test name splitting and path separator to a separate module
Comment 1 Zan Dobersek 2012-11-15 09:04:11 PST
Created attachment 174460 [details]
Patch
Comment 2 Dirk Pranke 2012-11-15 17:49:07 PST
Comment on attachment 174460 [details]
Patch

I'm sorry, I guess I wasn't clear in the prior comments. I do not want to create a module concerned solely with test names. Please leave all of this code in the Port object for now, until we can move *all* of the logic concerning handling tests out into another module (at which point, "test_name" won't be a good name for it).