diff options
author | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-29 00:08:14 +0000 |
---|---|---|
committer | mpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-29 00:08:14 +0000 |
commit | 23f0fe6e9b9b90761b5919fd4ad712b30ddaf74b (patch) | |
tree | 6131b5923e3269d5719b9ac51788a01aaa0f682f /net/net_unittests.isolate | |
parent | 7c36ac0734100613e58a40f6563f7aedff0a4f77 (diff) | |
download | chromium_src-23f0fe6e9b9b90761b5919fd4ad712b30ddaf74b.zip chromium_src-23f0fe6e9b9b90761b5919fd4ad712b30ddaf74b.tar.gz chromium_src-23f0fe6e9b9b90761b5919fd4ad712b30ddaf74b.tar.bz2 |
Revert 286024 "Move the test data that's used by net_unittests t..."
Likely cause of failure on tree:
http://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29/builds/32682
net_unittests net_unittests net_unittests 127 disabled 6 flaky failed 5 ( 4 mins, 19 secs )
stdio
Basic
LargeGet
LargeGetToTempFile
ServerUnavailable
ServerUnavailablePropagateResponse
e.g.,
[ RUN ] URLFetcherDownloadProgressTest.Basic
HTTP server started on http://127.0.0.1:54345...
sending server_data: {"host": "127.0.0.1", "port": 54345} (36 bytes)
File not found animate1.gif full path:/mnt/data/b/build/slave/Linux_Tests__dbg__1_/build/src/chrome/test/data/animate1.gif
localhost - - [28/Jul/2014 16:51:57] code 404, message Not Found
../../net/url_request/url_fetcher_impl_unittest.cc:601: Failure
Expected: (total) >= (progress), actual: -1 vs 190
../../net/url_request/url_fetcher_impl_unittest.cc:603: Failure
Value of: total
Actual: -1
Expected: expected_total_
Which is: 19021
../../net/url_request/url_fetcher_impl_unittest.cc:170: Failure
Value of: source->GetResponseCode()
Actual: 404
Expected: 200
[ FAILED ] URLFetcherDownloadProgressTest.Basic (205 ms)
> Move the test data that's used by net_unittests to net\data to simplify the isolate files.
>
> The background is that url_fetcher was moved from chrome to content to net, but its test data didn't move along.
>
> R=davidben@chromium.org
>
> Review URL: https://codereview.chromium.org/420313003
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/422063008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286036 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net_unittests.isolate')
-rw-r--r-- | net/net_unittests.isolate | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/net_unittests.isolate b/net/net_unittests.isolate index 719ec62..662eeb0 100644 --- a/net/net_unittests.isolate +++ b/net/net_unittests.isolate @@ -5,6 +5,12 @@ 'conditions': [ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', { 'variables': { + 'isolate_dependency_tracked': [ + '../chrome/test/data/animate1.gif', + '../chrome/test/data/server-unavailable.html', + '../chrome/test/data/server-unavailable.html.mock-http-headers', + '../chrome/test/data/simple.html', + ], 'isolate_dependency_untracked': [ 'data/', ], |