Bug 120957

Summary: Copy js-test-pre.js, js-test-post.js, and js-test-post-async.js to LayoutTests/resources
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: Tools / TestsAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, rniwa, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 120899    
Attachments:
Description Flags
the patch. rniwa: review+

Description Mark Lam 2013-09-07 10:03:38 PDT
Patch coming soon.
Comment 1 Mark Lam 2013-09-07 10:06:23 PDT
Created attachment 210911 [details]
the patch.
Comment 2 Mark Lam 2013-09-07 10:08:07 PDT
This is the first of many steps to move the js-test-pre/post js files to LayoutTests/resources.
Comment 3 Ryosuke Niwa 2013-09-07 10:16:42 PDT
Comment on attachment 210911 [details]
the patch.

You're using svn mv, right?

We don't want to lose the svn hitory.
Comment 4 Filip Pizlo 2013-09-07 10:17:56 PDT
Comment on attachment 210911 [details]
the patch.

Might as well move standalone-pre.js and standalone-post.js.
Comment 5 Mark Lam 2013-09-07 10:25:18 PDT
(In reply to comment #3)
> (From update of attachment 210911 [details])
> You're using svn mv, right?
> 
> We don't want to lose the svn hitory.

Yes, I'm using svn cp.  The history is preserved.

(In reply to comment #4)
> (From update of attachment 210911 [details])
> Might as well move standalone-pre.js and standalone-post.js.

OK, will do.
Comment 6 Mark Lam 2013-09-07 10:52:10 PDT
Landed in r155250: <http://trac.webkit.org/r155250>.