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

Issue 10310047: Fix testNaClSDK (Closed)

Created:
8 years, 7 months ago by Pooja Nihalani
Modified:
8 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Nacl sdk Nacl sdk automated test(method-testNaClSDK) of new installation process of NaCl sdk. -Changed list of files being checked for NaCl sdk installer. -Changed Download and unziping of nacl_sdk folder on all the platforms(Used Zipfile module). -Changed installation of NaCl SDK. -Removed Hello world examples from test case. -Added new examples like Input Events, Dynamic Library(Magic * ball), Load progress, Multi-threaded input events, Web socket Code Cleanup: -Removed unused methods and pre-defined global variables. -Removed pre-release gallery test.test(method-testNaClSDK) of new installation process of NaCl sdk. NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137538

Patch Set 1 : #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 22

Patch Set 4 : #

Total comments: 31

Patch Set 5 : #

Total comments: 21

Patch Set 6 : #

Total comments: 31

Patch Set 7 : #

Total comments: 8

Patch Set 8 : #

Patch Set 9 : #

Total comments: 22

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -702 lines) Patch
M functional/PYAUTO_TESTS View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -6 lines 0 comments Download
M functional/nacl_sdk.py View 1 2 3 4 5 6 7 8 9 16 chunks +315 lines, -696 lines 0 comments Download

Messages

Total messages: 31 (0 generated)
Pooja Nihalani
I have created a new CL and made changes to PYAUTO_TESTS. Please let me know ...
8 years, 7 months ago (2012-05-07 18:49:00 UTC) #1
Pooja Nihalani
8 years, 7 months ago (2012-05-07 19:24:29 UTC) #2
chrisphan
On 2012/05/07 19:24:29, Pooja Nihalani wrote: LGTM This is a resubmit from Issue: http://codereview.chromium.org/10024031/
8 years, 7 months ago (2012-05-07 19:50:15 UTC) #3
chrisphan
On 2012/05/07 19:50:15, chrisphan wrote: > On 2012/05/07 19:24:29, Pooja Nihalani wrote: > LGTM > ...
8 years, 7 months ago (2012-05-07 20:17:33 UTC) #4
Pooja Nihalani
Hi Nirnimesh, I have committed these changes before and these changes were reverted because there ...
8 years, 7 months ago (2012-05-07 22:11:41 UTC) #5
Nirnimesh
I can't quite make head or tail of what you're trying to do in this ...
8 years, 7 months ago (2012-05-08 17:35:39 UTC) #6
Pooja Nihalani
http://codereview.chromium.org/10310047/diff/12001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): http://codereview.chromium.org/10310047/diff/12001/functional/nacl_sdk.py#newcode112 functional/nacl_sdk.py:112: subprocess.call(['chmod', '-R', '755', self._extracted_sdk_path]) Need to do it recursively. ...
8 years, 7 months ago (2012-05-08 22:33:02 UTC) #7
Nirnimesh
http://codereview.chromium.org/10310047/diff/12001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): http://codereview.chromium.org/10310047/diff/12001/functional/nacl_sdk.py#newcode112 functional/nacl_sdk.py:112: subprocess.call(['chmod', '-R', '755', self._extracted_sdk_path]) On 2012/05/08 22:33:03, Pooja Nihalani ...
8 years, 7 months ago (2012-05-08 22:37:44 UTC) #8
Pooja Nihalani
http://codereview.chromium.org/10310047/diff/12001/functional/nacl_sdk.py File functional/nacl_sdk.py (right): http://codereview.chromium.org/10310047/diff/12001/functional/nacl_sdk.py#newcode112 functional/nacl_sdk.py:112: subprocess.call(['chmod', '-R', '755', self._extracted_sdk_path]) This is only for linux ...
8 years, 7 months ago (2012-05-08 22:46:08 UTC) #9
Pooja Nihalani
8 years, 7 months ago (2012-05-08 23:05:11 UTC) #10
Nirnimesh
http://codereview.chromium.org/10310047/diff/8004/functional/nacl_sdk.py File functional/nacl_sdk.py (right): http://codereview.chromium.org/10310047/diff/8004/functional/nacl_sdk.py#newcode40 functional/nacl_sdk.py:40: 'nativeclient-mirror/nacl/nacl_sdk/nacl_sdk.zip', nit: indent by 4 chars to the right ...
8 years, 7 months ago (2012-05-08 23:16:57 UTC) #11
Nirnimesh
http://codereview.chromium.org/10310047/diff/4011/functional/PYAUTO_TESTS File functional/PYAUTO_TESTS (left): http://codereview.chromium.org/10310047/diff/4011/functional/PYAUTO_TESTS#oldcode591 functional/PYAUTO_TESTS:591: do not remove line http://codereview.chromium.org/10310047/diff/4011/functional/PYAUTO_TESTS File functional/PYAUTO_TESTS (right): http://codereview.chromium.org/10310047/diff/4011/functional/PYAUTO_TESTS#newcode583 ...
8 years, 7 months ago (2012-05-08 23:17:37 UTC) #12
Pooja Nihalani
Hey Nirnimesh, I am afraid I accidentally deleted the last patchset (diff 4011) while uploading ...
8 years, 7 months ago (2012-05-09 19:30:50 UTC) #13
Nirnimesh
http://codereview.chromium.org/10310047/diff/8004/functional/nacl_sdk.py File functional/nacl_sdk.py (right): http://codereview.chromium.org/10310047/diff/8004/functional/nacl_sdk.py#newcode291 functional/nacl_sdk.py:291: success = self.WaitUntil( On 2012/05/09 19:30:50, Pooja Nihalani wrote: ...
8 years, 7 months ago (2012-05-09 19:48:36 UTC) #14
Pooja Nihalani
http://codereview.chromium.org/10310047/diff/3003/functional/PYAUTO_TESTS File functional/PYAUTO_TESTS (left): http://codereview.chromium.org/10310047/diff/3003/functional/PYAUTO_TESTS#oldcode43 functional/PYAUTO_TESTS:43: 'chromoting_basic', On 2012/05/09 19:48:36, Nirnimesh wrote: > Please re-sync. ...
8 years, 7 months ago (2012-05-09 23:31:41 UTC) #15
Nirnimesh
The title of the CL should be something meaningful like: "Fix testNaClSDK" http://codereview.chromium.org/10310047/diff/3003/functional/nacl_sdk.py File functional/nacl_sdk.py ...
8 years, 7 months ago (2012-05-10 01:05:16 UTC) #16
pnihalani1
http://codereview.chromium.org/10310047/diff/3003/functional/nacl_sdk.py File functional/nacl_sdk.py (right): http://codereview.chromium.org/10310047/diff/3003/functional/nacl_sdk.py#newcode153 functional/nacl_sdk.py:153: os.chdir(examples_path) On 2012/05/10 01:05:16, Nirnimesh wrote: > Reimplement this ...
8 years, 7 months ago (2012-05-10 23:50:55 UTC) #17
Nirnimesh
I still see unwanted bits in PYAUTO_TESTS. Please re-sync, and remove those before asking for ...
8 years, 7 months ago (2012-05-11 09:08:24 UTC) #18
Nirnimesh
I took a quick look at the CL again. It's rife with several of the ...
8 years, 7 months ago (2012-05-11 09:13:32 UTC) #19
pnihalani1
http://codereview.chromium.org/10310047/diff/5004/functional/nacl_sdk.py File functional/nacl_sdk.py (right): http://codereview.chromium.org/10310047/diff/5004/functional/nacl_sdk.py#newcode502 functional/nacl_sdk.py:502: tab_index),timeout=40, expect_retval='440') 30s is not enough,it takes longer. On ...
8 years, 7 months ago (2012-05-11 17:20:08 UTC) #20
Nirnimesh
The PYAUTO_TESTS file still has other changes. Could you work with Chris to make sure ...
8 years, 7 months ago (2012-05-11 20:40:52 UTC) #21
pnihalani1
8 years, 7 months ago (2012-05-11 21:05:04 UTC) #22
Nirnimesh
A few more style nits, and 2 minor comments. http://codereview.chromium.org/10310047/diff/16003/functional/nacl_sdk.py File functional/nacl_sdk.py (right): http://codereview.chromium.org/10310047/diff/16003/functional/nacl_sdk.py#newcode167 functional/nacl_sdk.py:167: ...
8 years, 7 months ago (2012-05-11 21:23:06 UTC) #23
pnihalani1
http://codereview.chromium.org/10310047/diff/16003/functional/nacl_sdk.py File functional/nacl_sdk.py (right): http://codereview.chromium.org/10310047/diff/16003/functional/nacl_sdk.py#newcode167 functional/nacl_sdk.py:167: 'http://localhost:5103/pi_generator/pi_generator.html', On 2012/05/11 21:23:07, Nirnimesh wrote: > indent 4 ...
8 years, 7 months ago (2012-05-14 19:37:48 UTC) #24
Nirnimesh
LGTM
8 years, 7 months ago (2012-05-14 21:00:12 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pnihalani@chromium.org/10310047/16004
8 years, 7 months ago (2012-05-14 21:20:24 UTC) #26
commit-bot: I haz the power
Try job failure for 10310047-16004 (retry) (retry) on win_rel for step "compile" (clobber build). It's ...
8 years, 7 months ago (2012-05-14 23:35:51 UTC) #27
Nirnimesh
Feel free to use NOTRY=true in the CL description.
8 years, 7 months ago (2012-05-14 23:45:43 UTC) #28
Nirnimesh
Should this be committed?
8 years, 7 months ago (2012-05-16 21:47:30 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pnihalani@chromium.org/10310047/16004
8 years, 7 months ago (2012-05-16 22:01:54 UTC) #30
commit-bot: I haz the power
8 years, 7 months ago (2012-05-16 22:15:52 UTC) #31
Change committed as 137538

Powered by Google App Engine
This is Rietveld 408576698