diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-05 16:28:08 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-05 16:28:08 +0000 |
commit | 046182be5361e8a36f3ad4fc850f72314ba1a117 (patch) | |
tree | fb553be247326e6add72008bb92760fe63247af4 /chrome/browser_tests.isolate | |
parent | d04c8b74fbd2e0c7e23346e5aa71323dcce7008d (diff) | |
download | chromium_src-046182be5361e8a36f3ad4fc850f72314ba1a117.zip chromium_src-046182be5361e8a36f3ad4fc850f72314ba1a117.tar.gz chromium_src-046182be5361e8a36f3ad4fc850f72314ba1a117.tar.bz2 |
browser_tests.isolate on Windows: Traced a PPAPINacl test case after building everything
There is a missing dependency to browser_tests & browser_tests_run causing it
to fail if not everything is built. By building everything locally, I was able
to find the missing runtime dependencies to fix most of the remaining PPAPINacl
test cases.
Autogenerated with:
# Built everything.
ninja -C out\Release
# Traced a single test case.
python tools\swarm_client\isolate_test_cases.py -s out\release\browser_tests.isolated --gtest_filter=PPAPINaClGLibcTest.MouseCursor
TBR=csharp@chromium.org
NOTRY=true
BUG=159423
Review URL: https://chromiumcodereview.appspot.com/11358087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165943 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser_tests.isolate')
-rw-r--r-- | chrome/browser_tests.isolate | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser_tests.isolate b/chrome/browser_tests.isolate index aaeac55..1b38574 100644 --- a/chrome/browser_tests.isolate +++ b/chrome/browser_tests.isolate @@ -120,7 +120,6 @@ '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core_glibc_x86_64.nexe', '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_progress_events_glibc_x86_64.nexe', '<(PRODUCT_DIR)/nacl_test_data/glibc/simple_glibc_x86_64.nexe', - '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe', '<(PRODUCT_DIR)/xdisplaycheck<(EXECUTABLE_SUFFIX)', 'test/data/History/history_length_test_page_4.html', 'test/data/autofill/autofill_middleinit_form.html', @@ -363,7 +362,6 @@ '../content/test/data/plugin/flash.html', '../content/test/data/plugin/flash.swf', '../content/test/data/plugin/plugin_common.js', - '<(PRODUCT_DIR)/lib64/', '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test_libs/lib64/', '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_ppb_core_libs/lib64/', '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_progress_events_libs/lib64/', @@ -626,6 +624,7 @@ '<(PRODUCT_DIR)/nacl_test_data/newlib/simple.nmf', '<(PRODUCT_DIR)/nacl_test_data/newlib/simple_newlib_x86_64.nexe', '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc.nmf', + '<(PRODUCT_DIR)/ppapi_nacl_tests_glibc_x64.nexe', '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib.nmf', '<(PRODUCT_DIR)/ppapi_nacl_tests_newlib_x64.nexe', '<(PRODUCT_DIR)/pyproto/chrome/browser/policy/proto/chrome_device_policy_pb2.py', @@ -1065,6 +1064,7 @@ '../third_party/WebKit/Tools/Scripts/webkitpy/', '../third_party/bidichecker/', '../third_party/pywebsocket/src/mod_pywebsocket/handshake/', + '<(PRODUCT_DIR)/lib64/', '<(PRODUCT_DIR)/plugins/', '<(PRODUCT_DIR)/pseudo_locales/', '<(PRODUCT_DIR)/resources/extension/', @@ -1435,9 +1435,9 @@ '<(PRODUCT_DIR)/ffmpegsumo.dll', '<(PRODUCT_DIR)/gyp-win-tool', '<(PRODUCT_DIR)/icudt.dll', - '<(PRODUCT_DIR)/lib64/runnable-ld.so', '<(PRODUCT_DIR)/libEGL.dll', '<(PRODUCT_DIR)/libGLESv2.dll', + '<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)', '<(PRODUCT_DIR)/nacl_test_data/glibc/pm_exit_status_test_libs/lib64/runnable-ld.so', '<(PRODUCT_DIR)/nacl_test_data/glibc/ppapi_progress_events_libs/lib64/runnable-ld.so', '<(PRODUCT_DIR)/nacl_test_data/glibc/simple_libs/lib64/runnable-ld.so', @@ -1665,6 +1665,7 @@ 'isolate_dependency_untracked': [ '../third_party/npapi/npspy/extern/plugin/', '../third_party/python_26/Lib/xml/parsers/', + '<(PRODUCT_DIR)/extensions/', 'test/data/devtools/extensions/devtools_experimental/', 'test/data/devtools/extensions/devtools_extension/', 'test/data/devtools/extensions/devtools_messaging/', |