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

Issue 3993001: Run Pepper unit tests in Native Client, part 1 (pepper repo).... (Closed)

Created:
10 years, 2 months ago by garianov
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Run Pepper unit tests in Native Client, part 1 (pepper repo). Changes in native_client SConstruct is part 2. BUG=http://code.google.com/p/nativeclient/issues/detail?id=902 TEST=load scons-out/.../ppapi_tests.html in a Pepper2-enabled Chrome browser.

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Total comments: 11

Patch Set 3 : '' #

Total comments: 8

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -18 lines) Patch
M c/dev/ppb_char_set_dev.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M cpp/var.h View 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M cpp/var.cc View 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
A tests/nacl.scons View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
M tests/test_case.html View 3 4 5 1 chunk +34 lines, -11 lines 0 comments Download
M tests/test_file_ref.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tests/test_url_loader.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M tests/testing_instance.h View 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M tests/testing_instance.cc View 3 4 5 6 7 2 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
garianov
new: nacl.scons + ppapi_tests.html also, some small fixes in ppapi code, so that it biulds
10 years, 2 months ago (2010-10-20 21:36:50 UTC) #1
David Springer
LGTM, pending Neb's comments. There are a couple of lint errors, it would be nice ...
10 years, 2 months ago (2010-10-20 21:57:50 UTC) #2
neb
http://codereview.chromium.org/3993001/diff/1/3 File tests/nacl.scons (right): http://codereview.chromium.org/3993001/diff/1/3#newcode9 tests/nacl.scons:9: ppapi_tests_nexe = env.ComponentProgram('ppapi_tests.nexe', Is there a way to wildcard ...
10 years, 2 months ago (2010-10-20 22:02:53 UTC) #3
garianov
http://codereview.chromium.org/3993001/diff/1/3 File tests/nacl.scons (right): http://codereview.chromium.org/3993001/diff/1/3#newcode9 tests/nacl.scons:9: ppapi_tests_nexe = env.ComponentProgram('ppapi_tests.nexe', On 2010/10/20 22:02:53, neb wrote: > ...
10 years, 2 months ago (2010-10-20 22:18:20 UTC) #4
darin (slow to review)
http://codereview.chromium.org/3993001/diff/11001/12002 File tests/nacl.scons (right): http://codereview.chromium.org/3993001/diff/11001/12002#newcode1 tests/nacl.scons:1: # Copyright (c) 2010 The Native Client Authors. All ...
10 years, 2 months ago (2010-10-20 23:13:51 UTC) #5
neb
http://codereview.chromium.org/3993001/diff/11001/12006 File tests/test_var.cc (right): http://codereview.chromium.org/3993001/diff/11001/12006#newcode92 tests/test_var.cc:92: pp::Var int_var(static_cast<int32_t>(42)); We should really add an int overload ...
10 years, 2 months ago (2010-10-20 23:57:28 UTC) #6
garianov
please have another look http://codereview.chromium.org/3993001/diff/11001/12002 File tests/nacl.scons (right): http://codereview.chromium.org/3993001/diff/11001/12002#newcode1 tests/nacl.scons:1: # Copyright (c) 2010 The ...
10 years, 2 months ago (2010-10-21 17:27:12 UTC) #7
neb
LGTM. Darin?
10 years, 2 months ago (2010-10-21 17:43:08 UTC) #8
garianov
I had to change some code to get green trybots... Please have another look
10 years, 1 month ago (2010-10-26 17:23:05 UTC) #9
darin (slow to review)
sorry... forgot to send these comments earlier. http://codereview.chromium.org/3993001/diff/2002/11006 File tests/test_case.html (right): http://codereview.chromium.org/3993001/diff/2002/11006#newcode68 tests/test_case.html:68: var nexes ...
10 years, 1 month ago (2010-10-26 23:11:52 UTC) #10
David Springer
http://codereview.chromium.org/3993001/diff/2002/11006 File tests/test_case.html (right): http://codereview.chromium.org/3993001/diff/2002/11006#newcode68 tests/test_case.html:68: var nexes = "ARM: ppapi_tests_arm.nexe \nx86-32: ppapi_tests.nexe \nx86-64: ppapi_tests_x86_64."; ...
10 years, 1 month ago (2010-10-26 23:43:11 UTC) #11
darin (slow to review)
OK On Tue, Oct 26, 2010 at 4:43 PM, <dspringer@google.com> wrote: > > http://codereview.chromium.org/3993001/diff/2002/11006 > ...
10 years, 1 month ago (2010-10-27 04:58:16 UTC) #12
garianov
please have another look http://codereview.chromium.org/3993001/diff/2002/11006 File tests/test_case.html (right): http://codereview.chromium.org/3993001/diff/2002/11006#newcode69 tests/test_case.html:69: obj = document.createElement("embed"); On 2010/10/26 ...
10 years, 1 month ago (2010-10-28 15:56:33 UTC) #13
darin (slow to review)
10 years, 1 month ago (2010-11-01 16:12:20 UTC) #14
LGTM

Powered by Google App Engine
This is Rietveld 408576698