Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(121)

Issue 4676003: Instructions, and an xcopy exclusion list, to help you run Chrome Frame... (Closed)

Created:
10 years, 1 month ago by Jói
Modified:
9 years, 7 months ago
Reviewers:
amit
CC:
chromium-reviews, amit
Visibility:
Public.

Description

Instructions, and an xcopy exclusion list, to help you run Chrome Frame tests on a machine separate from your build machine. Useful e.g. if you are running IE9 on your build machine, which the tests currently aren't fully compatible with, or if you'd like to get other work done while the tests run. BUG=none TEST=try out the instructions, see if they work Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65599

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -0 lines) Patch
A chrome_frame/test/poor_mans_trybot.txt View 1 chunk +68 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Jói
10 years, 1 month ago (2010-11-09 23:59:42 UTC) #1
amit
ok On Tue, Nov 9, 2010 at 3:59 PM, <joi@chromium.org> wrote: > Reviewers: amit, > ...
10 years, 1 month ago (2010-11-10 00:01:04 UTC) #2
Jói
10 years, 1 month ago (2010-11-10 00:01:29 UTC) #3
FYI: I have fixed the eol-style as per the presubmit script.

On Tue, Nov 9, 2010 at 6:59 PM,  <joi@chromium.org> wrote:
> Reviewers: amit,
>
> Description:
> Instructions, and an xcopy exclusion list, to help you run Chrome Frame
> tests on a machine separate from your build machine. Useful e.g. if you
> are running IE9 on your build machine, which the tests currently aren't
> fully compatible with, or if you'd like to get other work done while the
> tests run.
>
> BUG=none
> TEST=try out the instructions, see if they work
>
>
> Please review this at http://codereview.chromium.org/4676003/
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/
>
> Affected files:
>  A     chrome_frame/test/poor_mans_trybot.txt
>
>
> Index: chrome_frame/test/poor_mans_trybot.txt
> ===================================================================
> --- chrome_frame/test/poor_mans_trybot.txt      (revision 0)
> +++ chrome_frame/test/poor_mans_trybot.txt      (revision 0)
> @@ -0,0 +1,68 @@
> +### Copyright (c) 2009 The Chromium Authors. All rights reserved.
> +### Use of this source code is governed by a BSD-style license that can be
> +### found in the LICENSE file.
> +###
> +### Purpose of this file: If you have IE9 on your machine, not all of
> +### the Chrome Frame tests will currently pass. The instructions
> +### below, and the xcopy exclusion filter at the bottom of the file,
> +### will help you run the CF tests on a machine different from your
> +### build machine, e.g. on a VM.
> +###
> +### Name of this file: poor_mans_trybot.txt (i.e. it is the file you
> +### use as the exclude list for the xcopy commands below).
> +###
> +### If you find this useful, feel free to automate further, but note
> +### that we expect to set up a trybot for the CF tests soon.
> +###
> +### On a Windows Vista machine (or VM) with IE8 and FF 3.6 installed,
> +### do the following (adapt to your own paths - j:\src\ybc is the root
> +### of a Chrome checkout where you have just built all the
> +### chrome_frame targets plus chrome.dll and chrome.exe).
> +###
> +### c:
> +### mkdir \trybot
> +### cd \trybot
> +### rmdir /s /q base
> +### rmdir /s /q chrome\debug
> +### rmdir /s /q chrome_frame
> +### mkdir base
> +### mkdir chrome\debug
> +### mkdir chrome_frame\test\data
> +### mkdir chrome_frame\test\html_util_test_data
> +### copy j:\src\ybc\src\chrome\base\base_paths_win.cc
> base\base_paths_win.cc
> +### xcopy j:\src\ybc\src\chrome\debug chrome\debug /E \
> +###     /EXCLUDE:j:\src\ybc\src\chrome_frame\test\poor_mans_trybot.txt
> +### xcopy j:\src\ybc\src\chrome_frame\test\data chrome_frame\test\data /E
> +### xcopy j:\src\ybc\src\chrome_frame\test\html_util_test_data \
> +###     chrome_frame\test\html_util_test_data /E
> +### copy j:\src\ybc\src\chrome_frame\CFInstance.js
> chrome_frame\CFInstance.js
> +### copy j:\src\ybc\src\chrome_frame\CFInstall.js chrome_frame\CFInstall.js
> +###
> +### (in admin prompt)
> +### cd chrome\debug\servers && regsvr32 npchrome_frame.dll
> +###
> +### (in regular prompt)
> +### chrome\debug\chrome_frame_unittests.exe
> +### chrome\debug\chrome_frame_tests.exe
> +
> +\lib\
> +\obj\
> +\installer_archive\
> +.obj
> +.lib
> +.pdb
> +.ilk
> +.pyd
> +.7z
> +.idb
> +.res
> +.manifest
> +_i.c
> +_p.c
> +.h
> +.cc
> +.vcproj
> +.user
> +.sln
> +.gyp
> +BuildLog.htm
>
> Property changes on: chrome_frame\test\poor_mans_trybot.txt
> ___________________________________________________________________
> Added: svn:eol-style:native
>   +
>
>
>
>

Powered by Google App Engine
This is Rietveld 408576698