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

Issue 10409032: Enable PPAPINaCl GLIBC browser_tests. (Closed)

Created:
8 years, 7 months ago by Brad Chen
Modified:
8 years, 6 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com, pam+watch_chromium.org, brettw
Visibility:
Public.

Description

Enable PPAPINaCl GLIBC browser_tests. NOTE: NaCl CL to update untrusted.gypi must go in first. BUG=127699 TEST=this is a test Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140786 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140917

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move NMF creation from native_client to chromium tree #

Patch Set 3 : Add a comment #

Total comments: 2

Patch Set 4 : Rename newlib nmf file #

Total comments: 10

Patch Set 5 : Addressing review feedback. #

Total comments: 2

Patch Set 6 : Delete unneeded empty constructors. #

Patch Set 7 : Pass path to objdump binary to create_nmf.py explicitly to fix Mac and Windows builds #

Patch Set 8 : Try invoking python as in other Chromium gyp files #

Patch Set 9 : Attempt to fix Windows nmf generation #

Patch Set 10 : Fix a comment that broke gyp #

Patch Set 11 : Tracking changes to native_client/build/untrusted.gypi #

Patch Set 12 : Add win debug code to create_nmf.py #

Patch Set 13 : Fix invocation of create_nmf.py and remove debugging code #

Patch Set 14 : Dont build glibc tests on ARM #

Patch Set 15 : More ARM build fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -29 lines) Patch
M chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/ui/ppapi_uitest.h View 1 2 3 4 5 1 chunk +12 lines, -5 lines 0 comments Download
M chrome/test/ui/ppapi_uitest.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +24 lines, -11 lines 0 comments Download
M native_client_sdk/src/tools/create_nmf.py View 1 2 3 4 12 2 chunks +6 lines, -2 lines 0 comments Download
M ppapi/native_client/native_client.gyp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +16 lines, -0 lines 0 comments Download
A + ppapi/native_client/tests/ppapi_tests/ppapi_nacl_tests_newlib.nmf View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M ppapi/ppapi_untrusted.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 chunks +35 lines, -7 lines 0 comments Download
M ppapi/tests/test_case.html View 1 2 3 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
Brad Chen
PTAL
8 years, 7 months ago (2012-05-18 17:13:18 UTC) #1
Mark Seaborn
Drive-by review... http://codereview.chromium.org/10409032/diff/1/native_client_sdk/src/tools/create_nmf.py File native_client_sdk/src/tools/create_nmf.py (right): http://codereview.chromium.org/10409032/diff/1/native_client_sdk/src/tools/create_nmf.py#newcode266 native_client_sdk/src/tools/create_nmf.py:266: # Insure that the nexe name is ...
8 years, 7 months ago (2012-05-18 17:30:43 UTC) #2
Brad Chen
Noel I'd be happy to make these changes if you'd like. Let me know. If ...
8 years, 7 months ago (2012-05-18 22:08:36 UTC) #3
Brad Chen
Noel I'd be happy to make these changes if you'd like. Let me know. If ...
8 years, 7 months ago (2012-05-18 22:08:38 UTC) #4
Brad Chen
Updated as per discussion with Noel and Brad Nelson. PTAL
8 years, 7 months ago (2012-05-18 22:12:01 UTC) #5
noelallen1
1 naming issue otherwise LGTM. http://codereview.chromium.org/10409032/diff/8001/ppapi/tests/test_case.html File ppapi/tests/test_case.html (right): http://codereview.chromium.org/10409032/diff/8001/ppapi/tests/test_case.html#newcode202 ppapi/tests/test_case.html:202: obj.setAttribute("src", "test_case.nmf"); Move this ...
8 years, 7 months ago (2012-05-18 23:08:23 UTC) #6
Brad Chen
Thanks. Try jobs and commit must wait until the nacl-side review is committed + DEPS ...
8 years, 7 months ago (2012-05-19 00:10:01 UTC) #7
Brad Chen
http://codereview.chromium.org/10409032/diff/8001/ppapi/tests/test_case.html File ppapi/tests/test_case.html (right): http://codereview.chromium.org/10409032/diff/8001/ppapi/tests/test_case.html#newcode202 ppapi/tests/test_case.html:202: obj.setAttribute("src", "test_case.nmf"); On 2012/05/18 23:08:25, noelallen1 wrote: > Move ...
8 years, 7 months ago (2012-05-19 00:10:24 UTC) #8
Brad Chen
Noel has already reviewed this but I see I also need a PPAPI reviewer. This ...
8 years, 7 months ago (2012-05-21 23:31:25 UTC) #9
dmichael (off chromium)
http://codereview.chromium.org/10409032/diff/7002/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/10409032/diff/7002/chrome/test/ui/ppapi_uitest.cc#newcode370 chrome/test/ui/ppapi_uitest.cc:370: } Would it make sense to keep PPAPINaClTest with ...
8 years, 7 months ago (2012-05-22 00:04:43 UTC) #10
Brad Chen
I'm still need to roll NaCl DEPS before I can invoke the trybots. http://codereview.chromium.org/10409032/diff/7002/chrome/test/ui/ppapi_uitest.cc File ...
8 years, 7 months ago (2012-05-22 18:35:00 UTC) #11
dmichael (off chromium)
lgtm http://codereview.chromium.org/10409032/diff/12001/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/10409032/diff/12001/chrome/test/ui/ppapi_uitest.cc#newcode335 chrome/test/ui/ppapi_uitest.cc:335: PPAPINaClTest::PPAPINaClTest() { optional: You can omit these empty ...
8 years, 7 months ago (2012-05-22 19:31:00 UTC) #12
Brad Chen
Thanks for mentioning that. It's fun to make code smaller. On 2012/05/22 19:31:00, dmichael wrote: ...
8 years, 7 months ago (2012-05-22 20:56:55 UTC) #13
Brad Chen
http://codereview.chromium.org/10409032/diff/12001/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/10409032/diff/12001/chrome/test/ui/ppapi_uitest.cc#newcode335 chrome/test/ui/ppapi_uitest.cc:335: PPAPINaClTest::PPAPINaClTest() { On 2012/05/22 19:31:01, dmichael wrote: > optional: ...
8 years, 7 months ago (2012-05-22 20:58:15 UTC) #14
Brad Chen
Brad would you like to take one last look at ppapi_untrusted.gypi? Final changes are to ...
8 years, 6 months ago (2012-06-05 23:34:53 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bradchen@google.com/10409032/43003
8 years, 6 months ago (2012-06-06 15:20:04 UTC) #16
commit-bot: I haz the power
Change committed as 140786
8 years, 6 months ago (2012-06-06 17:41:24 UTC) #17
Brad Chen
On 2012/06/06 17:41:24, I haz the power (commit-bot) wrote: > Change committed as 140786 Reverted ...
8 years, 6 months ago (2012-06-06 18:46:06 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bradchen@google.com/10409032/45003
8 years, 6 months ago (2012-06-06 23:37:07 UTC) #19
commit-bot: I haz the power
8 years, 6 months ago (2012-06-07 01:10:08 UTC) #20
Change committed as 140917

Powered by Google App Engine
This is Rietveld 408576698