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

Issue 8770023: Break FileIO and URLLoader tests down into individual cases. (Closed)

Created:
9 years ago by bbudge
Modified:
9 years ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Break FileIO and URLLoader tests down into individual cases. This will allow us to keep more of our tests running and identify the cases where they fail, so we can fix them. Add a comment to chrome_tests.gypi to keep mock header file together with test_case.html. BUG=Pepper Code Yellow TEST=ui_tests, --gtest_filter=PPAPITest.*, OutOfProcessPPAPITest.*, PPAPINaClTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113354

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Total comments: 6

Patch Set 4 : '' #

Total comments: 9

Patch Set 5 : '' #

Total comments: 2

Patch Set 6 : '' #

Patch Set 7 : Break FileIO and URLLoader tests down into individual cases. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+269 lines, -102 lines) Patch
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/ui/ppapi_uitest.cc View 1 2 3 4 5 6 6 chunks +145 lines, -20 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_file_io.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_url_loader.h View 1 2 3 4 5 6 1 chunk +14 lines, -7 lines 0 comments Download
M ppapi/tests/test_url_loader.cc View 1 2 3 4 5 6 4 chunks +106 lines, -72 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
bbudge
http://codereview.chromium.org/8770023/diff/12/ppapi/tests/test_url_loader.cc File ppapi/tests/test_url_loader.cc (right): http://codereview.chromium.org/8770023/diff/12/ppapi/tests/test_url_loader.cc#newcode109 ppapi/tests/test_url_loader.cc:109: RUN_TEST_FORCEASYNC_AND_NOT(BasicFilePOST, filter); The changes in this file are for: ...
9 years ago (2011-12-02 18:46:00 UTC) #1
dmichael (off chromium)
http://codereview.chromium.org/8770023/diff/12/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/8770023/diff/12/chrome/test/ui/ppapi_uitest.cc#newcode441 chrome/test/ui/ppapi_uitest.cc:441: #if !defined(OS_MAC) && !defined(OS_LINUX) These should just be marked ...
9 years ago (2011-12-02 19:05:26 UTC) #2
bbudge
http://codereview.chromium.org/8770023/diff/12/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/8770023/diff/12/chrome/test/ui/ppapi_uitest.cc#newcode441 chrome/test/ui/ppapi_uitest.cc:441: #if !defined(OS_MAC) && !defined(OS_LINUX) On 2011/12/02 19:05:26, dmichael wrote: ...
9 years ago (2011-12-02 19:36:07 UTC) #3
dmichael (off chromium)
http://codereview.chromium.org/8770023/diff/1007/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/8770023/diff/1007/chrome/test/ui/ppapi_uitest.cc#newcode327 chrome/test/ui/ppapi_uitest.cc:327: TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(URLLoader_DISABLED_BasicFileRangePOST) The DISABLED/FAILS/MAYBE needs to go at the front ...
9 years ago (2011-12-02 20:28:33 UTC) #4
bbudge
http://codereview.chromium.org/8770023/diff/1007/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/8770023/diff/1007/chrome/test/ui/ppapi_uitest.cc#newcode327 chrome/test/ui/ppapi_uitest.cc:327: TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(URLLoader_DISABLED_BasicFileRangePOST) On 2011/12/02 20:28:33, dmichael wrote: > The DISABLED/FAILS/MAYBE ...
9 years ago (2011-12-02 21:32:10 UTC) #5
dmichael (off chromium)
http://codereview.chromium.org/8770023/diff/1007/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/8770023/diff/1007/chrome/test/ui/ppapi_uitest.cc#newcode327 chrome/test/ui/ppapi_uitest.cc:327: TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(URLLoader_DISABLED_BasicFileRangePOST) On 2011/12/02 21:32:10, bbudge1 wrote: > On 2011/12/02 ...
9 years ago (2011-12-02 22:31:42 UTC) #6
bbudge
+sky for chrome/tests/ui/ppapi_uitest.cc
9 years ago (2011-12-02 22:36:26 UTC) #7
sky
LGTM
9 years ago (2011-12-02 22:46:16 UTC) #8
bbudge
Awaiting try jobs. http://codereview.chromium.org/8770023/diff/1007/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/8770023/diff/1007/chrome/test/ui/ppapi_uitest.cc#newcode327 chrome/test/ui/ppapi_uitest.cc:327: TEST_PPAPI_OUT_OF_PROCESS_VIA_HTTP(URLLoader_DISABLED_BasicFileRangePOST) On 2011/12/02 22:31:42, dmichael wrote: ...
9 years ago (2011-12-06 00:36:04 UTC) #9
dmichael (off chromium)
I think you need to disable one more test for Windows, but otherwise LGTM http://codereview.chromium.org/8770023/diff/21003/chrome/test/ui/ppapi_uitest.cc ...
9 years ago (2011-12-06 17:34:55 UTC) #10
bbudge
http://codereview.chromium.org/8770023/diff/21003/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/8770023/diff/21003/chrome/test/ui/ppapi_uitest.cc#newcode127 chrome/test/ui/ppapi_uitest.cc:127: else if (test_name.find("MAYBE_") == 0) That's what I thought ...
9 years ago (2011-12-06 17:55:38 UTC) #11
dmichael (off chromium)
http://codereview.chromium.org/8770023/diff/21003/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/8770023/diff/21003/chrome/test/ui/ppapi_uitest.cc#newcode121 chrome/test/ui/ppapi_uitest.cc:121: if (test_name.find("FAILS_") == 0) optional suggestion: I waffled about ...
9 years ago (2011-12-06 18:08:18 UTC) #12
bbudge
Included the NaCl proxy fix FYI. You're an OWNER for that too if you care ...
9 years ago (2011-12-06 22:48:15 UTC) #13
dmichael (off chromium)
lgtm
9 years ago (2011-12-06 22:55:32 UTC) #14
bbudge
9 years ago (2011-12-07 00:44:46 UTC) #15
Remove conflicts with HEAD.

Powered by Google App Engine
This is Rietveld 408576698