Bug 120957 - Copy js-test-pre.js, js-test-post.js, and js-test-post-async.js to LayoutTests/resources
Summary: Copy js-test-pre.js, js-test-post.js, and js-test-post-async.js to LayoutTest...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks: 120899
  Show dependency treegraph
 
Reported: 2013-09-07 10:03 PDT by Mark Lam
Modified: 2013-09-07 10:52 PDT (History)
3 users (show)

See Also:


Attachments
the patch. (24.36 KB, patch)
2013-09-07 10:06 PDT, Mark Lam
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.