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

Issue 8477015: Make it possible to enable/disable specific ppapi tests. Migrate PostMessage tests. (Closed)

Created:
9 years, 1 month ago by dmichael (off chromium)
Modified:
9 years, 1 month ago
CC:
chromium-reviews, Paweł Hajdan Jr.
Visibility:
Public.

Description

Make it possible to enable/disable specific ppapi tests. Migrate PostMessage tests. Most of these files were changed by a sed script, so it's not as bad as it looks. The testcase attribute now can include a 'filter'. If it's omitted, everything works the same as before. This way we can migrate tests over bit-by-bit if we want to. We can also still run the tests manually the same way as before. This only runs PostMessage testss the new way, and re-enables all oop PostMessage tests that pass on Windows. I can do the other tests in this CL if desired, but it might be easier to land in a few pieces. BUG=102885, 95557 TEST=N/A Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=109114

Patch Set 1 #

Total comments: 1

Patch Set 2 : Make filter match only all tests or one test #

Patch Set 3 : Fix license headers. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+268 lines, -217 lines) Patch
M chrome/test/ui/ppapi_uitest.cc View 1 chunk +11 lines, -2 lines 0 comments Download
M ppapi/tests/test_broker.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_broker.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_buffer.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_buffer.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_case.h View 1 3 chunks +19 lines, -12 lines 0 comments Download
M ppapi/tests/test_case.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M ppapi/tests/test_char_set.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_char_set.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ppapi/tests/test_core.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_core.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_crypto.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_crypto.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_cursor_control.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_cursor_control.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_directory_reader.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_directory_reader.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_file_io.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_file_io.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M ppapi/tests/test_file_ref.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_file_ref.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M ppapi/tests/test_file_system.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_file_system.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_flash_clipboard.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_flash_clipboard.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_flash_fullscreen.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_flash_fullscreen.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_fullscreen.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_fullscreen.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_graphics_2d.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_graphics_2d.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M ppapi/tests/test_graphics_3d.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_graphics_3d.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_image_data.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_image_data.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_instance_deprecated.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_instance_deprecated.cc View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_memory.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_memory.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ppapi/tests/test_paint_aggregator.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_paint_aggregator.cc View 1 2 2 chunks +22 lines, -22 lines 0 comments Download
M ppapi/tests/test_post_message.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_post_message.cc View 6 chunks +19 lines, -13 lines 0 comments Download
M ppapi/tests/test_scrollbar.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/tests/test_scrollbar.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_transport.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_transport.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M ppapi/tests/test_uma.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_uma.cc View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_url_loader.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_url_loader.cc View 1 1 chunk +21 lines, -21 lines 0 comments Download
M ppapi/tests/test_url_util.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_url_util.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M ppapi/tests/test_var.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_var.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M ppapi/tests/test_var_deprecated.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_var_deprecated.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M ppapi/tests/test_video_decoder.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/tests/test_video_decoder.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ppapi/tests/testing_instance.h View 1 2 chunks +16 lines, -2 lines 0 comments Download
M ppapi/tests/testing_instance.cc View 3 chunks +12 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
dmichael (off chromium)
9 years, 1 month ago (2011-11-04 22:30:23 UTC) #1
darin (slow to review)
when checking the filter against a test name, maybe we should just be very specific ...
9 years, 1 month ago (2011-11-07 23:33:11 UTC) #2
dmichael (off chromium)
On 2011/11/07 23:33:11, darin wrote: > when checking the filter against a test name, maybe ...
9 years, 1 month ago (2011-11-08 16:29:34 UTC) #3
darin (slow to review)
On Tue, Nov 8, 2011 at 8:29 AM, <dmichael@chromium.org> wrote: > On 2011/11/07 23:33:11, darin ...
9 years, 1 month ago (2011-11-08 16:35:03 UTC) #4
dmichael (off chromium)
I realized we have a pattern where we'll run tests with and without 'force async' ...
9 years, 1 month ago (2011-11-08 17:39:54 UTC) #5
darin (slow to review)
9 years, 1 month ago (2011-11-08 21:02:26 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698