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

Issue 10024031: Nacl sdk automated test(method-testNaClSDK) of new installation process of NaCl sdk. (Closed)

Created:
8 years, 8 months ago by Pooja Nihalani
Modified:
8 years, 7 months ago
Reviewers:
pnihalani1, chrisphan
Visibility:
Public.

Description

Nacl sdk automated test(method-testNaClSDK) of new installation process of NaCl sdk.

Patch Set 1 : #

Total comments: 43

Patch Set 2 : #

Total comments: 18

Patch Set 3 : #

Total comments: 17

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+355 lines, -679 lines) Patch
M functional/nacl_sdk.py View 1 2 3 4 5 16 chunks +355 lines, -679 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
Pooja Nihalani
Hello Anantha, Can you please review my changes and let me know if you want ...
8 years, 8 months ago (2012-04-09 20:59:10 UTC) #1
Pooja Nihalani
Removed all unused functions and executed stability of test on each OS.
8 years, 8 months ago (2012-04-20 16:55:24 UTC) #2
chrisphan
On 2012/04/20 16:55:24, pnihalani wrote: > Removed all unused functions and executed stability of test ...
8 years, 8 months ago (2012-04-20 18:44:42 UTC) #3
Pooja Nihalani
3pm today looks good. Will add detailed description. Thanks, Pooja On 2012/04/20 18:44:42, chrisphan wrote: ...
8 years, 8 months ago (2012-04-20 20:45:51 UTC) #4
chrisphan
Thanks for working on this. Remember to address all my comments or simply mark them ...
8 years, 8 months ago (2012-04-23 02:03:37 UTC) #5
Pooja Nihalani
https://chromiumcodereview.appspot.com/10024031/diff/3001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): https://chromiumcodereview.appspot.com/10024031/diff/3001/functional/nacl_sdk.py#newcode27 functional/nacl_sdk.py:27: import time On 2012/04/23 02:03:37, chrisphan wrote: > Move ...
8 years, 8 months ago (2012-04-23 21:23:54 UTC) #6
chrisphan
https://chromiumcodereview.appspot.com/10024031/diff/3001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): https://chromiumcodereview.appspot.com/10024031/diff/3001/functional/nacl_sdk.py#newcode186 functional/nacl_sdk.py:186: os.chdir(self._extracted_sdk_path+'.\..') On 2012/04/23 21:23:54, pnihalani wrote: > Do you ...
8 years, 8 months ago (2012-04-24 01:22:04 UTC) #7
Pooja Nihalani
https://chromiumcodereview.appspot.com/10024031/diff/10001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): https://chromiumcodereview.appspot.com/10024031/diff/10001/functional/nacl_sdk.py#newcode23 functional/nacl_sdk.py:23: import time On 2012/04/24 01:22:05, chrisphan wrote: > Imports ...
8 years, 8 months ago (2012-04-24 17:19:31 UTC) #8
chrisphan
lgtm with nits https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py#newcode132 functional/nacl_sdk.py:132: updated_output, error=subprocess.Popen( Spaces here. updated_output, error ...
8 years, 8 months ago (2012-04-24 18:34:00 UTC) #9
Pooja Nihalani
https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py#newcode132 functional/nacl_sdk.py:132: updated_output, error=subprocess.Popen( On 2012/04/24 18:34:00, chrisphan wrote: > Spaces ...
8 years, 8 months ago (2012-04-24 19:00:52 UTC) #10
chrisphan
One more thing. https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py#newcode141 functional/nacl_sdk.py:141: lambda x:x>='pepper_18', self._updated_pepper_versions) You're comparing string ...
8 years, 8 months ago (2012-04-24 19:19:09 UTC) #11
Pooja Nihalani
https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py#newcode141 functional/nacl_sdk.py:141: lambda x:x>='pepper_18', self._updated_pepper_versions) I wanted to get string not ...
8 years, 8 months ago (2012-04-24 19:24:38 UTC) #12
chrisphan
https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py#newcode141 functional/nacl_sdk.py:141: lambda x:x>='pepper_18', self._updated_pepper_versions) On 2012/04/24 19:24:38, pnihalani wrote: > ...
8 years, 8 months ago (2012-04-24 19:57:17 UTC) #13
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 8 months ago (2012-04-24 20:27:47 UTC) #14
chrisphan
On 2012/04/24 19:57:17, chrisphan wrote: > https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py > File functional/nacl_sdk.py (right): > > https://chromiumcodereview.appspot.com/10024031/diff/15001/functional/nacl_sdk.py#newcode141 > ...
8 years, 8 months ago (2012-04-24 20:29:13 UTC) #15
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 8 months ago (2012-04-24 20:42:23 UTC) #16
Pooja Nihalani
Please let me know if I am missing on making any changes you mentioned yesterday.
8 years, 7 months ago (2012-05-03 17:07:00 UTC) #17
noelallen1
LGTM My concern is that a test could get out of sync with the tester ...
8 years, 7 months ago (2012-05-03 20:00:25 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pnihalani@chromium.org/10024031/25003
8 years, 7 months ago (2012-05-04 21:10:01 UTC) #19
commit-bot: I haz the power
Presubmit check for 10024031-25003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-04 21:10:04 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pnihalani@chromium.org/10024031/30003
8 years, 7 months ago (2012-05-04 21:51:49 UTC) #21
commit-bot: I haz the power
Presubmit check for 10024031-30003 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 7 months ago (2012-05-04 21:51:52 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pnihalani@chromium.org/10024031/28004
8 years, 7 months ago (2012-05-04 21:58:07 UTC) #23
commit-bot: I haz the power
Change committed as 135483
8 years, 7 months ago (2012-05-04 23:31:58 UTC) #24
pnihalani1
8 years, 7 months ago (2012-05-07 18:31:35 UTC) #25

          

Powered by Google App Engine
This is Rietveld 408576698