diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 19:41:42 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-19 19:41:42 +0000 |
commit | 9f0040212be6909c669f44cc55397a523cf0e9d0 (patch) | |
tree | cc7ae3f2eaa28bb0370d74c7eb2887aad8da1240 /chrome/browser_tests.isolate | |
parent | 1d9328506782786a7ca841636e28a8bf8dbe3592 (diff) | |
download | chromium_src-9f0040212be6909c669f44cc55397a523cf0e9d0.zip chromium_src-9f0040212be6909c669f44cc55397a523cf0e9d0.tar.gz chromium_src-9f0040212be6909c669f44cc55397a523cf0e9d0.tar.bz2 |
Add index 4:10 for browser_tests on linux.
autogenerated with:
../../testing/xvfb.py ../../out/Release ./trace_test_cases.py out/Release/browser_tests -V PRODUCT_DIR out/Release -c chrome --root-dir ../.. --index 4 --shards 10
./merge_isolate.py ../../chrome/browser_tests.isolate ../../out/Release/browser_tests.test_cases.isolate -o ../../chrome/browser_tests.isolate
TBR=thakis@chromium.org
NOTRY=true
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10582022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143023 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser_tests.isolate')
-rw-r--r-- | chrome/browser_tests.isolate | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate index b2336c15..aa86bb8 100644 --- a/chrome/browser_tests.isolate +++ b/chrome/browser_tests.isolate @@ -76,9 +76,30 @@ '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/print_preview.js', '<(PRODUCT_DIR)/test_page.css', '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', + 'test/data/beforeunload.html', 'test/data/click-noreferrer-links.html', 'test/data/empty.html', + 'test/data/english_page.html', + 'test/data/extensions/app_with_panel_container/manifest.json', + 'test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn.crx', + 'test/data/fileurl_universalaccess.html', + 'test/data/find_in_page/anchor.html', + 'test/data/find_in_page/bug_1155639.html', + 'test/data/find_in_page/crash_1341577.html', + 'test/data/find_in_page/crash_14491.html', + 'test/data/find_in_page/end_state.html', + 'test/data/find_in_page/framedata_general.html', + 'test/data/find_in_page/framedata_left.html', + 'test/data/find_in_page/frames.html', + 'test/data/find_in_page/large_textarea.html', + 'test/data/find_in_page/link.html', + 'test/data/find_in_page/move_if_obscuring.html', + 'test/data/find_in_page/select_changes_ordinal.html', + 'test/data/find_in_page/simple.html', + 'test/data/find_in_page/user-select.html', + 'test/data/french_page.html', 'test/data/google.mht', + 'test/data/google/logo.gif', 'test/data/gpu/canvas_popup.html', 'test/data/gpu/feature_canvas2d.html', 'test/data/gpu/feature_compositing.html', @@ -128,16 +149,20 @@ 'test/data/page404.html', 'test/data/page404.html.mock-http-headers', 'test/data/post_message.html', + 'test/data/showmodaldialog.html', + 'test/data/showmodaldialog_dialog.html', 'test/data/simple.html', 'test/data/title1.html', 'test/data/title2.html', 'test/data/title3.html', 'test/data/webui/async.js', 'test/data/webui/bidichecker_tests.js', + 'test/data/webui/most_visited_page_test.js', 'test/data/webui/print_preview_hello_world_test.html', 'test/data/webui/runtime_error.js', 'test/data/webui/sample_downloads.js', 'test/data/webui/test_api.js', + 'test/data/window.close.html', 'third_party/mock4js/mock4js.js', ], 'isolate_dependency_untracked': [ @@ -255,11 +280,16 @@ '<(PRODUCT_DIR)/test_url_loader_data/', 'test/data/device_orientation/', 'test/data/dom_automation/', + 'test/data/extensions/app/', + 'test/data/extensions/app_with_tab_container/', 'test/data/fileapi/', 'test/data/google/', + 'test/data/login/', 'test/data/plugin/flash.html', 'test/data/plugin/flash.swf', 'test/data/plugin/plugin_common.js', + 'test/data/profiles/webkit_global_migration/', + 'test/data/profiles/webkit_global_reverse_migration/', ], }, }, { |