diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-06 15:08:03 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-06 15:08:03 +0000 |
commit | 9cf2a33be0f52eaf452aaa9eb9a59f2d92a1516a (patch) | |
tree | 78fea1f0b5026e3760b97b1305212e518b767255 /chrome/unit_tests.isolate | |
parent | 232a11f423cbb64377cf865af4b58e6368486183 (diff) | |
download | chromium_src-9cf2a33be0f52eaf452aaa9eb9a59f2d92a1516a.zip chromium_src-9cf2a33be0f52eaf452aaa9eb9a59f2d92a1516a.tar.gz chromium_src-9cf2a33be0f52eaf452aaa9eb9a59f2d92a1516a.tar.bz2 |
unit_tests.isolate on Windows: add more dependencies.
autogenerated with:
python trace_test_cases.py -T unit -V PRODUCT_DIR ..\out\Release --root-dir=..\.. -c chrome out\Release\unit_tests.exe
python merge_isolate.py ..\..\out\Release\unit_tests.exe.test_cases.isolate ..\..\chrome\unit_tests.isolate -o ..\..\chrome\unit_tests.isolate
Where 'unit' contains:
ExtensionManifestTest.SandboxedPages
ExtensionManifestTest.ScriptBadgeBasic
ExtensionTest.GetAbsolutePathNoError
VectorCanvasTest.ClippingRect
VectorCanvasTest.LineOrientation
This is the list of currently failing tests on the windows builder on the swarm
master.
TBR=thakis@chromium.org
NOTRY=true
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10693112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/unit_tests.isolate')
-rw-r--r-- | chrome/unit_tests.isolate | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/chrome/unit_tests.isolate b/chrome/unit_tests.isolate index fba7012..aa7c6f2 100644 --- a/chrome/unit_tests.isolate +++ b/chrome/unit_tests.isolate @@ -511,17 +511,6 @@ '<(PRODUCT_DIR)/pyproto/google/__init__.py', '<(PRODUCT_DIR)/test_data/chrome/browser/resources/print_preview/print_preview_utils.js', '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', - 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_1.json', - 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json', - 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json', - 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json', - 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json', - 'test/data/extensions/manifest_tests/sandboxed_pages_valid_1.json', - 'test/data/extensions/manifest_tests/sandboxed_pages_valid_2.json', - 'test/data/extensions/manifest_tests/sandboxed_pages_valid_3.json', - '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/unpacked/manifest_no_key.json', 'test/data/extensions/unpacked/manifest_with_key.json', 'test/data/extensions/unpacked/symlinks_allowed/manifest.json', @@ -598,6 +587,17 @@ 'test/data/extensions/manifest_tests/command_too_many.json', 'test/data/extensions/manifest_tests/init_invalid_platform_app_4.json', 'test/data/extensions/manifest_tests/init_invalid_platform_app_5.json', + 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_1.json', + 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_2.json', + 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_3.json', + 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_4.json', + 'test/data/extensions/manifest_tests/sandboxed_pages_invalid_5.json', + 'test/data/extensions/manifest_tests/sandboxed_pages_valid_1.json', + 'test/data/extensions/manifest_tests/sandboxed_pages_valid_2.json', + 'test/data/extensions/manifest_tests/sandboxed_pages_valid_3.json', + '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_title_icons_ignored.json', 'test/data/extensions/manifest_tests/web_accessible_resources_5.json', 'test/data/extensions/manifest_tests/web_accessible_resources_6.json', @@ -764,7 +764,9 @@ '../skia/ext/data/vectorcanvastest/clippingclean/', '../skia/ext/data/vectorcanvastest/clippingcombined/', '../skia/ext/data/vectorcanvastest/clippingpath/', + '../skia/ext/data/vectorcanvastest/clippingrect/', '../skia/ext/data/vectorcanvastest/diagonallines/', + '../skia/ext/data/vectorcanvastest/lineorientation/', '../third_party/python_26/Lib/xml/parsers/', '../ui/base/glib/', 'test/data/components/flapper/windows/', |