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

Issue 9317067: Pyauto test for Quasar(Google Talk Extension) (Closed)

Created:
8 years, 10 months ago by jqian1
Modified:
8 years, 9 months ago
Reviewers:
frankf, Nirnimesh
CC:
chromium-reviews, John Grabowski, mihaip+watch_chromium.org, Aaron Boodman, anantha, dyu1, dennis_jeffrey
Visibility:
Public.

Description

Pyauto test for Google Talk Extension. Also add test to chrome pyauto test suite to run with chrome continuous build. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=123303

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 14

Patch Set 3 : '' #

Total comments: 37

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+673 lines, --1 lines) Patch
A chrome/test/data/extensions/gtalk/gtalk.crx View 1 2 3 4 5 Binary file 0 comments Download
M chrome/test/functional/PYAUTO_TESTS View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/functional/gtalk/__init__.py View 1 2 3 4 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/test/functional/gtalk/gtalk_base_test.py View 1 2 3 4 1 chunk +266 lines, -0 lines 0 comments Download
A chrome/test/functional/gtalk/jsutils.js View 1 1 chunk +109 lines, -0 lines 0 comments Download
A chrome/test/functional/gtalk/pyauto_gtalk.py View 1 2 3 4 1 chunk +25 lines, -0 lines 0 comments Download
A chrome/test/functional/gtalk/test_basic.py View 1 2 3 4 1 chunk +273 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (0 generated)
jqian1
Hey Nirnimesh & Frank, Would you please review the pyauto test for Google Talk Chrome ...
8 years, 10 months ago (2012-02-06 21:18:51 UTC) #1
Nirnimesh
A few comments https://chromiumcodereview.appspot.com/9317067/diff/2001/chrome/test/functional/gtalk/gtalk_base_test.py File chrome/test/functional/gtalk/gtalk_base_test.py (right): https://chromiumcodereview.appspot.com/9317067/diff/2001/chrome/test/functional/gtalk/gtalk_base_test.py#newcode1 chrome/test/functional/gtalk/gtalk_base_test.py:1: #!/usr/bin/python Please remove executable permissions from ...
8 years, 10 months ago (2012-02-06 22:22:44 UTC) #2
jqian1
Hey Frank and Nirnimesh, I modified the code per your comments. I also have one ...
8 years, 10 months ago (2012-02-09 01:04:58 UTC) #3
Nirnimesh
https://chromiumcodereview.appspot.com/9317067/diff/8001/chrome/test/functional/gtalk/gtalk_base_test.py File chrome/test/functional/gtalk/gtalk_base_test.py (right): https://chromiumcodereview.appspot.com/9317067/diff/8001/chrome/test/functional/gtalk/gtalk_base_test.py#newcode1 chrome/test/functional/gtalk/gtalk_base_test.py:1: #!/usr/bin/env python All the files still have execute permissions. ...
8 years, 10 months ago (2012-02-10 01:36:51 UTC) #4
frankf
https://chromiumcodereview.appspot.com/9317067/diff/8001/chrome/test/functional/gtalk/gtalk_base_test.py File chrome/test/functional/gtalk/gtalk_base_test.py (right): https://chromiumcodereview.appspot.com/9317067/diff/8001/chrome/test/functional/gtalk/gtalk_base_test.py#newcode47 chrome/test/functional/gtalk/gtalk_base_test.py:47: self.InstallExtension(extension_path, False) nit, False is the default value. https://chromiumcodereview.appspot.com/9317067/diff/8001/chrome/test/functional/gtalk/gtalk_base_test.py#newcode138 ...
8 years, 10 months ago (2012-02-10 03:09:36 UTC) #5
jqian1
Hey Frank and Nirnimesh, I made the most of the changes per your comments. One ...
8 years, 10 months ago (2012-02-15 18:41:27 UTC) #6
Nirnimesh
LGTM, after you add your test 'gtalk.test_basic' to PYAUTO_TESTS, so that it can actually be ...
8 years, 10 months ago (2012-02-16 01:04:38 UTC) #7
jqian1
Hey Nirnimesh, I put the changes in pyauto_test to this big cl. Jeanne
8 years, 10 months ago (2012-02-22 00:49:08 UTC) #8
Nirnimesh
How come the description now shows as "Hey Frank and Nirnimesh ..... """ Please use ...
8 years, 10 months ago (2012-02-22 02:13:42 UTC) #9
frankf
LGTM after description fix.
8 years, 10 months ago (2012-02-22 03:27:47 UTC) #10
jqian1
On 2012/02/22 03:27:47, frankf wrote: > LGTM after description fix. Thanks a lot. I fixed ...
8 years, 10 months ago (2012-02-23 05:47:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jqian@google.com/9317067/19001
8 years, 10 months ago (2012-02-23 07:08:15 UTC) #12
commit-bot: I haz the power
Failed to request the patch to try. Please note that binary filesare still unsupported at ...
8 years, 10 months ago (2012-02-23 07:08:18 UTC) #13
Nirnimesh
LGTM still. BTW, Checking the 'commit' checkbox allows you to commit even without being a ...
8 years, 10 months ago (2012-02-23 07:09:22 UTC) #14
Nirnimesh
Ah.. ok. binary files are not supported yet by the commit queue. I'll submit it ...
8 years, 10 months ago (2012-02-23 07:10:41 UTC) #15
jqian1
I just copied the .crx file to /home/jqian/www/gtalk. Jeanne On Wed, Feb 22, 2012 at ...
8 years, 10 months ago (2012-02-23 07:16:03 UTC) #16
Nirnimesh
8 years, 10 months ago (2012-02-23 19:58:33 UTC) #17

Powered by Google App Engine
This is Rietveld 408576698