Bug 67747

Summary: Add a script to create a monolithic script-test
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, aroben, eric, mjs
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 66357    
Attachments:
Description Flags
proposed patch darin: review+

Description Alexey Proskuryakov 2011-09-07 16:44:46 PDT
As I'm recommending against using split tests, Maciej raised a concern that it's difficult to create monolithic tests manually.

Indeed, you need to find an existing script test, copy boilerplate, and fix the number of ".." path components.
Comment 1 Alexey Proskuryakov 2011-09-07 16:45:54 PDT
Created attachment 106673 [details]
proposed patch
Comment 2 Darin Adler 2011-09-07 17:58:50 PDT
Comment on attachment 106673 [details]
proposed patch

Seems like a good start.
Comment 3 Alexey Proskuryakov 2011-09-09 21:01:51 PDT
There was some disagreement on mailing list whether this is going to be useful. The discussion has dried out, and I guess that the only way to know that for sure is to land and try.

Committed <http://trac.webkit.org/changeset/94899>.