summaryrefslogtreecommitdiffstats
path: root/chrome/unit_tests.isolate
diff options
context:
space:
mode:
authormaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 14:47:18 +0000
committermaruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 14:47:18 +0000
commit1914dfdf0ecd20559cbcd6198a1e4a324976bb66 (patch)
tree23d43ffab4000d6e725f9e742b74de7bc17ec797 /chrome/unit_tests.isolate
parent2283521845391755428a08e00f1298b440fd189e (diff)
downloadchromium_src-1914dfdf0ecd20559cbcd6198a1e4a324976bb66.zip
chromium_src-1914dfdf0ecd20559cbcd6198a1e4a324976bb66.tar.gz
chromium_src-1914dfdf0ecd20559cbcd6198a1e4a324976bb66.tar.bz2
unit_tests.isolate on linux: Run 4 test cases manually that are currently failing on the swarm master:
Partially autogenerated by running these 2 commands for each <test_case>: ./isolate.py trace -r ../../out/Release/unit_tests.results -- --gtest_filter=<test_case> ./isolate.py merge -r ../../out/Release/unit_tests.results Where <test_case> was one of: ExtensionManifestTest.OfflineEnabled ExtensionManifestTest.ScriptBadgeIconFallsBackToPuzzlePiece ExtensionTest.BrowserActionSynthesizesCommand ExtensionTest.GetAbsolutePathNoError Then manually moved the isolate_dependency_touched section to the global variable instead of the linux condition since these files are needed on all OSes but the isolate_dependency_touched tracing is only implemented on linux as of today. Automating this is being looked into. TBR=thakis@chromium.org NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10735090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r--chrome/unit_tests.isolate8
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate
index aa7c6f2..c5d9f4b 100644
--- a/chrome/unit_tests.isolate
+++ b/chrome/unit_tests.isolate
@@ -481,6 +481,10 @@
'test/data/web_database/',
'test/data/zip/test/foo/bar/',
],
+ 'isolate_dependency_touched': [
+ 'test/data/extensions/absolute_path/test.html',
+ 'test/data/extensions/absolute_path/test.js',
+ ],
},
'conditions': [
['OS=="linux"', {
@@ -598,6 +602,7 @@
'test/data/extensions/manifest_tests/sandboxed_pages_valid_4.json',
'test/data/extensions/manifest_tests/sandboxed_pages_valid_5.json',
'test/data/extensions/manifest_tests/script_badge_basic.json',
+ 'test/data/extensions/manifest_tests/script_badge_only_use_icon16.json',
'test/data/extensions/manifest_tests/script_badge_title_icons_ignored.json',
'test/data/extensions/manifest_tests/web_accessible_resources_5.json',
'test/data/extensions/manifest_tests/web_accessible_resources_6.json',
@@ -606,6 +611,7 @@
'test/data/page_cycler/errors_expected',
],
'isolate_dependency_untracked': [
+ 'test/data/extensions/api_test/browser_action/synthesized/',
'test/data/firefox2_nss/',
'test/data/firefox2_profile/bookmarks.html',
'test/data/firefox2_profile/cookies.txt',
@@ -751,7 +757,6 @@
'<(PRODUCT_DIR)/icudt.dll',
'browser/resources/software_rendering_list.json',
'test/data/extensions/manifest_tests/offline_default_platform_app.json',
- 'test/data/extensions/manifest_tests/script_badge_only_use_icon16.json',
'test/data/extensions/permissions/audio-video.json',
'test/data/safe_browsing/download_protection/signed.exe',
'test/data/safe_browsing/download_protection/unsigned.exe',
@@ -770,7 +775,6 @@
'../third_party/python_26/Lib/xml/parsers/',
'../ui/base/glib/',
'test/data/components/flapper/windows/',
- 'test/data/extensions/api_test/browser_action/synthesized/',
],
},
}, {