diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 23:33:50 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-17 23:33:50 +0000 |
commit | 30a10dcfc0b5935a43557719cb19767419d4de13 (patch) | |
tree | 7ccfa85cb351dcdea55d79cf1ce8be40ee26a757 /chrome/browser_tests.isolate | |
parent | 359465232551cfb02f0d779719f451ffa8426c38 (diff) | |
download | chromium_src-30a10dcfc0b5935a43557719cb19767419d4de13.zip chromium_src-30a10dcfc0b5935a43557719cb19767419d4de13.tar.gz chromium_src-30a10dcfc0b5935a43557719cb19767419d4de13.tar.bz2 |
browser_tests.isolate on Windows: trace all the failing tests as found on my local workstation.
autogenerated with:
python isolate.py trace -r ../../out/Release/browser_tests.results -- --gtest_filter=<test_case>
python isolate.py merge -r ../../out/Release/browser_tests.results
The list of tests traced was generated with:
python isolate.py run -r ../../out/Release/browser_tests.results
Instead of looking up the swarm server result as I usually do.
I took all the failing these in that mode:
AutocompleteBrowserTest.ExtensionAppProvider
AutofillTest.AutofillAfterReload
AutofillTest.AutofillAfterTranslate
AutofillTest.AutofillFormWithRepeatedField
AutofillTest.AutofillFormsDistinguishedById
AutofillTest.AutofillViaDownArrow
AutofillTest.DynamicFormFill
AutofillTest.OnChangeAfterAutofill
AutomationTabHelperBrowserTest.CancelFormSubmission
AutomationTabHelperBrowserTest.FormSubmission
AutomationTabHelperBrowserTest.JsRedirectToSite
AutomationTabHelperBrowserTest.JsRedirectToUnknownSite
AutomationTabHelperBrowserTest.MetaTagRedirect
ExtensionApiTest.Idle
ExtensionApiTest.UpdateWindowShowState
ExtensionApiTest.WebSocket
TBR=thakis@chromium.org
NOTRY=true
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10786046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147133 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser_tests.isolate')
-rw-r--r-- | chrome/browser_tests.isolate | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate index 71f218e..360b4d9 100644 --- a/chrome/browser_tests.isolate +++ b/chrome/browser_tests.isolate @@ -573,7 +573,6 @@ 'test/data/extensions/install/install_v2.crx', 'test/data/extensions/intents/ooodacpbmglpoagccnepcbfhfhpdgddn.crx', 'test/data/extensions/minimal_platform_app.crx', - 'test/data/extensions/packaged_app/manifest.json', 'test/data/extensions/platform_apps/iframes/local-iframe.html', 'test/data/extensions/platform_apps/iframes/main.html', 'test/data/extensions/platform_apps/iframes/main.js', @@ -1033,8 +1032,6 @@ 'test/data/extensions/api_test/chrome_auth_private/', 'test/data/extensions/api_test/clipboard/', 'test/data/extensions/api_test/content_scripts/', - 'test/data/extensions/api_test/content_security_policy/', - 'test/data/extensions/api_test/cross_origin_xhr/', 'test/data/extensions/api_test/declarative/', 'test/data/extensions/api_test/dns/', 'test/data/extensions/api_test/executescript/', @@ -1093,7 +1090,6 @@ 'test/data/extensions/api_test/webstore_private/', 'test/data/extensions/api_test/window_open/close_panels_on_uninstall/', 'test/data/extensions/api_test/window_open/panel/', - 'test/data/extensions/app/', 'test/data/extensions/app1/', 'test/data/extensions/app2/', 'test/data/extensions/app_dot_com_app/', @@ -1355,6 +1351,7 @@ 'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/background.html', 'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/background.js', 'test/data/extensions/good/Extensions/bjafgdebaacbbbecmhlhpofkepfkgcpa/1.0/manifest.json', + 'test/data/extensions/packaged_app/manifest.json', 'test/data/extensions/test_file.html', 'test/data/extensions/test_file.txt', 'test/data/extensions/test_file_with_about_blank_iframe.html', @@ -1501,6 +1498,7 @@ 'test/data/extensions/api_test/window_open/popup_blocking/', 'test/data/extensions/api_test/window_open/popup_large/', 'test/data/extensions/api_test/window_open/popup_small/', + 'test/data/extensions/app/', ], }, }], @@ -1670,6 +1668,8 @@ '<(PRODUCT_DIR)/test_data/chrome/browser/ui/webui/options2/password_manager_browsertest.js', '<(PRODUCT_DIR)/test_data/chrome/browser/ui/webui/options2/search_engine_manager_browsertest.js', '<(PRODUCT_DIR)/test_data/chrome/test/data/webui/net_internals/hsts_view.js', + 'test/data/automation/client_redirects.html', + 'test/data/automation/meta_redirect.html', 'test/data/extensions/api_test/accessibility/get_alerts_for_tab/background.js', 'test/data/extensions/api_test/accessibility/get_alerts_for_tab/manifest.json', 'test/data/extensions/api_test/alert/manifest.json', |