(view as text)
@@@STEP_CURSOR extensions_unittests@@@

@@@STEP_STARTED@@@

python -u /mnt/data/b/build/scripts/slave/recipe_modules/swarming/resources/collect_gtest_task.py --swarming-client-dir /mnt/data/b/build/slave/Linux_TSan_Tests/build/src/tools/swarming_client --temp-root-dir /tmp --merged-test-output /tmp/tmpVOUyoF.json -- collect --swarming https://chromium-swarm.appspot.com --decorate --print-status-updates --json /tmp/tmpCbYVbd.json
in dir /mnt/data/b/build/slave/Linux_TSan_Tests/build:
 allow_subannotations: True
 cmd: ['python', '-u', '/mnt/data/b/build/scripts/slave/recipe_modules/swarming/resources/collect_gtest_task.py', '--swarming-client-dir', '/mnt/data/b/build/slave/Linux_TSan_Tests/build/src/tools/swarming_client', '--temp-root-dir', '/tmp', '--merged-test-output', '/tmp/tmpVOUyoF.json', '--', 'collect', '--swarming', 'https://chromium-swarm.appspot.com', '--decorate', '--print-status-updates', '--json', '/tmp/tmpCbYVbd.json']
 cwd: /mnt/data/b/build/slave/Linux_TSan_Tests/build
 name: extensions_unittests
full environment:
 AWS_CREDENTIAL_FILE: /mnt/data/b/build/site_config/.boto
 BOTO_CONFIG: /mnt/data/b/build/site_config/.boto
 BUILDBOT_BLAMELIST: [u'blink-deps-roller@chromium.org']
 BUILDBOT_BRANCH: master
 BUILDBOT_BUILDBOTURL: http://build.chromium.org/p/chromium.memory.fyi/
 BUILDBOT_BUILDERNAME: Linux TSan Tests
 BUILDBOT_BUILDNUMBER: 6869
 BUILDBOT_CLOBBER: 
 BUILDBOT_GOT_REVISION: None
 BUILDBOT_MASTERNAME: chromium.memory.fyi
 BUILDBOT_REVISION: 335d8d02f918273b0ea6a06c7da3c23321280244
 BUILDBOT_SCHEDULER: linux_tsan
 BUILDBOT_SLAVENAME: vm14-m1
 CHROME_HEADLESS: 1
 DISPLAY: :0.0
 GIT_USER_AGENT: linux2 git/2.4.5 vm14-m1.golo.chromium.org
 HOME: /home/chrome-bot
 LANG: en_US.UTF-8
 LOGNAME: chrome-bot
 PAGER: cat
 PATH: /home/chrome-bot/slavebin:/mnt/data/b/depot_tools:/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
 PWD: /mnt/data/b/build/slave/Linux_TSan_Tests/build
 PYTHONIOENCODING: UTF-8
 PYTHONPATH: /mnt/data/b/build/site_config:/mnt/data/b/build/scripts:/mnt/data/b/build/scripts/release:/mnt/data/b/build/third_party:/mnt/data/b/build/third_party/requests_1_2_3:/mnt/data/b/build_internal/site_config:/mnt/data/b/build_internal/symsrc:/mnt/data/b/build/slave:/mnt/data/b/build/third_party/buildbot_slave_8_4:/mnt/data/b/build/third_party/twisted_10_2:
 SHELL: /bin/bash
 USER: chrome-bot

+---------------------------------------------------------------------------+
| Shard 0  https://chromium-swarm.appspot.com/user/task/286b4c7bb235ab10    |
+---------------------------------------------------------------------------+
Additional test environment:
    CHROME_DEVEL_SANDBOX=/opt/chromium/chrome_sandbox
    G_SLICE=always-malloc
    LANG=en_US.UTF-8
    NSS_DISABLE_ARENA_FREE_LIST=1
    NSS_DISABLE_UNLOAD=1
    TSAN_OPTIONS=symbolize=1 external_symbolizer_path=/tmp/run_tha_testSVRTN7/third_party/llvm-build/Release+Asserts/bin/llvm-symbolizer
Command: ../out/Release/extensions_unittests --brave-new-test-launcher --test-launcher-bot-mode --test-launcher-print-test-stdio=always --test-launcher-summary-output=/tmp/isolated_outGh6SwP/output.json --no-sandbox

IMPORTANT DEBUGGING NOTE: batches of tests are run inside their
own process. For debugging a test inside a debugger, use the
--gtest_filter=<your_test_name> flag along with
--single-process-tests.
Using sharding settings from environment. This is shard 0/1
Using 8 parallel jobs.
[ RUN      ] CastChannelOpenFunctionTest.TestParseConnectInfo
[       OK ] CastChannelOpenFunctionTest.TestParseConnectInfo (0 ms)
[1/836] CastChannelOpenFunctionTest.TestParseConnectInfo (0 ms)
[ RUN      ] CastFramerTest.TestMessageFramerCompleteMessage
[       OK ] CastFramerTest.TestMessageFramerCompleteMessage (0 ms)
[2/836] CastFramerTest.TestMessageFramerCompleteMessage (0 ms)
[ RUN      ] CastFramerTest.TestSerializeErrorMessageTooLarge
[       OK ] CastFramerTest.TestSerializeErrorMessageTooLarge (3 ms)
[3/836] CastFramerTest.TestSerializeErrorMessageTooLarge (3 ms)
[ RUN      ] CastFramerTest.TestIngestIllegalLargeMessage
[       OK ] CastFramerTest.TestIngestIllegalLargeMessage (0 ms)
[4/836] CastFramerTest.TestIngestIllegalLargeMessage (0 ms)
[ RUN      ] CastFramerTest.TestUnparsableBodyProto
[       OK ] CastFramerTest.TestUnparsableBodyProto (0 ms)
[5/836] CastFramerTest.TestUnparsableBodyProto (0 ms)
[ RUN      ] CastSocketTest.TestConnectAndClose

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectAndClose (2 ms)
[6/836] CastSocketTest.TestConnectAndClose (2 ms)
[ RUN      ] CastSocketTest.TestConnectAndClose

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectAndClose (2 ms)
[7/836] CastSocketTest.TestConnect (2 ms)
[ RUN      ] CastSocketTest.TestConnectFails

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(3)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectFails (2 ms)
[8/836] CastSocketTest.TestConnectFails (2 ms)
[ RUN      ] CastSocketTest.TestConnectTwoStep

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectTwoStep (2 ms)
[9/836] CastSocketTest.TestConnectTwoStep (2 ms)
[ RUN      ] CastSocketTest.TestConnectMaxTwoAttempts

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(2)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectMaxTwoAttempts (2 ms)
[10/836] CastSocketTest.TestConnectMaxTwoAttempts (2 ms)
[ RUN      ] CastSocketTest.TestConnectFullSecureFlowAsync
[       OK ] CastSocketTest.TestConnectFullSecureFlowAsync (3 ms)
[11/836] CastSocketTest.TestConnectFullSecureFlowAsync (3 ms)
[ RUN      ] CastSocketTest.TestConnectFullSecureFlowSync
[       OK ] CastSocketTest.TestConnectFullSecureFlowSync (1 ms)
[12/836] CastSocketTest.TestConnectFullSecureFlowSync (1 ms)
[ RUN      ] CastSocketTest.TestConnectAuthMessageCorrupted

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(5)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectAuthMessageCorrupted (2 ms)
[13/836] CastSocketTest.TestConnectAuthMessageCorrupted (2 ms)
[ RUN      ] CastSocketTest.TestConnectTcpConnectErrorAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(3)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectTcpConnectErrorAsync (1 ms)
[14/836] CastSocketTest.TestConnectTcpConnectErrorAsync (1 ms)
[ RUN      ] CastSocketTest.TestConnectTcpConnectErrorSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(3)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectTcpConnectErrorSync (0 ms)
[15/836] CastSocketTest.TestConnectTcpConnectErrorSync (0 ms)
[ RUN      ] CastSocketTest.TestConnectTcpTimeoutError
[       OK ] CastSocketTest.TestConnectTcpTimeoutError (2 ms)
[16/836] CastSocketTest.TestConnectTcpTimeoutError (2 ms)
[ RUN      ] CastSocketTest.TestConnectTcpSocketTimeoutError
[       OK ] CastSocketTest.TestConnectTcpSocketTimeoutError (1 ms)
[17/836] CastSocketTest.TestConnectTcpSocketTimeoutError (1 ms)
[ RUN      ] CastSocketTest.TestConnectSslConnectErrorAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(2)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectSslConnectErrorAsync (1 ms)
[18/836] CastSocketTest.TestConnectSslConnectErrorAsync (1 ms)
[ RUN      ] CastSocketTest.TestConnectSslConnectErrorSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(2)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectSslConnectErrorSync (1 ms)
[19/836] CastSocketTest.TestConnectSslConnectErrorSync (1 ms)
[ RUN      ] CastSocketTest.TestConnectSslConnectTimeoutSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(8)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectSslConnectTimeoutSync (1 ms)
[20/836] CastSocketTest.TestConnectSslConnectTimeoutSync (1 ms)
[ RUN      ] CastSocketTest.TestConnectSslConnectTimeoutAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(8)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectSslConnectTimeoutAsync (1 ms)
[21/836] CastSocketTest.TestConnectSslConnectTimeoutAsync (1 ms)
[ RUN      ] CastSocketTest.TestConnectCertExtractionErrorAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(2)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectCertExtractionErrorAsync (2 ms)
[22/836] CastSocketTest.TestConnectCertExtractionErrorAsync (2 ms)
[ RUN      ] CastSocketTest.TestConnectCertExtractionErrorSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(2)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectCertExtractionErrorSync (1 ms)
[23/836] CastSocketTest.TestConnectCertExtractionErrorSync (1 ms)
[ RUN      ] CastSocketTest.TestConnectChallengeSendError

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(4)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectChallengeSendError (4 ms)
[24/836] CastSocketTest.TestConnectChallengeSendError (4 ms)
[ RUN      ] CastSocketTest.TestConnectChallengeReplyReceiveError
[       OK ] CastSocketTest.TestConnectChallengeReplyReceiveError (2 ms)
[25/836] CastSocketTest.TestConnectChallengeReplyReceiveError (2 ms)
[ RUN      ] CastSocketTest.TestConnectChallengeVerificationFails
[       OK ] CastSocketTest.TestConnectChallengeVerificationFails (3 ms)
[26/836] CastSocketTest.TestConnectChallengeVerificationFails (3 ms)
[ RUN      ] CastSocketTest.TestConnectEndToEndWithRealTransportAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectEndToEndWithRealTransportAsync (2 ms)
[27/836] CastSocketTest.TestConnectEndToEndWithRealTransportAsync (2 ms)
[ RUN      ] CastSocketTest.TestConnectEndToEndWithRealTransportSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastSocketTest.TestConnectEndToEndWithRealTransportSync (2 ms)
[28/836] CastSocketTest.TestConnectEndToEndWithRealTransportSync (2 ms)
[ RUN      ] CastSocketTest.TestChannelPolicyVerificationCapabilitiesNone
[       OK ] CastSocketTest.TestChannelPolicyVerificationCapabilitiesNone (0 ms)
[29/836] CastSocketTest.TestChannelPolicyVerificationCapabilitiesNone (0 ms)
[ RUN      ] CastSocketTest.TestChannelPolicyVerificationCapabilitiesVideoOut
[25844:25844:0702/225434:7742824679:ERROR:cast_socket.cc(225)] Audio only policy enforced
[       OK ] CastSocketTest.TestChannelPolicyVerificationCapabilitiesVideoOut (0 ms)
[30/836] CastSocketTest.TestChannelPolicyVerificationCapabilitiesVideoOut (0 ms)
[ RUN      ] CastTransportTest.TestFullWriteAsync
[       OK ] CastTransportTest.TestFullWriteAsync (1 ms)
[31/836] CastTransportTest.TestFullWriteAsync (1 ms)
[ RUN      ] CastTransportTest.TestPartialWritesAsync
[       OK ] CastTransportTest.TestPartialWritesAsync (1 ms)
[32/836] CastTransportTest.TestPartialWritesAsync (1 ms)
[ RUN      ] CastTransportTest.TestWriteFailureAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(4)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestWriteFailureAsync (1 ms)
[33/836] CastTransportTest.TestWriteFailureAsync (1 ms)
[ RUN      ] CastTransportTest.TestFullWriteSync
[       OK ] CastTransportTest.TestFullWriteSync (1 ms)
[34/836] CastTransportTest.TestFullWriteSync (1 ms)
[ RUN      ] CastTransportTest.TestPartialWritesSync
[       OK ] CastTransportTest.TestPartialWritesSync (1 ms)
[35/836] CastTransportTest.TestPartialWritesSync (1 ms)
[ RUN      ] CastTransportTest.TestWriteFailureSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(4)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestWriteFailureSync (0 ms)
[36/836] CastTransportTest.TestWriteFailureSync (0 ms)
[ RUN      ] CastTransportTest.TestFullReadAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestFullReadAsync (1 ms)
[37/836] CastTransportTest.TestFullReadAsync (1 ms)
[ RUN      ] CastTransportTest.TestPartialReadAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestPartialReadAsync (1 ms)
[38/836] CastTransportTest.TestPartialReadAsync (1 ms)
[ RUN      ] CastTransportTest.TestReadErrorInHeaderAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestReadErrorInHeaderAsync (1 ms)
[39/836] CastTransportTest.TestReadErrorInHeaderAsync (1 ms)
[ RUN      ] CastTransportTest.TestReadErrorInBodyAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestReadErrorInBodyAsync (1 ms)
[40/836] CastTransportTest.TestReadErrorInBodyAsync (1 ms)
[ RUN      ] CastTransportTest.TestReadCorruptedMessageAsync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestReadCorruptedMessageAsync (1 ms)
[41/836] CastTransportTest.TestReadCorruptedMessageAsync (1 ms)
[ RUN      ] CastTransportTest.TestFullReadSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestFullReadSync (1 ms)
[42/836] CastTransportTest.TestFullReadSync (1 ms)
[ RUN      ] CastTransportTest.TestPartialReadSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestPartialReadSync (1 ms)
[43/836] CastTransportTest.TestPartialReadSync (1 ms)
[ RUN      ] CastTransportTest.TestReadErrorInHeaderSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestReadErrorInHeaderSync (1 ms)
[44/836] CastTransportTest.TestReadErrorInHeaderSync (1 ms)
[ RUN      ] CastTransportTest.TestReadErrorInBodySync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestReadErrorInBodySync (1 ms)
[45/836] CastTransportTest.TestReadErrorInBodySync (1 ms)
[ RUN      ] CastTransportTest.TestReadCorruptedMessageSync

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: Start()
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] CastTransportTest.TestReadCorruptedMessageSync (1 ms)
[46/836] CastTransportTest.TestReadCorruptedMessageSync (1 ms)
[ RUN      ] KeepAliveDelegateTest.TestErrorHandledBeforeStarting

GMOCK WARNING:
Uninteresting mock function call - returning directly.
    Function call: OnError(3)
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] KeepAliveDelegateTest.TestErrorHandledBeforeStarting (0 ms)
[47/836] KeepAliveDelegateTest.TestErrorHandledBeforeStarting (0 ms)
[ RUN      ] KeepAliveDelegateTest.TestPing
[       OK ] KeepAliveDelegateTest.TestPing (1 ms)
[48/836] KeepAliveDelegateTest.TestPing (1 ms)
[ RUN      ] KeepAliveDelegateTest.TestPingFailed

GMOCK WARNING:
Uninteresting mock function call - returning default value.
    Function call: id()
          Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:

GMOCK WARNING:
Uninteresting mock function call - returning default value.
    Function call: id()
          Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:

GMOCK WARNING:
Uninteresting mock function call - returning default value.
    Function call: id()
          Returns: 0
NOTE: You can safely ignore the above warning unless this call should not happen.  Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call.  See http://code.google.com/p/googlemock/wiki/CookBook#Knowing_When_to_Expect for details.
Stack trace:
[       OK ] KeepAliveDelegateTest.TestPingFailed (2 ms)
[49/836] KeepAliveDelegateTest.TestPingFailed (2 ms)
[ RUN      ] KeepAliveDelegateTest.TestPingAndLivenessTimeout
[       OK ] KeepAliveDelegateTest.TestPingAndLivenessTimeout (1 ms)
[50/836] KeepAliveDelegateTest.TestPingAndLivenessTimeout (1 ms)
[ RUN      ] ExtensionAlarmsTest.Create
[       OK ] ExtensionAlarmsTest.Create (55 ms)
[51/836] ExtensionAlarmsTest.Create (55 ms)
[ RUN      ] ExtensionAlarmsTest.CreateRepeating
[       OK ] ExtensionAlarmsTest.CreateRepeating (66 ms)
[52/836] ExtensionAlarmsTest.CreateRepeating (66 ms)
[ RUN      ] ExtensionAlarmsTest.CreateAbsolute
[       OK ] ExtensionAlarmsTest.CreateAbsolute (15 ms)
[53/836] ExtensionAlarmsTest.CreateAbsolute (15 ms)
[ RUN      ] ExtensionAlarmsTest.CreateRepeatingWithQuickFirstCall
[       OK ] ExtensionAlarmsTest.CreateRepeatingWithQuickFirstCall (37 ms)
[54/836] ExtensionAlarmsTest.CreateRepeatingWithQuickFirstCall (37 ms)
[ RUN      ] ExtensionAlarmsTest.CreateDupe
[       OK ] ExtensionAlarmsTest.CreateDupe (3 ms)
[55/836] ExtensionAlarmsTest.CreateDupe (3 ms)
[ RUN      ] ExtensionAlarmsTest.CreateDelayBelowMinimum
[       OK ] ExtensionAlarmsTest.CreateDelayBelowMinimum (4 ms)
[56/836] ExtensionAlarmsTest.CreateDelayBelowMinimum (4 ms)
[ RUN      ] ExtensionAlarmsTest.Get
[       OK ] ExtensionAlarmsTest.Get (5 ms)
[57/836] ExtensionAlarmsTest.Get (5 ms)
[ RUN      ] ExtensionAlarmsTest.GetAll
[       OK ] ExtensionAlarmsTest.GetAll (5 ms)
[58/836] ExtensionAlarmsTest.GetAll (5 ms)
[ RUN      ] ExtensionAlarmsTest.Clear
[       OK ] ExtensionAlarmsTest.Clear (6 ms)
[59/836] ExtensionAlarmsTest.Clear (6 ms)
[ RUN      ] ExtensionAlarmsTest.ClearAll
[       OK ] ExtensionAlarmsTest.ClearAll (6 ms)
[60/836] ExtensionAlarmsTest.ClearAll (6 ms)
[ RUN      ] ExtensionAlarmsSchedulingTest.PollScheduling
[       OK ] ExtensionAlarmsSchedulingTest.PollScheduling (59 ms)
[61/836] ExtensionAlarmsSchedulingTest.PollScheduling (59 ms)
[ RUN      ] ExtensionAlarmsSchedulingTest.ReleasedExtensionPollsInfrequently
[       OK ] ExtensionAlarmsSchedulingTest.ReleasedExtensionPollsInfrequently (9 ms)
[62/836] ExtensionAlarmsSchedulingTest.ReleasedExtensionPollsInfrequently (9 ms)
[ RUN      ] ExtensionAlarmsSchedulingTest.TimerRunning
[       OK ] ExtensionAlarmsSchedulingTest.TimerRunning (65 ms)
[63/836] ExtensionAlarmsSchedulingTest.TimerRunning (65 ms)
[ RUN      ] ExtensionAlarmsSchedulingTest.MinimumGranularity
[       OK ] ExtensionAlarmsSchedulingTest.MinimumGranularity (5 ms)
[64/836] ExtensionAlarmsSchedulingTest.MinimumGranularity (5 ms)
[ RUN      ] ExtensionAlarmsSchedulingTest.DifferentMinimumGranularities
[       OK ] ExtensionAlarmsSchedulingTest.DifferentMinimumGranularities (4 ms)
[65/836] ExtensionAlarmsSchedulingTest.DifferentMinimumGranularities (4 ms)
[ RUN      ] ExtensionAlarmsSchedulingTest.RepeatingAlarmsScheduledPredictably
[       OK ] ExtensionAlarmsSchedulingTest.RepeatingAlarmsScheduledPredictably (5 ms)
[66/836] ExtensionAlarmsSchedulingTest.RepeatingAlarmsScheduledPredictably (5 ms)
[ RUN      ] ApiResourceManagerUnitTest.TwoAppsCannotShareResources
[       OK ] ApiResourceManagerUnitTest.TwoAppsCannotShareResources (6 ms)
[67/836] ApiResourceManagerUnitTest.TwoAppsCannotShareResources (6 ms)
[ RUN      ] BluetoothEventRouterTest.BluetoothEventListener
[       OK ] BluetoothEventRouterTest.BluetoothEventListener (1 ms)
[68/836] BluetoothEventRouterTest.BluetoothEventListener (1 ms)
[ RUN      ] BluetoothEventRouterTest.MultipleBluetoothEventListeners
[       OK ] BluetoothEventRouterTest.MultipleBluetoothEventListeners (1 ms)
[69/836] BluetoothEventRouterTest.MultipleBluetoothEventListeners (1 ms)
[ RUN      ] BluetoothEventRouterTest.UnloadExtension
[       OK ] BluetoothEventRouterTest.UnloadExtension (2 ms)
[70/836] BluetoothEventRouterTest.UnloadExtension (2 ms)
[ RUN      ] BluetoothEventRouterTest.SetDiscoveryFilter
[       OK ] BluetoothEventRouterTest.SetDiscoveryFilter (3 ms)
[71/836] BluetoothEventRouterTest.SetDiscoveryFilter (3 ms)
[ RUN      ] CastChannelAuthorityKeysTest.TestDefaultKeys
[       OK ] CastChannelAuthorityKeysTest.TestDefaultKeys (0 ms)
[72/836] CastChannelAuthorityKeysTest.TestDefaultKeys (0 ms)
[ RUN      ] CastChannelAuthorityKeysTest.TestInvalidProtobuf
[       OK ] CastChannelAuthorityKeysTest.TestInvalidProtobuf (0 ms)
[73/836] CastChannelAuthorityKeysTest.TestInvalidProtobuf (0 ms)
[ RUN      ] CastChannelAuthorityKeysTest.TestValidProtobuf
[       OK ] CastChannelAuthorityKeysTest.TestValidProtobuf (0 ms)
[74/836] CastChannelAuthorityKeysTest.TestValidProtobuf (0 ms)
[ RUN      ] CastChannelAuthorityKeysTest.TestSetTrustedCertificateAuthorities
[       OK ] CastChannelAuthorityKeysTest.TestSetTrustedCertificateAuthorities (151 ms)
[75/836] CastChannelAuthorityKeysTest.TestSetTrustedCertificateAuthorities (151 ms)
[ RUN      ] CastAuthUtilTest.VerifySuccess
[       OK ] CastAuthUtilTest.VerifySuccess (17 ms)
[76/836] CastAuthUtilTest.VerifySuccess (17 ms)
[ RUN      ] CastAuthUtilTest.VerifyBadCA
[25838:25838:0702/225434:7742959315:ERROR:cast_auth_ica.cc(151)] Invalid ICA certificate.
[       OK ] CastAuthUtilTest.VerifyBadCA (1 ms)
[77/836] CastAuthUtilTest.VerifyBadCA (1 ms)
[ RUN      ] CastAuthUtilTest.VerifyBadClientAuthCert
[       OK ] CastAuthUtilTest.VerifyBadClientAuthCert (9 ms)
[78/836] CastAuthUtilTest.VerifyBadClientAuthCert (9 ms)
[ RUN      ] CastAuthUtilTest.VerifyBadSignature
[       OK ] CastAuthUtilTest.VerifyBadSignature (17 ms)
[79/836] CastAuthUtilTest.VerifyBadSignature (17 ms)
[ RUN      ] CastAuthUtilTest.VerifyBadPeerCert
[       OK ] CastAuthUtilTest.VerifyBadPeerCert (18 ms)
[80/836] CastAuthUtilTest.VerifyBadPeerCert (18 ms)
[ RUN      ] DeclarativeActionTest.ErrorActionSet
[       OK ] DeclarativeActionTest.ErrorActionSet (1 ms)
[81/836] DeclarativeActionTest.ErrorActionSet (1 ms)
[ RUN      ] DeclarativeActionTest.ApplyActionSet
[       OK ] DeclarativeActionTest.ApplyActionSet (0 ms)
[82/836] DeclarativeActionTest.ApplyActionSet (0 ms)
[ RUN      ] DeclarativeRuleTest.Create
[       OK ] DeclarativeRuleTest.Create (32 ms)
[83/836] DeclarativeRuleTest.Create (32 ms)
[ RUN      ] DeclarativeRuleTest.CheckConsistency
[       OK ] DeclarativeRuleTest.CheckConsistency (3 ms)
[84/836] DeclarativeRuleTest.CheckConsistency (3 ms)
[ RUN      ] DedupingFactoryTest.InstantiationParameterized
[       OK ] DedupingFactoryTest.InstantiationParameterized (0 ms)
[85/836] DedupingFactoryTest.InstantiationParameterized (0 ms)
[ RUN      ] DedupingFactoryTest.InstantiationNonParameterized
[       OK ] DedupingFactoryTest.InstantiationNonParameterized (0 ms)
[86/836] DedupingFactoryTest.InstantiationNonParameterized (0 ms)
[ RUN      ] DedupingFactoryTest.TypeNames
[       OK ] DedupingFactoryTest.TypeNames (0 ms)
[87/836] DedupingFactoryTest.TypeNames (0 ms)
[ RUN      ] DedupingFactoryTest.Clear
[       OK ] DedupingFactoryTest.Clear (0 ms)
[88/836] DedupingFactoryTest.Clear (0 ms)
[ RUN      ] RulesRegistryTest.FillOptionalIdentifiers
[       OK ] RulesRegistryTest.FillOptionalIdentifiers (3 ms)
[89/836] RulesRegistryTest.FillOptionalIdentifiers (3 ms)
[ RUN      ] RulesRegistryTest.FillOptionalPriority
[       OK ] RulesRegistryTest.FillOptionalPriority (0 ms)
[90/836] RulesRegistryTest.FillOptionalPriority (0 ms)
[ RUN      ] KeepAliveDelegateTest.TestResetTimersAndPassthroughAllOtherTraffic
[       OK ] KeepAliveDelegateTest.TestResetTimersAndPassthroughAllOtherTraffic (2 ms)
[91/836] KeepAliveDelegateTest.TestResetTimersAndPassthroughAllOtherTraffic (2 ms)
[ RUN      ] CastChannelLoggerTest.BasicLogging
[       OK ] CastChannelLoggerTest.BasicLogging (1 ms)
[92/836] CastChannelLoggerTest.BasicLogging (1 ms)
[ RUN      ] CastChannelLoggerTest.LogLastErrorEvents
[       OK ] CastChannelLoggerTest.LogLastErrorEvents (1 ms)
[93/836] CastChannelLoggerTest.LogLastErrorEvents (1 ms)
[ RUN      ] CastChannelLoggerTest.LogSocketReadWrite
[       OK ] CastChannelLoggerTest.LogSocketReadWrite (1 ms)
[94/836] CastChannelLoggerTest.LogSocketReadWrite (1 ms)
[ RUN      ] CastChannelLoggerTest.TooManySockets
[       OK ] CastChannelLoggerTest.TooManySockets (4 ms)
[95/836] CastChannelLoggerTest.TooManySockets (4 ms)
[ RUN      ] CastChannelLoggerTest.TooManyEvents
[       OK ] CastChannelLoggerTest.TooManyEvents (46 ms)
[96/836] CastChannelLoggerTest.TooManyEvents (46 ms)
[ RUN      ] CastChannelLoggerTest.Reset
[       OK ] CastChannelLoggerTest.Reset (2 ms)
[97/836] CastChannelLoggerTest.Reset (2 ms)
[ RUN      ] DeclarativeConditionTest.ErrorConditionSet
[       OK ] DeclarativeConditionTest.ErrorConditionSet (0 ms)
[98/836] DeclarativeConditionTest.ErrorConditionSet (0 ms)
[ RUN      ] DeclarativeConditionTest.CreateConditionSet
[       OK ] DeclarativeConditionTest.CreateConditionSet (1 ms)
[99/836] DeclarativeConditionTest.CreateConditionSet (1 ms)
[ RUN      ] DeclarativeConditionTest.FulfillConditionSet
[       OK ] DeclarativeConditionTest.FulfillConditionSet (0 ms)
[100/836] DeclarativeConditionTest.FulfillConditionSet (0 ms)
[ RUN      ] WebRequestConditionTest.CreateConditionFirstPartyForCookies
[       OK ] WebRequestConditionTest.CreateConditionFirstPartyForCookies (160 ms)
[101/836] WebRequestConditionTest.CreateConditionFirstPartyForCookies (160 ms)
[ RUN      ] WebRequestConditionTest.NoUrlAttributes
[       OK ] WebRequestConditionTest.NoUrlAttributes (1 ms)
[102/836] WebRequestConditionTest.NoUrlAttributes (1 ms)
[ RUN      ] WebRequestConditionTest.CreateConditionSet
[       OK ] WebRequestConditionTest.CreateConditionSet (1 ms)
[103/836] WebRequestConditionTest.CreateConditionSet (1 ms)
[ RUN      ] WebRequestConditionTest.TestPortFilter
[       OK ] WebRequestConditionTest.TestPortFilter (1 ms)
[104/836] WebRequestConditionTest.TestPortFilter (1 ms)
[ RUN      ] WebRequestConditionTest.ConditionsWithConflictingStages
[       OK ] WebRequestConditionTest.ConditionsWithConflictingStages (1 ms)
[105/836] WebRequestConditionTest.ConditionsWithConflictingStages (1 ms)
[ RUN      ] DocumentScanScanFunctionTest.GestureRequired
[       OK ] DocumentScanScanFunctionTest.GestureRequired (35 ms)
[106/836] DocumentScanScanFunctionTest.GestureRequired (35 ms)
[ RUN      ] DocumentScanScanFunctionTest.NoScanners
[       OK ] DocumentScanScanFunctionTest.NoScanners (4 ms)
[107/836] DocumentScanScanFunctionTest.NoScanners (4 ms)
[ RUN      ] DocumentScanScanFunctionTest.NoMatchingScanners
[       OK ] DocumentScanScanFunctionTest.NoMatchingScanners (4 ms)
[108/836] DocumentScanScanFunctionTest.NoMatchingScanners (4 ms)
[ RUN      ] DocumentScanScanFunctionTest.ScanFailure
[       OK ] DocumentScanScanFunctionTest.ScanFailure (5 ms)
[109/836] DocumentScanScanFunctionTest.ScanFailure (5 ms)
[ RUN      ] DocumentScanScanFunctionTest.Success
[       OK ] DocumentScanScanFunctionTest.Success (5 ms)
[110/836] DocumentScanScanFunctionTest.Success (5 ms)
[ RUN      ] IdleTest.LockedToActive
[       OK ] IdleTest.LockedToActive (42 ms)
[111/836] IdleTest.LockedToActive (42 ms)
[ RUN      ] IdleTest.LockedToIdle
[       OK ] IdleTest.LockedToIdle (4 ms)
[112/836] IdleTest.LockedToIdle (4 ms)
[ RUN      ] IdleTest.MultipleExtensions
[       OK ] IdleTest.MultipleExtensions (5 ms)
[113/836] IdleTest.MultipleExtensions (5 ms)
[ RUN      ] IdleTest.SetDetectionInterval
[       OK ] IdleTest.SetDetectionInterval (4 ms)
[114/836] IdleTest.SetDetectionInterval (4 ms)
[ RUN      ] IdleTest.SetDetectionIntervalBeforeListener
[       OK ] IdleTest.SetDetectionIntervalBeforeListener (3 ms)
[115/836] IdleTest.SetDetectionIntervalBeforeListener (3 ms)
[ RUN      ] IdleTest.SetDetectionIntervalMaximum
[       OK ] IdleTest.SetDetectionIntervalMaximum (3 ms)
[116/836] IdleTest.SetDetectionIntervalMaximum (3 ms)
[ RUN      ] IdleTest.SetDetectionIntervalMinimum
[       OK ] IdleTest.SetDetectionIntervalMinimum (3 ms)
[117/836] IdleTest.SetDetectionIntervalMinimum (3 ms)
[ RUN      ] IdleTest.UnloadCleanup
[       OK ] IdleTest.UnloadCleanup (2 ms)
[118/836] IdleTest.UnloadCleanup (2 ms)
[ RUN      ] IdleTest.UnloadOnly
[       OK ] IdleTest.UnloadOnly (2 ms)
[119/836] IdleTest.UnloadOnly (2 ms)
[ RUN      ] IdleTest.UnloadWhileListening
[       OK ] IdleTest.UnloadWhileListening (2 ms)
[120/836] IdleTest.UnloadWhileListening (2 ms)
[ RUN      ] IdleTest.ReAddListener
[       OK ] IdleTest.ReAddListener (31 ms)
[121/836] IdleTest.ReAddListener (31 ms)
[ RUN      ] MimeHandlerServiceImplTest.Abort
[       OK ] MimeHandlerServiceImplTest.Abort (9 ms)
[122/836] MimeHandlerServiceImplTest.Abort (9 ms)
[ RUN      ] MimeHandlerServiceImplTest.GetStreamInfo
[       OK ] MimeHandlerServiceImplTest.GetStreamInfo (1 ms)
[123/836] MimeHandlerServiceImplTest.GetStreamInfo (1 ms)
[ RUN      ] PowerAPITest.RequestAndRelease
[       OK ] PowerAPITest.RequestAndRelease (4 ms)
[124/836] PowerAPITest.RequestAndRelease (4 ms)
[ RUN      ] PowerAPITest.RequestWithoutRelease
[       OK ] PowerAPITest.RequestWithoutRelease (4 ms)
[125/836] PowerAPITest.RequestWithoutRelease (4 ms)
[ RUN      ] PowerAPITest.ReleaseWithoutRequest
[       OK ] PowerAPITest.ReleaseWithoutRequest (4 ms)
[126/836] PowerAPITest.ReleaseWithoutRequest (4 ms)
[ RUN      ] PowerAPITest.UpgradeRequest
[       OK ] PowerAPITest.UpgradeRequest (4 ms)
[127/836] PowerAPITest.UpgradeRequest (4 ms)
[ RUN      ] PowerAPITest.DowngradeRequest
[       OK ] PowerAPITest.DowngradeRequest (5 ms)
[128/836] PowerAPITest.DowngradeRequest (5 ms)
[ RUN      ] PowerAPITest.MultipleExtensions
[       OK ] PowerAPITest.MultipleExtensions (6 ms)
[129/836] PowerAPITest.MultipleExtensions (6 ms)
[ RUN      ] SocketsTcpUnitTest.Create
[       OK ] SocketsTcpUnitTest.Create (6 ms)
[130/836] SocketsTcpUnitTest.Create (6 ms)
[ RUN      ] SocketsUdpUnitTest.Create
[       OK ] SocketsUdpUnitTest.Create (42 ms)
[131/836] SocketsUdpUnitTest.Create (42 ms)
[ RUN      ] ExtensionSettingsQuotaTest.ZeroQuotaBytes
[       OK ] ExtensionSettingsQuotaTest.ZeroQuotaBytes (0 ms)
[132/836] ExtensionSettingsQuotaTest.ZeroQuotaBytes (0 ms)
[ RUN      ] ExtensionSettingsQuotaTest.KeySizeTakenIntoAccount
[       OK ] ExtensionSettingsQuotaTest.KeySizeTakenIntoAccount (1 ms)
[133/836] ExtensionSettingsQuotaTest.KeySizeTakenIntoAccount (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.SmallByteQuota
[       OK ] ExtensionSettingsQuotaTest.SmallByteQuota (1 ms)
[134/836] ExtensionSettingsQuotaTest.SmallByteQuota (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.MediumByteQuota
[       OK ] ExtensionSettingsQuotaTest.MediumByteQuota (1 ms)
[135/836] ExtensionSettingsQuotaTest.MediumByteQuota (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.ZeroMaxKeys
[       OK ] ExtensionSettingsQuotaTest.ZeroMaxKeys (0 ms)
[136/836] ExtensionSettingsQuotaTest.ZeroMaxKeys (0 ms)
[ RUN      ] ExtensionSettingsQuotaTest.SmallMaxKeys
[       OK ] ExtensionSettingsQuotaTest.SmallMaxKeys (1 ms)
[137/836] ExtensionSettingsQuotaTest.SmallMaxKeys (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.MediumMaxKeys
[       OK ] ExtensionSettingsQuotaTest.MediumMaxKeys (1 ms)
[138/836] ExtensionSettingsQuotaTest.MediumMaxKeys (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.RemovingExistingSettings
[       OK ] ExtensionSettingsQuotaTest.RemovingExistingSettings (2 ms)
[139/836] ExtensionSettingsQuotaTest.RemovingExistingSettings (2 ms)
[ RUN      ] ExtensionSettingsQuotaTest.RemovingNonexistentSettings
[       OK ] ExtensionSettingsQuotaTest.RemovingNonexistentSettings (0 ms)
[140/836] ExtensionSettingsQuotaTest.RemovingNonexistentSettings (0 ms)
[ RUN      ] RulesRegistryTest.TwoRulesInManifest
[       OK ] RulesRegistryTest.TwoRulesInManifest (30 ms)
[141/836] RulesRegistryTest.TwoRulesInManifest (30 ms)
[ RUN      ] RulesRegistryTest.DeleteRuleInManifest
[       OK ] RulesRegistryTest.DeleteRuleInManifest (2 ms)
[142/836] RulesRegistryTest.DeleteRuleInManifest (2 ms)
[ RUN      ] WebRequestConditionAttributeTest.CreateConditionAttribute
[       OK ] WebRequestConditionAttributeTest.CreateConditionAttribute (1 ms)
[143/836] WebRequestConditionAttributeTest.CreateConditionAttribute (1 ms)
[ RUN      ] WebRequestConditionAttributeTest.ResourceType
[       OK ] WebRequestConditionAttributeTest.ResourceType (177 ms)
[144/836] WebRequestConditionAttributeTest.ResourceType (177 ms)
[ RUN      ] WebRequestConditionAttributeTest.ContentType
[       OK ] WebRequestConditionAttributeTest.ContentType (28 ms)
[145/836] WebRequestConditionAttributeTest.ContentType (28 ms)
[ RUN      ] WebRequestConditionAttributeTest.ThirdParty
[       OK ] WebRequestConditionAttributeTest.ThirdParty (1 ms)
[146/836] WebRequestConditionAttributeTest.ThirdParty (1 ms)
[ RUN      ] WebRequestConditionAttributeTest.Stages
[       OK ] WebRequestConditionAttributeTest.Stages (1 ms)
[147/836] WebRequestConditionAttributeTest.Stages (1 ms)
[ RUN      ] WebRequestConditionAttributeTest.RequestHeaders
[       OK ] WebRequestConditionAttributeTest.RequestHeaders (5 ms)
[148/836] WebRequestConditionAttributeTest.RequestHeaders (5 ms)
[ RUN      ] WebRequestConditionAttributeTest.ResponseHeaders
[       OK ] WebRequestConditionAttributeTest.ResponseHeaders (18 ms)
[149/836] WebRequestConditionAttributeTest.ResponseHeaders (18 ms)
[ RUN      ] WebRequestConditionTest.CreateCondition
[       OK ] WebRequestConditionTest.CreateCondition (1 ms)
[150/836] WebRequestConditionTest.CreateCondition (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.Clear
[       OK ] ExtensionSettingsQuotaTest.Clear (1 ms)
[151/836] ExtensionSettingsQuotaTest.Clear (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.ChangingUsedBytesWithSet
[       OK ] ExtensionSettingsQuotaTest.ChangingUsedBytesWithSet (1 ms)
[152/836] ExtensionSettingsQuotaTest.ChangingUsedBytesWithSet (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.SetsOnlyEntirelyCompletedWithByteQuota
[       OK ] ExtensionSettingsQuotaTest.SetsOnlyEntirelyCompletedWithByteQuota (1 ms)
[153/836] ExtensionSettingsQuotaTest.SetsOnlyEntirelyCompletedWithByteQuota (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.SetsOnlyEntireCompletedWithMaxKeys
[       OK ] ExtensionSettingsQuotaTest.SetsOnlyEntireCompletedWithMaxKeys (0 ms)
[154/836] ExtensionSettingsQuotaTest.SetsOnlyEntireCompletedWithMaxKeys (0 ms)
[ RUN      ] ExtensionSettingsQuotaTest.WithInitialDataAndByteQuota
[       OK ] ExtensionSettingsQuotaTest.WithInitialDataAndByteQuota (2 ms)
[155/836] ExtensionSettingsQuotaTest.WithInitialDataAndByteQuota (2 ms)
[ RUN      ] ExtensionSettingsQuotaTest.WithInitialDataAndMaxKeys
[       OK ] ExtensionSettingsQuotaTest.WithInitialDataAndMaxKeys (0 ms)
[156/836] ExtensionSettingsQuotaTest.WithInitialDataAndMaxKeys (0 ms)
[ RUN      ] ExtensionSettingsQuotaTest.InitiallyOverByteQuota
[       OK ] ExtensionSettingsQuotaTest.InitiallyOverByteQuota (1 ms)
[157/836] ExtensionSettingsQuotaTest.InitiallyOverByteQuota (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.InitiallyOverMaxKeys
[       OK ] ExtensionSettingsQuotaTest.InitiallyOverMaxKeys (1 ms)
[158/836] ExtensionSettingsQuotaTest.InitiallyOverMaxKeys (1 ms)
[ RUN      ] ExtensionSettingsQuotaTest.ZeroQuotaBytesPerSetting
[       OK ] ExtensionSettingsQuotaTest.ZeroQuotaBytesPerSetting (0 ms)
[159/836] ExtensionSettingsQuotaTest.ZeroQuotaBytesPerSetting (0 ms)
[ RUN      ] ExtensionSettingsQuotaTest.QuotaBytesPerSetting
[       OK ] ExtensionSettingsQuotaTest.QuotaBytesPerSetting (1 ms)
[160/836] ExtensionSettingsQuotaTest.QuotaBytesPerSetting (1 ms)
[ RUN      ] EventListenerMapTest.TestRemovingByListenerForExtension
[       OK ] EventListenerMapTest.TestRemovingByListenerForExtension (1 ms)
[161/836] EventListenerMapTest.TestRemovingByListenerForExtension (1 ms)
[ RUN      ] EventListenerMapTest.TestRemovingByListenerForURL
[       OK ] EventListenerMapTest.TestRemovingByListenerForURL (1 ms)
[162/836] EventListenerMapTest.TestRemovingByListenerForURL (1 ms)
[ RUN      ] EventListenerMapTest.TestLazyDoubleAddIsUndoneByRemove
[       OK ] EventListenerMapTest.TestLazyDoubleAddIsUndoneByRemove (0 ms)
[163/836] EventListenerMapTest.TestLazyDoubleAddIsUndoneByRemove (0 ms)
[ RUN      ] EventListenerMapTest.HostSuffixFilterEquality
[       OK ] EventListenerMapTest.HostSuffixFilterEquality (1 ms)
[164/836] EventListenerMapTest.HostSuffixFilterEquality (1 ms)
[ RUN      ] EventListenerMapTest.RemoveListenersForExtension
[       OK ] EventListenerMapTest.RemoveListenersForExtension (1 ms)
[165/836] EventListenerMapTest.RemoveListenersForExtension (1 ms)
[ RUN      ] EventListenerMapTest.AddExistingFilteredListener
[       OK ] EventListenerMapTest.AddExistingFilteredListener (1 ms)
[166/836] EventListenerMapTest.AddExistingFilteredListener (1 ms)
[ RUN      ] EventListenerMapTest.AddExistingUnfilteredListenerForExtensions
[       OK ] EventListenerMapTest.AddExistingUnfilteredListenerForExtensions (0 ms)
[167/836] EventListenerMapTest.AddExistingUnfilteredListenerForExtensions (0 ms)
[ RUN      ] EventListenerMapTest.AddExistingUnfilteredListenerForURLs
[       OK ] EventListenerMapTest.AddExistingUnfilteredListenerForURLs (0 ms)
[168/836] EventListenerMapTest.AddExistingUnfilteredListenerForURLs (0 ms)
[ RUN      ] EventListenerMapTest.RemovingRouters
[       OK ] EventListenerMapTest.RemovingRouters (0 ms)
[169/836] EventListenerMapTest.RemovingRouters (0 ms)
[ RUN      ] EventListenerMapTest.HasListenerForEventForExtension
[       OK ] EventListenerMapTest.HasListenerForEventForExtension (1 ms)
[170/836] EventListenerMapTest.HasListenerForEventForExtension (1 ms)
[ RUN      ] WebRequestUploadDataPresenterTest.ParsedData
[       OK ] WebRequestUploadDataPresenterTest.ParsedData (4 ms)
[171/836] WebRequestUploadDataPresenterTest.ParsedData (4 ms)
[ RUN      ] WebRequestUploadDataPresenterTest.RawData
[       OK ] WebRequestUploadDataPresenterTest.RawData (0 ms)
[172/836] WebRequestUploadDataPresenterTest.RawData (0 ms)
[ RUN      ] ExtensionWebRequestTimeTrackerTest.Basic
[       OK ] ExtensionWebRequestTimeTrackerTest.Basic (0 ms)
[173/836] ExtensionWebRequestTimeTrackerTest.Basic (0 ms)
[ RUN      ] ExtensionWebRequestTimeTrackerTest.CancelOrRedirect
[       OK ] ExtensionWebRequestTimeTrackerTest.CancelOrRedirect (0 ms)
[174/836] ExtensionWebRequestTimeTrackerTest.CancelOrRedirect (0 ms)
[ RUN      ] ExtensionWebRequestTimeTrackerTest.Delays
[       OK ] ExtensionWebRequestTimeTrackerTest.Delays (5 ms)
[175/836] ExtensionWebRequestTimeTrackerTest.Delays (5 ms)
[ RUN      ] ExtensionWebRequestTimeTrackerTest.Delegate
[       OK ] ExtensionWebRequestTimeTrackerTest.Delegate (2 ms)
[176/836] ExtensionWebRequestTimeTrackerTest.Delegate (2 ms)
[ RUN      ] AppWindowGeometryCacheTest.GetGeometryEmptyStore
[       OK ] AppWindowGeometryCacheTest.GetGeometryEmptyStore (33 ms)
[177/836] AppWindowGeometryCacheTest.GetGeometryEmptyStore (33 ms)
[ RUN      ] AppWindowGeometryCacheTest.GetGeometryUnkownExtension
[       OK ] AppWindowGeometryCacheTest.GetGeometryUnkownExtension (8 ms)
[178/836] AppWindowGeometryCacheTest.GetGeometryUnkownExtension (8 ms)
[ RUN      ] AppWindowGeometryCacheTest.GetGeometryUnkownWindow
[       OK ] AppWindowGeometryCacheTest.GetGeometryUnkownWindow (3 ms)
[179/836] AppWindowGeometryCacheTest.GetGeometryUnkownWindow (3 ms)
[ RUN      ] AppWindowGeometryCacheTest.GetGeometryAndStateFromStore
[       OK ] AppWindowGeometryCacheTest.GetGeometryAndStateFromStore (5 ms)
[180/836] AppWindowGeometryCacheTest.GetGeometryAndStateFromStore (5 ms)
[ RUN      ] ErrorMapUnitTest.AddAndRemoveErrors
[       OK ] ErrorMapUnitTest.AddAndRemoveErrors (4 ms)
[181/836] ErrorMapUnitTest.AddAndRemoveErrors (4 ms)
[ RUN      ] ErrorMapUnitTest.ExcessiveErrorsGetCropped
[       OK ] ErrorMapUnitTest.ExcessiveErrorsGetCropped (47 ms)
[182/836] ErrorMapUnitTest.ExcessiveErrorsGetCropped (47 ms)
[ RUN      ] ErrorMapUnitTest.DuplicateErrorsAreReplaced
[       OK ] ErrorMapUnitTest.DuplicateErrorsAreReplaced (3 ms)
[183/836] ErrorMapUnitTest.DuplicateErrorsAreReplaced (3 ms)
[ RUN      ] EventListenerMapTest.UnfilteredEventsGoToAllListenersForExtensions
[       OK ] EventListenerMapTest.UnfilteredEventsGoToAllListenersForExtensions (1 ms)
[184/836] EventListenerMapTest.UnfilteredEventsGoToAllListenersForExtensions (1 ms)
[ RUN      ] EventListenerMapTest.UnfilteredEventsGoToAllListenersForURLs
[       OK ] EventListenerMapTest.UnfilteredEventsGoToAllListenersForURLs (1 ms)
[185/836] EventListenerMapTest.UnfilteredEventsGoToAllListenersForURLs (1 ms)
[ RUN      ] EventListenerMapTest.FilteredEventsGoToAllMatchingListeners
[       OK ] EventListenerMapTest.FilteredEventsGoToAllMatchingListeners (1 ms)
[186/836] EventListenerMapTest.FilteredEventsGoToAllMatchingListeners (1 ms)
[ RUN      ] EventListenerMapTest.FilteredEventsOnlyGoToMatchingListeners
[       OK ] EventListenerMapTest.FilteredEventsOnlyGoToMatchingListeners (1 ms)
[187/836] EventListenerMapTest.FilteredEventsOnlyGoToMatchingListeners (1 ms)
[ RUN      ] EventListenerMapTest.LazyAndUnlazyListenersGetReturned
[       OK ] EventListenerMapTest.LazyAndUnlazyListenersGetReturned (1 ms)
[188/836] EventListenerMapTest.LazyAndUnlazyListenersGetReturned (1 ms)
[ RUN      ] EventListenerMapTest.TestRemovingByProcessForExtension
[       OK ] EventListenerMapTest.TestRemovingByProcessForExtension (1 ms)
[189/836] EventListenerMapTest.TestRemovingByProcessForExtension (1 ms)
[ RUN      ] EventListenerMapTest.TestRemovingByProcessForURL
[       OK ] EventListenerMapTest.TestRemovingByProcessForURL (1 ms)
[190/836] EventListenerMapTest.TestRemovingByProcessForURL (1 ms)
[ RUN      ] AppWindowGeometryCacheTest.CorruptBounds
[       OK ] AppWindowGeometryCacheTest.CorruptBounds (30 ms)
[191/836] AppWindowGeometryCacheTest.CorruptBounds (30 ms)
[ RUN      ] AppWindowGeometryCacheTest.CorruptScreenBounds
[       OK ] AppWindowGeometryCacheTest.CorruptScreenBounds (3 ms)
[192/836] AppWindowGeometryCacheTest.CorruptScreenBounds (3 ms)
[ RUN      ] AppWindowGeometryCacheTest.CorruptState
[       OK ] AppWindowGeometryCacheTest.CorruptState (3 ms)
[193/836] AppWindowGeometryCacheTest.CorruptState (3 ms)
[ RUN      ] AppWindowGeometryCacheTest.SaveGeometryAndStateToStore
[       OK ] AppWindowGeometryCacheTest.SaveGeometryAndStateToStore (5 ms)
[194/836] AppWindowGeometryCacheTest.SaveGeometryAndStateToStore (5 ms)
[ RUN      ] AppWindowGeometryCacheTest.NoDuplicateWrites
[       OK ] AppWindowGeometryCacheTest.NoDuplicateWrites (5 ms)
[195/836] AppWindowGeometryCacheTest.NoDuplicateWrites (5 ms)
[ RUN      ] AppWindowGeometryCacheTest.MaxWindows
[       OK ] AppWindowGeometryCacheTest.MaxWindows (6 ms)
[196/836] AppWindowGeometryCacheTest.MaxWindows (6 ms)
[ RUN      ] ComputedHashes.ComputedHashes
[       OK ] ComputedHashes.ComputedHashes (2 ms)
[197/836] ComputedHashes.ComputedHashes (2 ms)
[ RUN      ] ComputedHashes.ComputeHashesForContent
[       OK ] ComputedHashes.ComputeHashesForContent (0 ms)
[198/836] ComputedHashes.ComputeHashesForContent (0 ms)
[ RUN      ] ContentHashTreeTest.HashTreeBasics
[       OK ] ContentHashTreeTest.HashTreeBasics (1 ms)
[199/836] ContentHashTreeTest.HashTreeBasics (1 ms)
[ RUN      ] ContentHashTreeTest.HashTreeMultipleLevels
[       OK ] ContentHashTreeTest.HashTreeMultipleLevels (0 ms)
[200/836] ContentHashTreeTest.HashTreeMultipleLevels (0 ms)
[ RUN      ] IdleTest.QueryLockedActive
[       OK ] IdleTest.QueryLockedActive (33 ms)
[201/836] IdleTest.QueryLockedActive (33 ms)
[ RUN      ] IdleTest.QueryLockedIdle
[       OK ] IdleTest.QueryLockedIdle (3 ms)
[202/836] IdleTest.QueryLockedIdle (3 ms)
[ RUN      ] IdleTest.QueryActive
[       OK ] IdleTest.QueryActive (8 ms)
[203/836] IdleTest.QueryActive (8 ms)
[ RUN      ] IdleTest.QueryIdle
[       OK ] IdleTest.QueryIdle (6 ms)
[204/836] IdleTest.QueryIdle (6 ms)
[ RUN      ] IdleTest.QueryMinThreshold
[       OK ] IdleTest.QueryMinThreshold (113 ms)
[205/836] IdleTest.QueryMinThreshold (113 ms)
[ RUN      ] IdleTest.QueryMaxThreshold
[       OK ] IdleTest.QueryMaxThreshold (332 ms)
[206/836] IdleTest.QueryMaxThreshold (332 ms)
[ RUN      ] IdleTest.ActiveToIdle
[       OK ] IdleTest.ActiveToIdle (20 ms)
[207/836] IdleTest.ActiveToIdle (20 ms)
[ RUN      ] IdleTest.ActiveToLocked
[       OK ] IdleTest.ActiveToLocked (4 ms)
[208/836] IdleTest.ActiveToLocked (4 ms)
[ RUN      ] IdleTest.IdleToActive
[       OK ] IdleTest.IdleToActive (4 ms)
[209/836] IdleTest.IdleToActive (4 ms)
[ RUN      ] IdleTest.IdleToLocked
[       OK ] IdleTest.IdleToLocked (5 ms)
[210/836] IdleTest.IdleToLocked (5 ms)
[ RUN      ] ExtensionSettingsQuotaTest.QuotaBytesPerSettingWithInitialSettings
[       OK ] ExtensionSettingsQuotaTest.QuotaBytesPerSettingWithInitialSettings (2 ms)
[211/836] ExtensionSettingsQuotaTest.QuotaBytesPerSettingWithInitialSettings (2 ms)
[ RUN      ] ExtensionSettingsQuotaTest.QuotaBytesPerSettingWithInitialSettingsForced
[       OK ] ExtensionSettingsQuotaTest.QuotaBytesPerSettingWithInitialSettingsForced (3 ms)
[212/836] ExtensionSettingsQuotaTest.QuotaBytesPerSettingWithInitialSettingsForced (3 ms)
[ RUN      ] ExtensionSettingsQuotaTest.GetBytesInUse
[       OK ] ExtensionSettingsQuotaTest.GetBytesInUse (0 ms)
[213/836] ExtensionSettingsQuotaTest.GetBytesInUse (0 ms)
[ RUN      ] StorageApiUnittest.RestoreCorruptedStorage
[       OK ] StorageApiUnittest.RestoreCorruptedStorage (253 ms)
[214/836] StorageApiUnittest.RestoreCorruptedStorage (253 ms)
[ RUN      ] ExtensionSettingsFrontendTest.Basics
[       OK ] ExtensionSettingsFrontendTest.Basics (1 ms)
[215/836] ExtensionSettingsFrontendTest.Basics (1 ms)
[ RUN      ] ExtensionSettingsFrontendTest.SettingsPreservedAcrossReconstruction
[       OK ] ExtensionSettingsFrontendTest.SettingsPreservedAcrossReconstruction (30 ms)
[216/836] ExtensionSettingsFrontendTest.SettingsPreservedAcrossReconstruction (30 ms)
[ RUN      ] ExtensionSettingsFrontendTest.SettingsClearedOnUninstall
[       OK ] ExtensionSettingsFrontendTest.SettingsClearedOnUninstall (33 ms)
[217/836] ExtensionSettingsFrontendTest.SettingsClearedOnUninstall (33 ms)
[ RUN      ] ExtensionSettingsFrontendTest.LeveldbDatabaseDeletedFromDiskOnClear
[       OK ] ExtensionSettingsFrontendTest.LeveldbDatabaseDeletedFromDiskOnClear (11 ms)
[218/836] ExtensionSettingsFrontendTest.LeveldbDatabaseDeletedFromDiskOnClear (11 ms)
[ RUN      ] WebRequestFormDataParserTest.Parsing
[       OK ] WebRequestFormDataParserTest.Parsing (11 ms)
[219/836] WebRequestFormDataParserTest.Parsing (11 ms)
[ RUN      ] WebRequestFormDataParserTest.MalformedPayload
[       OK ] WebRequestFormDataParserTest.MalformedPayload (2 ms)
[220/836] WebRequestFormDataParserTest.MalformedPayload (2 ms)
[ RUN      ] ExtensionPrefValueMapTest.SetAndGetPrefValueIncognito
[       OK ] ExtensionPrefValueMapTest.SetAndGetPrefValueIncognito (1 ms)
[221/836] ExtensionPrefValueMapTest.SetAndGetPrefValueIncognito (1 ms)
[ RUN      ] ExtensionPrefValueMapTest.UninstallOnlyExtension
[       OK ] ExtensionPrefValueMapTest.UninstallOnlyExtension (0 ms)
[222/836] ExtensionPrefValueMapTest.UninstallOnlyExtension (0 ms)
[ RUN      ] ExtensionPrefValueMapTest.UninstallIrrelevantExtension
[       OK ] ExtensionPrefValueMapTest.UninstallIrrelevantExtension (0 ms)
[223/836] ExtensionPrefValueMapTest.UninstallIrrelevantExtension (0 ms)
[ RUN      ] ExtensionPrefValueMapTest.UninstallExtensionFromTop
[       OK ] ExtensionPrefValueMapTest.UninstallExtensionFromTop (0 ms)
[224/836] ExtensionPrefValueMapTest.UninstallExtensionFromTop (0 ms)
[ RUN      ] ExtensionPrefValueMapTest.UninstallExtensionFromMiddle
[       OK ] ExtensionPrefValueMapTest.UninstallExtensionFromMiddle (0 ms)
[225/836] ExtensionPrefValueMapTest.UninstallExtensionFromMiddle (0 ms)
[ RUN      ] ExtensionPrefValueMapTest.NotifyWhenNeeded
[       OK ] ExtensionPrefValueMapTest.NotifyWhenNeeded (3 ms)
[226/836] ExtensionPrefValueMapTest.NotifyWhenNeeded (3 ms)
[ RUN      ] ExtensionPrefValueMapTest.DisableExt
[       OK ] ExtensionPrefValueMapTest.DisableExt (0 ms)
[227/836] ExtensionPrefValueMapTest.DisableExt (0 ms)
[ RUN      ] ExtensionPrefValueMapTest.ReenableExt
[       OK ] ExtensionPrefValueMapTest.ReenableExt (0 ms)
[228/836] ExtensionPrefValueMapTest.ReenableExt (0 ms)
[ RUN      ] ExtensionRegistryTest.FillAndClearRegistry
[       OK ] ExtensionRegistryTest.FillAndClearRegistry (52 ms)
[229/836] ExtensionRegistryTest.FillAndClearRegistry (52 ms)
[ RUN      ] ExtensionRegistryTest.AddAndRemoveExtensionFromRegistry
[       OK ] ExtensionRegistryTest.AddAndRemoveExtensionFromRegistry (3 ms)
[230/836] ExtensionRegistryTest.AddAndRemoveExtensionFromRegistry (3 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.AddOneHost
[       OK ] LoadMonitoringExtensionHostQueueTest.AddOneHost (1 ms)
[231/836] LoadMonitoringExtensionHostQueueTest.AddOneHost (1 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.AddAndRemoveOneHost
[       OK ] LoadMonitoringExtensionHostQueueTest.AddAndRemoveOneHost (1 ms)
[232/836] LoadMonitoringExtensionHostQueueTest.AddAndRemoveOneHost (1 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.AddAndStartOneHost
[       OK ] LoadMonitoringExtensionHostQueueTest.AddAndStartOneHost (1 ms)
[233/836] LoadMonitoringExtensionHostQueueTest.AddAndStartOneHost (1 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.AddAndDestroyOneHost
[       OK ] LoadMonitoringExtensionHostQueueTest.AddAndDestroyOneHost (0 ms)
[234/836] LoadMonitoringExtensionHostQueueTest.AddAndDestroyOneHost (0 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.AddAndStartAndStopOneHost
[       OK ] LoadMonitoringExtensionHostQueueTest.AddAndStartAndStopOneHost (0 ms)
[235/836] LoadMonitoringExtensionHostQueueTest.AddAndStartAndStopOneHost (0 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.AddAndStartAndStopOneHostTwice
[       OK ] LoadMonitoringExtensionHostQueueTest.AddAndStartAndStopOneHostTwice (1 ms)
[236/836] LoadMonitoringExtensionHostQueueTest.AddAndStartAndStopOneHostTwice (1 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.AddAndStartAndDestroyOneHost
[       OK ] LoadMonitoringExtensionHostQueueTest.AddAndStartAndDestroyOneHost (1 ms)
[237/836] LoadMonitoringExtensionHostQueueTest.AddAndStartAndDestroyOneHost (1 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.AddAndStartAndRemoveOneHost
[       OK ] LoadMonitoringExtensionHostQueueTest.AddAndStartAndRemoveOneHost (1 ms)
[238/836] LoadMonitoringExtensionHostQueueTest.AddAndStartAndRemoveOneHost (1 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.Sequence
[       OK ] LoadMonitoringExtensionHostQueueTest.Sequence (1 ms)
[239/836] LoadMonitoringExtensionHostQueueTest.Sequence (1 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.ObserverLifetime
[       OK ] LoadMonitoringExtensionHostQueueTest.ObserverLifetime (1 ms)
[240/836] LoadMonitoringExtensionHostQueueTest.ObserverLifetime (1 ms)
[ RUN      ] StashServiceTest.StashAndRetrieveHandles
[       OK ] StashServiceTest.StashAndRetrieveHandles (3 ms)
[241/836] StashServiceTest.StashAndRetrieveHandles (3 ms)
[ RUN      ] StashServiceTest.RetrieveWithoutStashing
[       OK ] StashServiceTest.RetrieveWithoutStashing (1 ms)
[242/836] StashServiceTest.RetrieveWithoutStashing (1 ms)
[ RUN      ] StashServiceTest.NotifyOnReadableHandle
[       OK ] StashServiceTest.NotifyOnReadableHandle (2 ms)
[243/836] StashServiceTest.NotifyOnReadableHandle (2 ms)
[ RUN      ] StashServiceTest.NotifyOnReadableDataPipeHandle
[       OK ] StashServiceTest.NotifyOnReadableDataPipeHandle (1 ms)
[244/836] StashServiceTest.NotifyOnReadableDataPipeHandle (1 ms)
[ RUN      ] StashServiceTest.NotifyOncePerStashOnReadableHandles
[       OK ] StashServiceTest.NotifyOncePerStashOnReadableHandles (4 ms)
[245/836] StashServiceTest.NotifyOncePerStashOnReadableHandles (4 ms)
[ RUN      ] StashServiceTest.ServiceWithDeletedBackend
[       OK ] StashServiceTest.ServiceWithDeletedBackend (1 ms)
[246/836] StashServiceTest.ServiceWithDeletedBackend (1 ms)
[ RUN      ] ProcessManagerTest.ExtensionNotificationRegistration
[       OK ] ProcessManagerTest.ExtensionNotificationRegistration (2 ms)
[247/836] ProcessManagerTest.ExtensionNotificationRegistration (2 ms)
[ RUN      ] ProcessManagerTest.CreateBackgroundHostsOnExtensionsReady
[       OK ] ProcessManagerTest.CreateBackgroundHostsOnExtensionsReady (1 ms)
[248/836] ProcessManagerTest.CreateBackgroundHostsOnExtensionsReady (1 ms)
[ RUN      ] ProcessManagerTest.CreateBackgroundHostsExplicitly
[       OK ] ProcessManagerTest.CreateBackgroundHostsExplicitly (1 ms)
[249/836] ProcessManagerTest.CreateBackgroundHostsExplicitly (1 ms)
[ RUN      ] ProcessManagerTest.CreateBackgroundHostsDeferred
[       OK ] ProcessManagerTest.CreateBackgroundHostsDeferred (1 ms)
[250/836] ProcessManagerTest.CreateBackgroundHostsDeferred (1 ms)
[ RUN      ] ProcessManagerTest.IsBackgroundHostAllowed
[       OK ] ProcessManagerTest.IsBackgroundHostAllowed (3 ms)
[251/836] ProcessManagerTest.IsBackgroundHostAllowed (3 ms)
[ RUN      ] ProcessManagerTest.ProcessGrouping
[       OK ] ProcessManagerTest.ProcessGrouping (3 ms)
[252/836] ProcessManagerTest.ProcessGrouping (3 ms)
[ RUN      ] ExtensionProcessMapTest.Test
[       OK ] ExtensionProcessMapTest.Test (0 ms)
[253/836] ExtensionProcessMapTest.Test (0 ms)
[ RUN      ] QuotaLimitHeuristicTest.Timed
[       OK ] QuotaLimitHeuristicTest.Timed (0 ms)
[254/836] QuotaLimitHeuristicTest.Timed (0 ms)
[ RUN      ] QuotaServiceTest.NoHeuristic
[       OK ] QuotaServiceTest.NoHeuristic (0 ms)
[255/836] QuotaServiceTest.NoHeuristic (0 ms)
[ RUN      ] QuotaServiceTest.FrozenHeuristic
[       OK ] QuotaServiceTest.FrozenHeuristic (0 ms)
[256/836] QuotaServiceTest.FrozenHeuristic (0 ms)
[ RUN      ] QuotaServiceTest.SingleHeuristic
[       OK ] QuotaServiceTest.SingleHeuristic (0 ms)
[257/836] QuotaServiceTest.SingleHeuristic (0 ms)
[ RUN      ] QuotaServiceTest.MultipleFunctionsDontInterfere
[       OK ] QuotaServiceTest.MultipleFunctionsDontInterfere (0 ms)
[258/836] QuotaServiceTest.MultipleFunctionsDontInterfere (0 ms)
[ RUN      ] QuotaServiceTest.ViolatorsWillBeForgiven
[       OK ] QuotaServiceTest.ViolatorsWillBeForgiven (0 ms)
[259/836] QuotaServiceTest.ViolatorsWillBeForgiven (0 ms)
[ RUN      ] RuntimeDataTest.IsBackgroundPageReady
[       OK ] RuntimeDataTest.IsBackgroundPageReady (52 ms)
[260/836] RuntimeDataTest.IsBackgroundPageReady (52 ms)
[ RUN      ] ExtensionThrottleEntryTest.CanThrottleRequest
[       OK ] ExtensionThrottleEntryTest.CanThrottleRequest (99 ms)
[261/836] ExtensionThrottleEntryTest.CanThrottleRequest (99 ms)
[ RUN      ] ExtensionThrottleEntryTest.InterfaceDuringExponentialBackoff
[       OK ] ExtensionThrottleEntryTest.InterfaceDuringExponentialBackoff (2 ms)
[262/836] ExtensionThrottleEntryTest.InterfaceDuringExponentialBackoff (2 ms)
[ RUN      ] ExtensionThrottleEntryTest.InterfaceNotDuringExponentialBackoff
[       OK ] ExtensionThrottleEntryTest.InterfaceNotDuringExponentialBackoff (0 ms)
[263/836] ExtensionThrottleEntryTest.InterfaceNotDuringExponentialBackoff (0 ms)
[ RUN      ] ExtensionThrottleEntryTest.InterfaceUpdateFailure
[       OK ] ExtensionThrottleEntryTest.InterfaceUpdateFailure (1 ms)
[264/836] ExtensionThrottleEntryTest.InterfaceUpdateFailure (1 ms)
[ RUN      ] ExtensionThrottleEntryTest.InterfaceUpdateSuccess
[       OK ] ExtensionThrottleEntryTest.InterfaceUpdateSuccess (1 ms)
[265/836] ExtensionThrottleEntryTest.InterfaceUpdateSuccess (1 ms)
[ RUN      ] ExtensionThrottleEntryTest.InterfaceUpdateSuccessThenFailure
[       OK ] ExtensionThrottleEntryTest.InterfaceUpdateSuccessThenFailure (0 ms)
[266/836] ExtensionThrottleEntryTest.InterfaceUpdateSuccessThenFailure (0 ms)
[ RUN      ] ExtensionThrottleEntryTest.IsEntryReallyOutdated
[       OK ] ExtensionThrottleEntryTest.IsEntryReallyOutdated (2 ms)
[267/836] ExtensionThrottleEntryTest.IsEntryReallyOutdated (2 ms)
[ RUN      ] ExtensionThrottleEntryTest.MaxAllowedBackoff
[       OK ] ExtensionThrottleEntryTest.MaxAllowedBackoff (0 ms)
[268/836] ExtensionThrottleEntryTest.MaxAllowedBackoff (0 ms)
[ RUN      ] ExtensionThrottleEntryTest.MalformedContent
[       OK ] ExtensionThrottleEntryTest.MalformedContent (1 ms)
[269/836] ExtensionThrottleEntryTest.MalformedContent (1 ms)
[ RUN      ] ExtensionThrottleEntryTest.SlidingWindow
[       OK ] ExtensionThrottleEntryTest.SlidingWindow (0 ms)
[270/836] ExtensionThrottleEntryTest.SlidingWindow (0 ms)
[ RUN      ] ManagementPolicyTest.RegisterAndUnregister
[       OK ] ManagementPolicyTest.RegisterAndUnregister (0 ms)
[271/836] ManagementPolicyTest.RegisterAndUnregister (0 ms)
[ RUN      ] ManagementPolicyTest.UserMayLoad
[       OK ] ManagementPolicyTest.UserMayLoad (0 ms)
[272/836] ManagementPolicyTest.UserMayLoad (0 ms)
[ RUN      ] ManagementPolicyTest.UserMayModifySettings
[       OK ] ManagementPolicyTest.UserMayModifySettings (0 ms)
[273/836] ManagementPolicyTest.UserMayModifySettings (0 ms)
[ RUN      ] ManagementPolicyTest.MustRemainEnabled
[       OK ] ManagementPolicyTest.MustRemainEnabled (0 ms)
[274/836] ManagementPolicyTest.MustRemainEnabled (0 ms)
[ RUN      ] ManagementPolicyTest.MustRemainDisabled
[       OK ] ManagementPolicyTest.MustRemainDisabled (0 ms)
[275/836] ManagementPolicyTest.MustRemainDisabled (0 ms)
[ RUN      ] ManagementPolicyTest.MustRemainInstalled
[       OK ] ManagementPolicyTest.MustRemainInstalled (0 ms)
[276/836] ManagementPolicyTest.MustRemainInstalled (0 ms)
[ RUN      ] ManagementPolicyTest.ErrorHandling
[       OK ] ManagementPolicyTest.ErrorHandling (1 ms)
[277/836] ManagementPolicyTest.ErrorHandling (1 ms)
[ RUN      ] KeepAliveTest.Basic
[       OK ] KeepAliveTest.Basic (527 ms)
[278/836] KeepAliveTest.Basic (527 ms)
[ RUN      ] KeepAliveTest.TwoKeepAlives
[       OK ] KeepAliveTest.TwoKeepAlives (5 ms)
[279/836] KeepAliveTest.TwoKeepAlives (5 ms)
[ RUN      ] StashServiceTest.AddTwiceAndRetrieve
[       OK ] StashServiceTest.AddTwiceAndRetrieve (1 ms)
[280/836] StashServiceTest.AddTwiceAndRetrieve (1 ms)
[ RUN      ] ExtensionThrottleEntryTest.ExplicitUserRequest
[       OK ] ExtensionThrottleEntryTest.ExplicitUserRequest (90 ms)
[281/836] ExtensionThrottleEntryTest.ExplicitUserRequest (90 ms)
[ RUN      ] ExtensionThrottleManagerTest.IsUrlStandardised
[       OK ] ExtensionThrottleManagerTest.IsUrlStandardised (1 ms)
[282/836] ExtensionThrottleManagerTest.IsUrlStandardised (1 ms)
[ RUN      ] ExtensionThrottleManagerTest.AreEntriesBeingCollected
[       OK ] ExtensionThrottleManagerTest.AreEntriesBeingCollected (0 ms)
[283/836] ExtensionThrottleManagerTest.AreEntriesBeingCollected (0 ms)
[ RUN      ] ExtensionThrottleManagerTest.IsHostBeingRegistered
[       OK ] ExtensionThrottleManagerTest.IsHostBeingRegistered (0 ms)
[284/836] ExtensionThrottleManagerTest.IsHostBeingRegistered (0 ms)
[ RUN      ] ExtensionThrottleManagerTest.LocalHostOptedOut
[       OK ] ExtensionThrottleManagerTest.LocalHostOptedOut (0 ms)
[285/836] ExtensionThrottleManagerTest.LocalHostOptedOut (0 ms)
[ RUN      ] ExtensionThrottleManagerTest.ClearOnNetworkChange
[       OK ] ExtensionThrottleManagerTest.ClearOnNetworkChange (1 ms)
[286/836] ExtensionThrottleManagerTest.ClearOnNetworkChange (1 ms)
[ RUN      ] LeveldbValueStoreUnitTest.RestoreKeyTest
[       OK ] LeveldbValueStoreUnitTest.RestoreKeyTest (9 ms)
[287/836] LeveldbValueStoreUnitTest.RestoreKeyTest (9 ms)
[ RUN      ] LeveldbValueStoreUnitTest.RestoreDoesMinimumNecessary
[       OK ] LeveldbValueStoreUnitTest.RestoreDoesMinimumNecessary (6 ms)
[288/836] LeveldbValueStoreUnitTest.RestoreDoesMinimumNecessary (6 ms)
[ RUN      ] LeveldbValueStoreUnitTest.RestoreFullDatabase
[       OK ] LeveldbValueStoreUnitTest.RestoreFullDatabase (12 ms)
[289/836] LeveldbValueStoreUnitTest.RestoreFullDatabase (12 ms)
[ RUN      ] ValueStoreChangeTest.NullOldValue
[       OK ] ValueStoreChangeTest.NullOldValue (0 ms)
[290/836] ValueStoreChangeTest.NullOldValue (0 ms)
[ RUN      ] ValueStoreChangeTest.NullNewValue
[       OK ] ValueStoreChangeTest.NullNewValue (0 ms)
[291/836] ValueStoreChangeTest.NullNewValue (0 ms)
[ RUN      ] ValueStoreChangeTest.NonNullValues
[       OK ] ValueStoreChangeTest.NonNullValues (0 ms)
[292/836] ValueStoreChangeTest.NonNullValues (0 ms)
[ RUN      ] ValueStoreChangeTest.ToJson
[       OK ] ValueStoreChangeTest.ToJson (1 ms)
[293/836] ValueStoreChangeTest.ToJson (1 ms)
[ RUN      ] ValueStoreFrontendTest.GetExistingData
[       OK ] ValueStoreFrontendTest.GetExistingData (7 ms)
[294/836] ValueStoreFrontendTest.GetExistingData (7 ms)
[ RUN      ] ValueStoreFrontendTest.ChangesPersistAfterReload
[       OK ] ValueStoreFrontendTest.ChangesPersistAfterReload (9 ms)
[295/836] ValueStoreFrontendTest.ChangesPersistAfterReload (9 ms)
[ RUN      ] VerifiedContents.Simple
[       OK ] VerifiedContents.Simple (87 ms)
[296/836] VerifiedContents.Simple (87 ms)
[ RUN      ] WarningServiceTest.SetWarning
[       OK ] WarningServiceTest.SetWarning (1 ms)
[297/836] WarningServiceTest.SetWarning (1 ms)
[ RUN      ] WarningServiceTest.ClearWarnings
[       OK ] WarningServiceTest.ClearWarnings (1 ms)
[298/836] WarningServiceTest.ClearWarnings (1 ms)
[ RUN      ] DeclarativeManifestTest.Valid
[       OK ] DeclarativeManifestTest.Valid (19 ms)
[299/836] DeclarativeManifestTest.Valid (19 ms)
[ RUN      ] DeclarativeManifestTest.ConditionMissingType
[       OK ] DeclarativeManifestTest.ConditionMissingType (2 ms)
[300/836] DeclarativeManifestTest.ConditionMissingType (2 ms)
[ RUN      ] DeclarativeManifestTest.ConditionNotDictionary
[       OK ] DeclarativeManifestTest.ConditionNotDictionary (19 ms)
[301/836] DeclarativeManifestTest.ConditionNotDictionary (19 ms)
[ RUN      ] DeclarativeManifestTest.ActionMissingType
[       OK ] DeclarativeManifestTest.ActionMissingType (2 ms)
[302/836] DeclarativeManifestTest.ActionMissingType (2 ms)
[ RUN      ] DeclarativeManifestTest.ActionNotDictionary
[       OK ] DeclarativeManifestTest.ActionNotDictionary (1 ms)
[303/836] DeclarativeManifestTest.ActionNotDictionary (1 ms)
[ RUN      ] DeclarativeManifestTest.EventRulesNotList
[       OK ] DeclarativeManifestTest.EventRulesNotList (2 ms)
[304/836] DeclarativeManifestTest.EventRulesNotList (2 ms)
[ RUN      ] DeclarativeManifestTest.EventRuleNotDictionary
[       OK ] DeclarativeManifestTest.EventRuleNotDictionary (2 ms)
[305/836] DeclarativeManifestTest.EventRuleNotDictionary (2 ms)
[ RUN      ] DeclarativeManifestTest.EventMissingFromRule
[       OK ] DeclarativeManifestTest.EventMissingFromRule (2 ms)
[306/836] DeclarativeManifestTest.EventMissingFromRule (2 ms)
[ RUN      ] DeclarativeManifestTest.RuleFailedToPopulate
[       OK ] DeclarativeManifestTest.RuleFailedToPopulate (2 ms)
[307/836] DeclarativeManifestTest.RuleFailedToPopulate (2 ms)
[ RUN      ] UsbPrinterManifestTest.Filters
[       OK ] UsbPrinterManifestTest.Filters (3 ms)
[308/836] UsbPrinterManifestTest.Filters (3 ms)
[ RUN      ] UsbPrinterManifestTest.InvalidFilter
[       OK ] UsbPrinterManifestTest.InvalidFilter (3 ms)
[309/836] UsbPrinterManifestTest.InvalidFilter (3 ms)
[ RUN      ] SocketsManifestPermissionTest.Empty
[       OK ] SocketsManifestPermissionTest.Empty (0 ms)
[310/836] SocketsManifestPermissionTest.Empty (0 ms)
[ RUN      ] SocketsManifestPermissionTest.JSONFormats
[       OK ] SocketsManifestPermissionTest.JSONFormats (2 ms)
[311/836] SocketsManifestPermissionTest.JSONFormats (2 ms)
[ RUN      ] SocketsManifestPermissionTest.FromToValue
[       OK ] SocketsManifestPermissionTest.FromToValue (2 ms)
[312/836] SocketsManifestPermissionTest.FromToValue (2 ms)
[ RUN      ] SocketsManifestPermissionTest.SetOperations
[       OK ] SocketsManifestPermissionTest.SetOperations (1 ms)
[313/836] SocketsManifestPermissionTest.SetOperations (1 ms)
[ RUN      ] SocketsManifestPermissionTest.IPC
[       OK ] SocketsManifestPermissionTest.IPC (1 ms)
[314/836] SocketsManifestPermissionTest.IPC (1 ms)
[ RUN      ] ExtensionCSPValidator.IsLegal
[       OK ] ExtensionCSPValidator.IsLegal (0 ms)
[315/836] ExtensionCSPValidator.IsLegal (0 ms)
[ RUN      ] ExtensionCSPValidator.IsSecure
[       OK ] ExtensionCSPValidator.IsSecure (4 ms)
[316/836] ExtensionCSPValidator.IsSecure (4 ms)
[ RUN      ] ExtensionCSPValidator.IsSandboxed
[       OK ] ExtensionCSPValidator.IsSandboxed (0 ms)
[317/836] ExtensionCSPValidator.IsSandboxed (0 ms)
[ RUN      ] EventFilterUnittest.NoMatchersMatchIfEmpty
[       OK ] EventFilterUnittest.NoMatchersMatchIfEmpty (0 ms)
[318/836] EventFilterUnittest.NoMatchersMatchIfEmpty (0 ms)
[ RUN      ] EventFilterUnittest.AddingEventMatcherDoesntCrash
[       OK ] EventFilterUnittest.AddingEventMatcherDoesntCrash (0 ms)
[319/836] EventFilterUnittest.AddingEventMatcherDoesntCrash (0 ms)
[ RUN      ] EventFilterUnittest.DontMatchAgainstMatchersForDifferentEvents
[       OK ] EventFilterUnittest.DontMatchAgainstMatchersForDifferentEvents (0 ms)
[320/836] EventFilterUnittest.DontMatchAgainstMatchersForDifferentEvents (0 ms)
[ RUN      ] EventFilterUnittest.DoMatchAgainstMatchersForSameEvent
[       OK ] EventFilterUnittest.DoMatchAgainstMatchersForSameEvent (1 ms)
[321/836] EventFilterUnittest.DoMatchAgainstMatchersForSameEvent (1 ms)
[ RUN      ] EventFilterUnittest.DontMatchUnlessMatcherMatches
[       OK ] EventFilterUnittest.DontMatchUnlessMatcherMatches (0 ms)
[322/836] EventFilterUnittest.DontMatchUnlessMatcherMatches (0 ms)
[ RUN      ] EventFilterUnittest.RemovingAnEventMatcherStopsItMatching
[       OK ] EventFilterUnittest.RemovingAnEventMatcherStopsItMatching (0 ms)
[323/836] EventFilterUnittest.RemovingAnEventMatcherStopsItMatching (0 ms)
[ RUN      ] EventFilterUnittest.MultipleEventMatches
[       OK ] EventFilterUnittest.MultipleEventMatches (0 ms)
[324/836] EventFilterUnittest.MultipleEventMatches (0 ms)
[ RUN      ] EventFilterUnittest.TestURLMatching
[       OK ] EventFilterUnittest.TestURLMatching (0 ms)
[325/836] EventFilterUnittest.TestURLMatching (0 ms)
[ RUN      ] EventFilterUnittest.TestMultipleURLFiltersMatchOnAny
[       OK ] EventFilterUnittest.TestMultipleURLFiltersMatchOnAny (1 ms)
[326/836] EventFilterUnittest.TestMultipleURLFiltersMatchOnAny (1 ms)
[ RUN      ] EventFilterUnittest.TestStillMatchesAfterRemoval
[       OK ] EventFilterUnittest.TestStillMatchesAfterRemoval (0 ms)
[327/836] EventFilterUnittest.TestStillMatchesAfterRemoval (0 ms)
[ RUN      ] EventFilterUnittest.TestMatchesOnlyAgainstPatternsForCorrectEvent
[       OK ] EventFilterUnittest.TestMatchesOnlyAgainstPatternsForCorrectEvent (0 ms)
[328/836] EventFilterUnittest.TestMatchesOnlyAgainstPatternsForCorrectEvent (0 ms)
[ RUN      ] EventFilterUnittest.TestGetMatcherCountForEvent
[       OK ] EventFilterUnittest.TestGetMatcherCountForEvent (0 ms)
[329/836] EventFilterUnittest.TestGetMatcherCountForEvent (0 ms)
[ RUN      ] EventFilterUnittest.RemoveEventMatcherReturnsEventName
[       OK ] EventFilterUnittest.RemoveEventMatcherReturnsEventName (0 ms)
[330/836] EventFilterUnittest.RemoveEventMatcherReturnsEventName (0 ms)
[ RUN      ] EventFilterUnittest.InvalidURLFilterCantBeAdded
[       OK ] EventFilterUnittest.InvalidURLFilterCantBeAdded (0 ms)
[331/836] EventFilterUnittest.InvalidURLFilterCantBeAdded (0 ms)
[ RUN      ] EventFilterUnittest.EmptyListOfURLFiltersMatchesAllURLs
[       OK ] EventFilterUnittest.EmptyListOfURLFiltersMatchesAllURLs (0 ms)
[332/836] EventFilterUnittest.EmptyListOfURLFiltersMatchesAllURLs (0 ms)
[ RUN      ] EventFilterUnittest.InternalURLMatcherShouldBeEmptyWhenThereAreNoEventMatchers
[       OK ] EventFilterUnittest.InternalURLMatcherShouldBeEmptyWhenThereAreNoEventMatchers (1 ms)
[333/836] EventFilterUnittest.InternalURLMatcherShouldBeEmptyWhenThereAreNoEventMatchers (1 ms)
[ RUN      ] EventFilterUnittest.EmptyURLsShouldBeMatchedByEmptyURLFilters
[       OK ] EventFilterUnittest.EmptyURLsShouldBeMatchedByEmptyURLFilters (0 ms)
[334/836] EventFilterUnittest.EmptyURLsShouldBeMatchedByEmptyURLFilters (0 ms)
[ RUN      ] EventFilterUnittest.EmptyURLsShouldBeMatchedByEmptyURLFiltersWithAnEmptyItem
[       OK ] EventFilterUnittest.EmptyURLsShouldBeMatchedByEmptyURLFiltersWithAnEmptyItem (0 ms)
[335/836] EventFilterUnittest.EmptyURLsShouldBeMatchedByEmptyURLFiltersWithAnEmptyItem (0 ms)
[ RUN      ] ExtensionL10nUtil.ValidateLocalesWithBadLocale
[       OK ] ExtensionL10nUtil.ValidateLocalesWithBadLocale (19 ms)
[336/836] ExtensionL10nUtil.ValidateLocalesWithBadLocale (19 ms)
[ RUN      ] ExtensionL10nUtil.GetValidLocalesEmptyLocaleFolder
[       OK ] ExtensionL10nUtil.GetValidLocalesEmptyLocaleFolder (0 ms)
[337/836] ExtensionL10nUtil.GetValidLocalesEmptyLocaleFolder (0 ms)
[ RUN      ] ExtensionL10nUtil.GetValidLocalesWithValidLocaleNoMessagesFile
[       OK ] ExtensionL10nUtil.GetValidLocalesWithValidLocaleNoMessagesFile (0 ms)
[338/836] ExtensionL10nUtil.GetValidLocalesWithValidLocaleNoMessagesFile (0 ms)
[ RUN      ] ExtensionL10nUtil.GetValidLocalesWithUnsupportedLocale
[       OK ] ExtensionL10nUtil.GetValidLocalesWithUnsupportedLocale (1 ms)
[339/836] ExtensionL10nUtil.GetValidLocalesWithUnsupportedLocale (1 ms)
[ RUN      ] ExtensionL10nUtil.GetValidLocalesWithValidLocalesAndMessagesFile
[       OK ] ExtensionL10nUtil.GetValidLocalesWithValidLocalesAndMessagesFile (1 ms)
[340/836] ExtensionL10nUtil.GetValidLocalesWithValidLocalesAndMessagesFile (1 ms)
[ RUN      ] ExtensionL10nUtil.LoadMessageCatalogsValidFallback
[       OK ] ExtensionL10nUtil.LoadMessageCatalogsValidFallback (20 ms)
[341/836] ExtensionL10nUtil.LoadMessageCatalogsValidFallback (20 ms)
[ RUN      ] ExtensionL10nUtil.LoadMessageCatalogsMissingFiles
[       OK ] ExtensionL10nUtil.LoadMessageCatalogsMissingFiles (1 ms)
[342/836] ExtensionL10nUtil.LoadMessageCatalogsMissingFiles (1 ms)
[ RUN      ] ExtensionL10nUtil.LoadMessageCatalogsBadJSONFormat
[       OK ] ExtensionL10nUtil.LoadMessageCatalogsBadJSONFormat (1 ms)
[343/836] ExtensionL10nUtil.LoadMessageCatalogsBadJSONFormat (1 ms)
[ RUN      ] ExtensionL10nUtil.LoadMessageCatalogsDuplicateKeys
[       OK ] ExtensionL10nUtil.LoadMessageCatalogsDuplicateKeys (2 ms)
[344/836] ExtensionL10nUtil.LoadMessageCatalogsDuplicateKeys (2 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeEmptyManifest
[       OK ] ExtensionL10nUtil.LocalizeEmptyManifest (0 ms)
[345/836] ExtensionL10nUtil.LocalizeEmptyManifest (0 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithoutNameMsgAndEmptyDescription
[       OK ] ExtensionL10nUtil.LocalizeManifestWithoutNameMsgAndEmptyDescription (0 ms)
[346/836] ExtensionL10nUtil.LocalizeManifestWithoutNameMsgAndEmptyDescription (0 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithNameMsgAndEmptyDescription
[       OK ] ExtensionL10nUtil.LocalizeManifestWithNameMsgAndEmptyDescription (1 ms)
[347/836] ExtensionL10nUtil.LocalizeManifestWithNameMsgAndEmptyDescription (1 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithLocalLaunchURL
[       OK ] ExtensionL10nUtil.LocalizeManifestWithLocalLaunchURL (0 ms)
[348/836] ExtensionL10nUtil.LocalizeManifestWithLocalLaunchURL (0 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithHostedLaunchURL
[       OK ] ExtensionL10nUtil.LocalizeManifestWithHostedLaunchURL (1 ms)
[349/836] ExtensionL10nUtil.LocalizeManifestWithHostedLaunchURL (1 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithBadNameMsg
[       OK ] ExtensionL10nUtil.LocalizeManifestWithBadNameMsg (0 ms)
[350/836] ExtensionL10nUtil.LocalizeManifestWithBadNameMsg (0 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionDefaultTitleMsgs
[       OK ] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionDefaultTitleMsgs (1 ms)
[351/836] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionDefaultTitleMsgs (1 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionOmniboxMsgs
[       OK ] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionOmniboxMsgs (1 ms)
[352/836] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionOmniboxMsgs (1 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionFileHandlerTitle
[       OK ] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionFileHandlerTitle (0 ms)
[353/836] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionFileHandlerTitle (0 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionCommandDescription
[       OK ] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionCommandDescription (0 ms)
[354/836] ExtensionL10nUtil.LocalizeManifestWithNameDescriptionCommandDescription (0 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithShortName
[       OK ] ExtensionL10nUtil.LocalizeManifestWithShortName (1 ms)
[355/836] ExtensionL10nUtil.LocalizeManifestWithShortName (1 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithBadShortName
[       OK ] ExtensionL10nUtil.LocalizeManifestWithBadShortName (0 ms)
[356/836] ExtensionL10nUtil.LocalizeManifestWithBadShortName (0 ms)
[ RUN      ] ExtensionL10nUtil.LocalizeManifestWithSearchProviderMsgs
[       OK ] ExtensionL10nUtil.LocalizeManifestWithSearchProviderMsgs (1 ms)
[357/836] ExtensionL10nUtil.LocalizeManifestWithSearchProviderMsgs (1 ms)
[ RUN      ] ExtensionL10nUtil.ShouldRelocalizeManifestWithNullManifest
[       OK ] ExtensionL10nUtil.ShouldRelocalizeManifestWithNullManifest (0 ms)
[358/836] ExtensionL10nUtil.ShouldRelocalizeManifestWithNullManifest (0 ms)
[ RUN      ] ExtensionL10nUtil.ShouldRelocalizeManifestEmptyManifest
[       OK ] ExtensionL10nUtil.ShouldRelocalizeManifestEmptyManifest (0 ms)
[359/836] ExtensionL10nUtil.ShouldRelocalizeManifestEmptyManifest (0 ms)
[ RUN      ] ExtensionL10nUtil.ShouldRelocalizeManifestWithDefaultLocale
[       OK ] ExtensionL10nUtil.ShouldRelocalizeManifestWithDefaultLocale (0 ms)
[360/836] ExtensionL10nUtil.ShouldRelocalizeManifestWithDefaultLocale (0 ms)
[ RUN      ] ExtensionRegistryTest.AddExtensionToRegistryTwice
[       OK ] ExtensionRegistryTest.AddExtensionToRegistryTwice (44 ms)
[361/836] ExtensionRegistryTest.AddExtensionToRegistryTwice (44 ms)
[ RUN      ] ExtensionRegistryTest.GetExtensionById
[       OK ] ExtensionRegistryTest.GetExtensionById (7 ms)
[362/836] ExtensionRegistryTest.GetExtensionById (7 ms)
[ RUN      ] ExtensionRegistryTest.Observer
[       OK ] ExtensionRegistryTest.Observer (2 ms)
[363/836] ExtensionRegistryTest.Observer (2 ms)
[ RUN      ] ManifestHighlighterUnitTest.ManifestHighlighterUnitTest
[       OK ] ManifestHighlighterUnitTest.ManifestHighlighterUnitTest (1 ms)
[364/836] ManifestHighlighterUnitTest.ManifestHighlighterUnitTest (1 ms)
[ RUN      ] SouceHighlighterUnitTest.SourceHighlighterUnitTest
[       OK ] SouceHighlighterUnitTest.SourceHighlighterUnitTest (0 ms)
[365/836] SouceHighlighterUnitTest.SourceHighlighterUnitTest (0 ms)
[ RUN      ] FileReaderTest.SmallFile
[       OK ] FileReaderTest.SmallFile (4 ms)
[366/836] FileReaderTest.SmallFile (4 ms)
[ RUN      ] FileReaderTest.BiggerFile
[       OK ] FileReaderTest.BiggerFile (19 ms)
[367/836] FileReaderTest.BiggerFile (19 ms)
[ RUN      ] FileReaderTest.NonExistantFile
[       OK ] FileReaderTest.NonExistantFile (1 ms)
[368/836] FileReaderTest.NonExistantFile (1 ms)
[ RUN      ] ImageLoaderTest.LoadImage
[       OK ] ImageLoaderTest.LoadImage (16 ms)
[369/836] ImageLoaderTest.LoadImage (16 ms)
[ RUN      ] ImageLoaderTest.DeleteExtensionWhileWaitingForCache
[       OK ] ImageLoaderTest.DeleteExtensionWhileWaitingForCache (10 ms)
[370/836] ImageLoaderTest.DeleteExtensionWhileWaitingForCache (10 ms)
[ RUN      ] BaseFeatureProviderTest.ManifestFeatureAvailability
[       OK ] BaseFeatureProviderTest.ManifestFeatureAvailability (20 ms)
[371/836] BaseFeatureProviderTest.ManifestFeatureAvailability (20 ms)
[ RUN      ] BaseFeatureProviderTest.PermissionFeatureTypes
[       OK ] BaseFeatureProviderTest.PermissionFeatureTypes (0 ms)
[372/836] BaseFeatureProviderTest.PermissionFeatureTypes (0 ms)
[ RUN      ] BaseFeatureProviderTest.PermissionFeatureAvailability
[       OK ] BaseFeatureProviderTest.PermissionFeatureAvailability (4 ms)
[373/836] BaseFeatureProviderTest.PermissionFeatureAvailability (4 ms)
[ RUN      ] ComplexFeatureTest.MultipleRulesWhitelist
[       OK ] ComplexFeatureTest.MultipleRulesWhitelist (0 ms)
[374/836] ComplexFeatureTest.MultipleRulesWhitelist (0 ms)
[ RUN      ] ComplexFeatureTest.Dependencies
[       OK ] ComplexFeatureTest.Dependencies (1 ms)
[375/836] ComplexFeatureTest.Dependencies (1 ms)
[ RUN      ] SimpleFeatureTest.IsAvailableNullCase
[       OK ] SimpleFeatureTest.IsAvailableNullCase (0 ms)
[376/836] SimpleFeatureTest.IsAvailableNullCase (0 ms)
[ RUN      ] SimpleFeatureTest.Whitelist
[       OK ] SimpleFeatureTest.Whitelist (0 ms)
[377/836] SimpleFeatureTest.Whitelist (0 ms)
[ RUN      ] SimpleFeatureTest.HashedIdWhitelist
[       OK ] SimpleFeatureTest.HashedIdWhitelist (0 ms)
[378/836] SimpleFeatureTest.HashedIdWhitelist (0 ms)
[ RUN      ] SimpleFeatureTest.Blacklist
[       OK ] SimpleFeatureTest.Blacklist (0 ms)
[379/836] SimpleFeatureTest.Blacklist (0 ms)
[ RUN      ] SimpleFeatureTest.HashedIdBlacklist
[       OK ] SimpleFeatureTest.HashedIdBlacklist (0 ms)
[380/836] SimpleFeatureTest.HashedIdBlacklist (0 ms)
[ RUN      ] ExtensionL10nUtil.ShouldRelocalizeManifestWithCurrentLocale
[       OK ] ExtensionL10nUtil.ShouldRelocalizeManifestWithCurrentLocale (0 ms)
[381/836] ExtensionL10nUtil.ShouldRelocalizeManifestWithCurrentLocale (0 ms)
[ RUN      ] ExtensionL10nUtil.ShouldRelocalizeManifestSameCurrentLocale
[       OK ] ExtensionL10nUtil.ShouldRelocalizeManifestSameCurrentLocale (0 ms)
[382/836] ExtensionL10nUtil.ShouldRelocalizeManifestSameCurrentLocale (0 ms)
[ RUN      ] ExtensionL10nUtil.ShouldRelocalizeManifestDifferentCurrentLocale
[       OK ] ExtensionL10nUtil.ShouldRelocalizeManifestDifferentCurrentLocale (0 ms)
[383/836] ExtensionL10nUtil.ShouldRelocalizeManifestDifferentCurrentLocale (0 ms)
[ RUN      ] ExtensionL10nUtil.GetAllFallbackLocales
[       OK ] ExtensionL10nUtil.GetAllFallbackLocales (0 ms)
[384/836] ExtensionL10nUtil.GetAllFallbackLocales (0 ms)
[ RUN      ] ExtensionResourceTest.CreateEmptyResource
[       OK ] ExtensionResourceTest.CreateEmptyResource (0 ms)
[385/836] ExtensionResourceTest.CreateEmptyResource (0 ms)
[ RUN      ] ExtensionResourceTest.CreateWithMissingResourceOnDisk
[       OK ] ExtensionResourceTest.CreateWithMissingResourceOnDisk (0 ms)
[386/836] ExtensionResourceTest.CreateWithMissingResourceOnDisk (0 ms)
[ RUN      ] ExtensionResourceTest.ResourcesOutsideOfPath
[       OK ] ExtensionResourceTest.ResourcesOutsideOfPath (1 ms)
[387/836] ExtensionResourceTest.ResourcesOutsideOfPath (1 ms)
[ RUN      ] ExtensionResourceTest.CreateWithAllResourcesOnDisk
[       OK ] ExtensionResourceTest.CreateWithAllResourcesOnDisk (7 ms)
[388/836] ExtensionResourceTest.CreateWithAllResourcesOnDisk (7 ms)
[ RUN      ] ExtensionSetTest.ExtensionSet
[       OK ] ExtensionSetTest.ExtensionSet (26 ms)
[389/836] ExtensionSetTest.ExtensionSet (26 ms)
[ RUN      ] BaseFeatureProviderTest.ManifestFeatureTypes
[       OK ] BaseFeatureProviderTest.ManifestFeatureTypes (0 ms)
[390/836] BaseFeatureProviderTest.ManifestFeatureTypes (0 ms)
[ RUN      ] RuntimeDataTest.IsBeingUpgraded
[       OK ] RuntimeDataTest.IsBeingUpgraded (21 ms)
[391/836] RuntimeDataTest.IsBeingUpgraded (21 ms)
[ RUN      ] RuntimeDataTest.HasUsedWebRequest
[       OK ] RuntimeDataTest.HasUsedWebRequest (2 ms)
[392/836] RuntimeDataTest.HasUsedWebRequest (2 ms)
[ RUN      ] RuntimeDataTest.OnExtensionUnloaded
[       OK ] RuntimeDataTest.OnExtensionUnloaded (2 ms)
[393/836] RuntimeDataTest.OnExtensionUnloaded (2 ms)
[ RUN      ] SandboxedUnpackerTest.NoCatalogsSuccess
[       OK ] SandboxedUnpackerTest.NoCatalogsSuccess (153 ms)
[394/836] SandboxedUnpackerTest.NoCatalogsSuccess (153 ms)
[ RUN      ] SandboxedUnpackerTest.WithCatalogsSuccess
[       OK ] SandboxedUnpackerTest.WithCatalogsSuccess (44 ms)
[395/836] SandboxedUnpackerTest.WithCatalogsSuccess (44 ms)
[ RUN      ] SandboxedUnpackerTest.FailHashCheck
[25926:25926:0702/225435:7744637313:ERROR:sandboxed_unpacker.cc(449)] Hash check failed for extension: ocnapchkplbmjmpfehjocmjnipfmogkh, expected badhash, got 6fa171c726373785aa4fcd2df448c3db0420a95d5044fbee831f089b979c4068
[       OK ] SandboxedUnpackerTest.FailHashCheck (4 ms)
[396/836] SandboxedUnpackerTest.FailHashCheck (4 ms)
[ RUN      ] SandboxedUnpackerTest.PassHashCheck
[       OK ] SandboxedUnpackerTest.PassHashCheck (20 ms)
[397/836] SandboxedUnpackerTest.PassHashCheck (20 ms)
[ RUN      ] SandboxedUnpackerTest.SkipHashCheck
[       OK ] SandboxedUnpackerTest.SkipHashCheck (22 ms)
[398/836] SandboxedUnpackerTest.SkipHashCheck (22 ms)
[ RUN      ] URLRequestThrottlerSimulation.HelpsInAttack
[       OK ] URLRequestThrottlerSimulation.HelpsInAttack (315 ms)
[399/836] URLRequestThrottlerSimulation.HelpsInAttack (315 ms)
[ RUN      ] URLRequestThrottlerSimulation.PerceivedDowntimeRatio
[       OK ] URLRequestThrottlerSimulation.PerceivedDowntimeRatio (405 ms)
[400/836] URLRequestThrottlerSimulation.PerceivedDowntimeRatio (405 ms)
[ RUN      ] ExtensionIconImageTest.NoResources
[       OK ] ExtensionIconImageTest.NoResources (477 ms)
[401/836] ExtensionIconImageTest.NoResources (477 ms)
[ RUN      ] ExtensionIconImageTest.InvalidResource
[       OK ] ExtensionIconImageTest.InvalidResource (25 ms)
[402/836] ExtensionIconImageTest.InvalidResource (25 ms)
[ RUN      ] ExtensionIconImageTest.LazyDefaultIcon
[       OK ] ExtensionIconImageTest.LazyDefaultIcon (15 ms)
[403/836] ExtensionIconImageTest.LazyDefaultIcon (15 ms)
[ RUN      ] ExtensionIconImageTest.LazyDefaultIcon_AsyncIconImage
[       OK ] ExtensionIconImageTest.LazyDefaultIcon_AsyncIconImage (8 ms)
[404/836] ExtensionIconImageTest.LazyDefaultIcon_AsyncIconImage (8 ms)
[ RUN      ] ExtensionIconImageTest.IconImageDestruction
[       OK ] ExtensionIconImageTest.IconImageDestruction (11 ms)
[405/836] ExtensionIconImageTest.IconImageDestruction (11 ms)
[ RUN      ] ExtensionIconImageTest.ImageCachesNewRepresentations
[       OK ] ExtensionIconImageTest.ImageCachesNewRepresentations (12 ms)
[406/836] ExtensionIconImageTest.ImageCachesNewRepresentations (12 ms)
[ RUN      ] ExtensionPrefValueMapTest.SetAndGetPrefValue
[       OK ] ExtensionPrefValueMapTest.SetAndGetPrefValue (0 ms)
[407/836] ExtensionPrefValueMapTest.SetAndGetPrefValue (0 ms)
[ RUN      ] ExtensionPrefValueMapTest.GetNotSetPrefValue
[       OK ] ExtensionPrefValueMapTest.GetNotSetPrefValue (0 ms)
[408/836] ExtensionPrefValueMapTest.GetNotSetPrefValue (0 ms)
[ RUN      ] ExtensionPrefValueMapTest.Override
[       OK ] ExtensionPrefValueMapTest.Override (0 ms)
[409/836] ExtensionPrefValueMapTest.Override (0 ms)
[ RUN      ] ExtensionPrefValueMapTest.OverrideChecks
[       OK ] ExtensionPrefValueMapTest.OverrideChecks (0 ms)
[410/836] ExtensionPrefValueMapTest.OverrideChecks (0 ms)
[ RUN      ] EventListenerMapTest.HasListenerForEventForURL
[       OK ] EventListenerMapTest.HasListenerForEventForURL (1 ms)
[411/836] EventListenerMapTest.HasListenerForEventForURL (1 ms)
[ RUN      ] EventListenerMapTest.HasListenerForExtension
[       OK ] EventListenerMapTest.HasListenerForExtension (0 ms)
[412/836] EventListenerMapTest.HasListenerForExtension (0 ms)
[ RUN      ] EventListenerMapTest.AddLazyListenersFromPreferences
[       OK ] EventListenerMapTest.AddLazyListenersFromPreferences (2 ms)
[413/836] EventListenerMapTest.AddLazyListenersFromPreferences (2 ms)
[ RUN      ] EventListenerMapTest.CorruptedExtensionPrefsShouldntCrash
[       OK ] EventListenerMapTest.CorruptedExtensionPrefsShouldntCrash (0 ms)
[414/836] EventListenerMapTest.CorruptedExtensionPrefsShouldntCrash (0 ms)
[ RUN      ] EventRouterTest.GetBaseEventName
[       OK ] EventRouterTest.GetBaseEventName (0 ms)
[415/836] EventRouterTest.GetBaseEventName (0 ms)
[ RUN      ] EventRouterTest.EventRouterObserverForExtensions
[       OK ] EventRouterTest.EventRouterObserverForExtensions (1 ms)
[416/836] EventRouterTest.EventRouterObserverForExtensions (1 ms)
[ RUN      ] EventRouterTest.EventRouterObserverForURLs
[       OK ] EventRouterTest.EventRouterObserverForURLs (1 ms)
[417/836] EventRouterTest.EventRouterObserverForURLs (1 ms)
[ RUN      ] ExtensionIconImageTest.Basic
[       OK ] ExtensionIconImageTest.Basic (654 ms)
[418/836] ExtensionIconImageTest.Basic (654 ms)
[ RUN      ] ExtensionIconImageTest.FallbackToSmallerWhenNoBigger
[       OK ] ExtensionIconImageTest.FallbackToSmallerWhenNoBigger (25 ms)
[419/836] ExtensionIconImageTest.FallbackToSmallerWhenNoBigger (25 ms)
[ RUN      ] ExtensionIconImageTest.FallbackToBigger
[       OK ] ExtensionIconImageTest.FallbackToBigger (18 ms)
[420/836] ExtensionIconImageTest.FallbackToBigger (18 ms)
[ RUN      ] SimpleFeatureTest.PackageType
[       OK ] SimpleFeatureTest.PackageType (0 ms)
[421/836] SimpleFeatureTest.PackageType (0 ms)
[ RUN      ] SimpleFeatureTest.Context
[       OK ] SimpleFeatureTest.Context (32 ms)
[422/836] SimpleFeatureTest.Context (32 ms)
[ RUN      ] SimpleFeatureTest.Location
[       OK ] SimpleFeatureTest.Location (0 ms)
[423/836] SimpleFeatureTest.Location (0 ms)
[ RUN      ] SimpleFeatureTest.Platform
[       OK ] SimpleFeatureTest.Platform (0 ms)
[424/836] SimpleFeatureTest.Platform (0 ms)
[ RUN      ] SimpleFeatureTest.ManifestVersion
[       OK ] SimpleFeatureTest.ManifestVersion (0 ms)
[425/836] SimpleFeatureTest.ManifestVersion (0 ms)
[ RUN      ] SimpleFeatureTest.ParseNull
[       OK ] SimpleFeatureTest.ParseNull (0 ms)
[426/836] SimpleFeatureTest.ParseNull (0 ms)
[ RUN      ] SimpleFeatureTest.ParseWhitelist
[       OK ] SimpleFeatureTest.ParseWhitelist (1 ms)
[427/836] SimpleFeatureTest.ParseWhitelist (1 ms)
[ RUN      ] SimpleFeatureTest.ParsePackageTypes
[       OK ] SimpleFeatureTest.ParsePackageTypes (0 ms)
[428/836] SimpleFeatureTest.ParsePackageTypes (0 ms)
[ RUN      ] SimpleFeatureTest.ParseContexts
[       OK ] SimpleFeatureTest.ParseContexts (0 ms)
[429/836] SimpleFeatureTest.ParseContexts (0 ms)
[ RUN      ] SimpleFeatureTest.ParseLocation
[       OK ] SimpleFeatureTest.ParseLocation (1 ms)
[430/836] SimpleFeatureTest.ParseLocation (1 ms)
[ RUN      ] ImageLoaderTest.MultipleImages
[       OK ] ImageLoaderTest.MultipleImages (427 ms)
[431/836] ImageLoaderTest.MultipleImages (427 ms)
[ RUN      ] ImageLoaderTest.LoadImageFamily
[       OK ] ImageLoaderTest.LoadImageFamily (16 ms)
[432/836] ImageLoaderTest.LoadImageFamily (16 ms)
[ RUN      ] InfoMapTest.RefCounting
[       OK ] InfoMapTest.RefCounting (10 ms)
[433/836] InfoMapTest.RefCounting (10 ms)
[ RUN      ] InfoMapTest.Properties
[       OK ] InfoMapTest.Properties (6 ms)
[434/836] InfoMapTest.Properties (6 ms)
[ RUN      ] InfoMapTest.MapUrlToLocalFilePath
[       OK ] InfoMapTest.MapUrlToLocalFilePath (5 ms)
[435/836] InfoMapTest.MapUrlToLocalFilePath (5 ms)
[ RUN      ] LazyBackgroundTaskQueueTest.ShouldEnqueueTask
[       OK ] LazyBackgroundTaskQueueTest.ShouldEnqueueTask (9 ms)
[436/836] LazyBackgroundTaskQueueTest.ShouldEnqueueTask (9 ms)
[ RUN      ] LazyBackgroundTaskQueueTest.AddPendingTask
[       OK ] LazyBackgroundTaskQueueTest.AddPendingTask (8 ms)
[437/836] LazyBackgroundTaskQueueTest.AddPendingTask (8 ms)
[ RUN      ] LazyBackgroundTaskQueueTest.ProcessPendingTasks
[       OK ] LazyBackgroundTaskQueueTest.ProcessPendingTasks (4 ms)
[438/836] LazyBackgroundTaskQueueTest.ProcessPendingTasks (4 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.NeverStarted
[       OK ] LoadMonitoringExtensionHostQueueTest.NeverStarted (1 ms)
[439/836] LoadMonitoringExtensionHostQueueTest.NeverStarted (1 ms)
[ RUN      ] LoadMonitoringExtensionHostQueueTest.NoHosts
[       OK ] LoadMonitoringExtensionHostQueueTest.NoHosts (1 ms)
[440/836] LoadMonitoringExtensionHostQueueTest.NoHosts (1 ms)
[ RUN      ] SimpleFeatureTest.ParsePlatforms
[       OK ] SimpleFeatureTest.ParsePlatforms (1 ms)
[441/836] SimpleFeatureTest.ParsePlatforms (1 ms)
[ RUN      ] SimpleFeatureTest.ParseManifestVersion
[       OK ] SimpleFeatureTest.ParseManifestVersion (0 ms)
[442/836] SimpleFeatureTest.ParseManifestVersion (0 ms)
[ RUN      ] SimpleFeatureTest.Inheritance
[       OK ] SimpleFeatureTest.Inheritance (0 ms)
[443/836] SimpleFeatureTest.Inheritance (0 ms)
[ RUN      ] SimpleFeatureTest.CommandLineSwitch
[       OK ] SimpleFeatureTest.CommandLineSwitch (1 ms)
[444/836] SimpleFeatureTest.CommandLineSwitch (1 ms)
[ RUN      ] SimpleFeatureTest.IsIdInArray
[       OK ] SimpleFeatureTest.IsIdInArray (0 ms)
[445/836] SimpleFeatureTest.IsIdInArray (0 ms)
[ RUN      ] FileUtilTest.InstallUninstallGarbageCollect
[       OK ] FileUtilTest.InstallUninstallGarbageCollect (5 ms)
[446/836] FileUtilTest.InstallUninstallGarbageCollect (5 ms)
[ RUN      ] FileUtilTest.LoadExtensionWithValidLocales
[       OK ] FileUtilTest.LoadExtensionWithValidLocales (63 ms)
[447/836] FileUtilTest.LoadExtensionWithValidLocales (63 ms)
[ RUN      ] FileUtilTest.LoadExtensionWithoutLocalesFolder
[       OK ] FileUtilTest.LoadExtensionWithoutLocalesFolder (6 ms)
[448/836] FileUtilTest.LoadExtensionWithoutLocalesFolder (6 ms)
[ RUN      ] FileUtilTest.CheckIllegalFilenamesNoUnderscores
[       OK ] FileUtilTest.CheckIllegalFilenamesNoUnderscores (1 ms)
[449/836] FileUtilTest.CheckIllegalFilenamesNoUnderscores (1 ms)
[ RUN      ] FileUtilTest.CheckIllegalFilenamesOnlyReserved
[       OK ] FileUtilTest.CheckIllegalFilenamesOnlyReserved (0 ms)
[450/836] FileUtilTest.CheckIllegalFilenamesOnlyReserved (0 ms)
[ RUN      ] FileUtilTest.CheckIllegalFilenamesReservedAndIllegal
[       OK ] FileUtilTest.CheckIllegalFilenamesReservedAndIllegal (1 ms)
[451/836] FileUtilTest.CheckIllegalFilenamesReservedAndIllegal (1 ms)
[ RUN      ] FileUtilTest.LoadExtensionGivesHelpfullErrorOnMissingManifest
[       OK ] FileUtilTest.LoadExtensionGivesHelpfullErrorOnMissingManifest (1 ms)
[452/836] FileUtilTest.LoadExtensionGivesHelpfullErrorOnMissingManifest (1 ms)
[ RUN      ] FileUtilTest.LoadExtensionGivesHelpfullErrorOnBadManifest
[       OK ] FileUtilTest.LoadExtensionGivesHelpfullErrorOnBadManifest (1 ms)
[453/836] FileUtilTest.LoadExtensionGivesHelpfullErrorOnBadManifest (1 ms)
[ RUN      ] FileUtilTest.ValidateThemeUTF8
[       OK ] FileUtilTest.ValidateThemeUTF8 (37 ms)
[454/836] FileUtilTest.ValidateThemeUTF8 (37 ms)
[ RUN      ] FileUtilTest.BackgroundScriptsMustExist
[       OK ] FileUtilTest.BackgroundScriptsMustExist (20 ms)
[455/836] FileUtilTest.BackgroundScriptsMustExist (20 ms)
[ RUN      ] FileUtilTest.FindPrivateKeyFiles
[       OK ] FileUtilTest.FindPrivateKeyFiles (4 ms)
[456/836] FileUtilTest.FindPrivateKeyFiles (4 ms)
[ RUN      ] FileUtilTest.WarnOnPrivateKey
[       OK ] FileUtilTest.WarnOnPrivateKey (12 ms)
[457/836] FileUtilTest.WarnOnPrivateKey (12 ms)
[ RUN      ] FileUtilTest.CheckZeroLengthIconFile
[       OK ] FileUtilTest.CheckZeroLengthIconFile (6 ms)
[458/836] FileUtilTest.CheckZeroLengthIconFile (6 ms)
[ RUN      ] FileUtilTest.ExtensionURLToRelativeFilePath
[       OK ] FileUtilTest.ExtensionURLToRelativeFilePath (0 ms)
[459/836] FileUtilTest.ExtensionURLToRelativeFilePath (0 ms)
[ RUN      ] FileUtilTest.ExtensionResourceURLToFilePath
[       OK ] FileUtilTest.ExtensionResourceURLToFilePath (3 ms)
[460/836] FileUtilTest.ExtensionResourceURLToFilePath (3 ms)
[ RUN      ] ImageUtilTest.ChangeBadgeBackgroundNormalCSS
[       OK ] ImageUtilTest.ChangeBadgeBackgroundNormalCSS (0 ms)
[461/836] ImageUtilTest.ChangeBadgeBackgroundNormalCSS (0 ms)
[ RUN      ] ImageUtilTest.ChangeBadgeBackgroundShortCSS
[       OK ] ImageUtilTest.ChangeBadgeBackgroundShortCSS (0 ms)
[462/836] ImageUtilTest.ChangeBadgeBackgroundShortCSS (0 ms)
[ RUN      ] ImageUtilTest.ChangeBadgeBackgroundCSSNoHash
[       OK ] ImageUtilTest.ChangeBadgeBackgroundCSSNoHash (0 ms)
[463/836] ImageUtilTest.ChangeBadgeBackgroundCSSNoHash (0 ms)
[ RUN      ] ImageUtilTest.ChangeBadgeBackgroundCSSTooShort
[       OK ] ImageUtilTest.ChangeBadgeBackgroundCSSTooShort (0 ms)
[464/836] ImageUtilTest.ChangeBadgeBackgroundCSSTooShort (0 ms)
[ RUN      ] ImageUtilTest.ChangeBadgeBackgroundCSSTooLong
[       OK ] ImageUtilTest.ChangeBadgeBackgroundCSSTooLong (0 ms)
[465/836] ImageUtilTest.ChangeBadgeBackgroundCSSTooLong (0 ms)
[ RUN      ] ImageUtilTest.ChangeBadgeBackgroundCSSInvalid
[       OK ] ImageUtilTest.ChangeBadgeBackgroundCSSInvalid (0 ms)
[466/836] ImageUtilTest.ChangeBadgeBackgroundCSSInvalid (0 ms)
[ RUN      ] ImageUtilTest.ChangeBadgeBackgroundCSSInvalidWithPlus
[       OK ] ImageUtilTest.ChangeBadgeBackgroundCSSInvalidWithPlus (0 ms)
[467/836] ImageUtilTest.ChangeBadgeBackgroundCSSInvalidWithPlus (0 ms)
[ RUN      ] ManifestHandlerTest.DependentHandlers
[       OK ] ManifestHandlerTest.DependentHandlers (41 ms)
[468/836] ManifestHandlerTest.DependentHandlers (41 ms)
[ RUN      ] ManifestHandlerTest.FailingHandlers
[       OK ] ManifestHandlerTest.FailingHandlers (2 ms)
[469/836] ManifestHandlerTest.FailingHandlers (2 ms)
[ RUN      ] ManifestHandlerTest.Validate
[       OK ] ManifestHandlerTest.Validate (1 ms)
[470/836] ManifestHandlerTest.Validate (1 ms)
[ RUN      ] ExternallyConnectableTest.MatchesWithTlsChannelId
[       OK ] ExternallyConnectableTest.MatchesWithTlsChannelId (20 ms)
[471/836] ExternallyConnectableTest.MatchesWithTlsChannelId (20 ms)
[ RUN      ] ExternallyConnectableTest.AllIDs
[       OK ] ExternallyConnectableTest.AllIDs (3 ms)
[472/836] ExternallyConnectableTest.AllIDs (3 ms)
[ RUN      ] ExternallyConnectableTest.IdCanConnect
[       OK ] ExternallyConnectableTest.IdCanConnect (0 ms)
[473/836] ExternallyConnectableTest.IdCanConnect (0 ms)
[ RUN      ] ExternallyConnectableTest.ErrorWrongFormat
[       OK ] ExternallyConnectableTest.ErrorWrongFormat (3 ms)
[474/836] ExternallyConnectableTest.ErrorWrongFormat (3 ms)
[ RUN      ] ExternallyConnectableTest.ErrorBadID
[       OK ] ExternallyConnectableTest.ErrorBadID (4 ms)
[475/836] ExternallyConnectableTest.ErrorBadID (4 ms)
[ RUN      ] ExternallyConnectableTest.ErrorBadMatches
[       OK ] ExternallyConnectableTest.ErrorBadMatches (4 ms)
[476/836] ExternallyConnectableTest.ErrorBadMatches (4 ms)
[ RUN      ] ExternallyConnectableTest.WarningNoAllURLs
[       OK ] ExternallyConnectableTest.WarningNoAllURLs (3 ms)
[477/836] ExternallyConnectableTest.WarningNoAllURLs (3 ms)
[ RUN      ] ExternallyConnectableTest.AllURLsNotWhitelisted
[       OK ] ExternallyConnectableTest.AllURLsNotWhitelisted (4 ms)
[478/836] ExternallyConnectableTest.AllURLsNotWhitelisted (4 ms)
[ RUN      ] ExternallyConnectableTest.AllURLsWhitelisted
[       OK ] ExternallyConnectableTest.AllURLsWhitelisted (4 ms)
[479/836] ExternallyConnectableTest.AllURLsWhitelisted (4 ms)
[ RUN      ] ExternallyConnectableTest.WarningWildcardHost
[       OK ] ExternallyConnectableTest.WarningWildcardHost (4 ms)
[480/836] ExternallyConnectableTest.WarningWildcardHost (4 ms)
[ RUN      ] ContentCapabilitiesManifestTest.RejectDomainWildcards
[       OK ] ContentCapabilitiesManifestTest.RejectDomainWildcards (33 ms)
[481/836] ContentCapabilitiesManifestTest.RejectDomainWildcards (33 ms)
[ RUN      ] ContentCapabilitiesManifestTest.RejectedAllHosts
[       OK ] ContentCapabilitiesManifestTest.RejectedAllHosts (4 ms)
[482/836] ContentCapabilitiesManifestTest.RejectedAllHosts (4 ms)
[ RUN      ] ContentCapabilitiesManifestTest.InvalidPermission
[       OK ] ContentCapabilitiesManifestTest.InvalidPermission (3 ms)
[483/836] ContentCapabilitiesManifestTest.InvalidPermission (3 ms)
[ RUN      ] ContentCapabilitiesManifestTest.InvalidValue
[       OK ] ContentCapabilitiesManifestTest.InvalidValue (3 ms)
[484/836] ContentCapabilitiesManifestTest.InvalidValue (3 ms)
[ RUN      ] ContentCapabilitiesManifestTest.RejectNonHttpsUrlPatterns
[       OK ] ContentCapabilitiesManifestTest.RejectNonHttpsUrlPatterns (2 ms)
[485/836] ContentCapabilitiesManifestTest.RejectNonHttpsUrlPatterns (2 ms)
[ RUN      ] ContentCapabilitiesManifestTest.Valid
[       OK ] ContentCapabilitiesManifestTest.Valid (3 ms)
[486/836] ContentCapabilitiesManifestTest.Valid (3 ms)
[ RUN      ] DefaultLocaleManifestTest.DefaultLocale
[       OK ] DefaultLocaleManifestTest.DefaultLocale (6 ms)
[487/836] DefaultLocaleManifestTest.DefaultLocale (6 ms)
[ RUN      ] ExternallyConnectableTest.IDsAndMatches
[       OK ] ExternallyConnectableTest.IDsAndMatches (6 ms)
[488/836] ExternallyConnectableTest.IDsAndMatches (6 ms)
[ RUN      ] ExternallyConnectableTest.IDsAndMatches
[       OK ] ExternallyConnectableTest.IDsAndMatches (6 ms)
[489/836] ExternallyConnectableTest.IDs (5 ms)
[ RUN      ] ExternallyConnectableTest.Matches
[       OK ] ExternallyConnectableTest.Matches (4 ms)
[490/836] ExternallyConnectableTest.Matches (4 ms)
[ RUN      ] ExternallyConnectableTest.WarningNoTLD
[       OK ] ExternallyConnectableTest.WarningNoTLD (31 ms)
[491/836] ExternallyConnectableTest.WarningNoTLD (31 ms)
[ RUN      ] ExternallyConnectableTest.WarningNoEffectiveTLD
[       OK ] ExternallyConnectableTest.WarningNoEffectiveTLD (5 ms)
[492/836] ExternallyConnectableTest.WarningNoEffectiveTLD (5 ms)
[ RUN      ] ExternallyConnectableTest.WarningUnknownTLD
[       OK ] ExternallyConnectableTest.WarningUnknownTLD (5 ms)
[493/836] ExternallyConnectableTest.WarningUnknownTLD (5 ms)
[ RUN      ] ExternallyConnectableTest.WarningNothingSpecified
[       OK ] ExternallyConnectableTest.WarningNothingSpecified (4 ms)
[494/836] ExternallyConnectableTest.WarningNothingSpecified (4 ms)
[ RUN      ] FileHandlersManifestTest.InvalidFileHandlers
[       OK ] FileHandlersManifestTest.InvalidFileHandlers (34 ms)
[495/836] FileHandlersManifestTest.InvalidFileHandlers (34 ms)
[ RUN      ] FileHandlersManifestTest.ValidFileHandlers
[       OK ] FileHandlersManifestTest.ValidFileHandlers (4 ms)
[496/836] FileHandlersManifestTest.ValidFileHandlers (4 ms)
[ RUN      ] FileHandlersManifestTest.NotPlatformApp
[       OK ] FileHandlersManifestTest.NotPlatformApp (3 ms)
[497/836] FileHandlersManifestTest.NotPlatformApp (3 ms)
[ RUN      ] OAuth2ManifestTest.OAuth2SectionParsing
[       OK ] OAuth2ManifestTest.OAuth2SectionParsing (11 ms)
[498/836] OAuth2ManifestTest.OAuth2SectionParsing (11 ms)
[ RUN      ] OAuth2ManifestTest.AutoApproveNotSetExtensionNotOnWhitelist
[       OK ] OAuth2ManifestTest.AutoApproveNotSetExtensionNotOnWhitelist (4 ms)
[499/836] OAuth2ManifestTest.AutoApproveNotSetExtensionNotOnWhitelist (4 ms)
[ RUN      ] OAuth2ManifestTest.AutoApproveFalseExtensionNotOnWhitelist
[       OK ] OAuth2ManifestTest.AutoApproveFalseExtensionNotOnWhitelist (4 ms)
[500/836] OAuth2ManifestTest.AutoApproveFalseExtensionNotOnWhitelist (4 ms)
[ RUN      ] OAuth2ManifestTest.AutoApproveTrueExtensionNotOnWhitelist
[       OK ] OAuth2ManifestTest.AutoApproveTrueExtensionNotOnWhitelist (34 ms)
[501/836] OAuth2ManifestTest.AutoApproveTrueExtensionNotOnWhitelist (34 ms)
[ RUN      ] OAuth2ManifestTest.AutoApproveInvalidExtensionNotOnWhitelist
[       OK ] OAuth2ManifestTest.AutoApproveInvalidExtensionNotOnWhitelist (4 ms)
[502/836] OAuth2ManifestTest.AutoApproveInvalidExtensionNotOnWhitelist (4 ms)
[ RUN      ] OAuth2ManifestTest.AutoApproveNotSetExtensionOnWhitelist
[       OK ] OAuth2ManifestTest.AutoApproveNotSetExtensionOnWhitelist (4 ms)
[503/836] OAuth2ManifestTest.AutoApproveNotSetExtensionOnWhitelist (4 ms)
[ RUN      ] OAuth2ManifestTest.AutoApproveFalseExtensionOnWhitelist
[       OK ] OAuth2ManifestTest.AutoApproveFalseExtensionOnWhitelist (4 ms)
[504/836] OAuth2ManifestTest.AutoApproveFalseExtensionOnWhitelist (4 ms)
[ RUN      ] OAuth2ManifestTest.AutoApproveTrueExtensionOnWhitelist
[       OK ] OAuth2ManifestTest.AutoApproveTrueExtensionOnWhitelist (4 ms)
[505/836] OAuth2ManifestTest.AutoApproveTrueExtensionOnWhitelist (4 ms)
[ RUN      ] OAuth2ManifestTest.AutoApproveInvalidExtensionOnWhitelist
[       OK ] OAuth2ManifestTest.AutoApproveInvalidExtensionOnWhitelist (3 ms)
[506/836] OAuth2ManifestTest.AutoApproveInvalidExtensionOnWhitelist (3 ms)
[ RUN      ] OAuth2ManifestTest.InvalidClientId
[       OK ] OAuth2ManifestTest.InvalidClientId (6 ms)
[507/836] OAuth2ManifestTest.InvalidClientId (6 ms)
[ RUN      ] OAuth2ManifestTest.ComponentInvalidClientId
[       OK ] OAuth2ManifestTest.ComponentInvalidClientId (5 ms)
[508/836] OAuth2ManifestTest.ComponentInvalidClientId (5 ms)
[ RUN      ] OAuth2ManifestTest.ComponentWithChromeClientId
[       OK ] OAuth2ManifestTest.ComponentWithChromeClientId (6 ms)
[509/836] OAuth2ManifestTest.ComponentWithChromeClientId (6 ms)
[ RUN      ] OAuth2ManifestTest.ComponentWithStandardClientId
[       OK ] OAuth2ManifestTest.ComponentWithStandardClientId (3 ms)
[510/836] OAuth2ManifestTest.ComponentWithStandardClientId (3 ms)
[ RUN      ] MessageBundleTest.InitBadAppDict
[       OK ] MessageBundleTest.InitBadAppDict (1 ms)
[511/836] MessageBundleTest.InitBadAppDict (1 ms)
[ RUN      ] MessageBundleTest.ReservedMessagesOverrideDeveloperMessages
[       OK ] MessageBundleTest.ReservedMessagesOverrideDeveloperMessages (1 ms)
[512/836] MessageBundleTest.ReservedMessagesOverrideDeveloperMessages (1 ms)
[ RUN      ] MessageBundleTest.AppendReservedMessagesForLTR
[       OK ] MessageBundleTest.AppendReservedMessagesForLTR (1 ms)
[513/836] MessageBundleTest.AppendReservedMessagesForLTR (1 ms)
[ RUN      ] MessageBundleTest.AppendReservedMessagesForRTL
[       OK ] MessageBundleTest.AppendReservedMessagesForRTL (0 ms)
[514/836] MessageBundleTest.AppendReservedMessagesForRTL (0 ms)
[ RUN      ] MessageBundleTest.IsValidNameCheckValidCharacters
[       OK ] MessageBundleTest.IsValidNameCheckValidCharacters (0 ms)
[515/836] MessageBundleTest.IsValidNameCheckValidCharacters (0 ms)
[ RUN      ] MessageBundle.ReplaceMessagesInText
[       OK ] MessageBundle.ReplaceMessagesInText (0 ms)
[516/836] MessageBundle.ReplaceMessagesInText (0 ms)
[ RUN      ] GetExtensionToL10nMessagesMapTest.ReturnsTheSameObject
[       OK ] GetExtensionToL10nMessagesMapTest.ReturnsTheSameObject (0 ms)
[517/836] GetExtensionToL10nMessagesMapTest.ReturnsTheSameObject (0 ms)
[ RUN      ] GetExtensionToL10nMessagesMapTest.ReturnsNullForUnknownExtensionId
[       OK ] GetExtensionToL10nMessagesMapTest.ReturnsNullForUnknownExtensionId (0 ms)
[518/836] GetExtensionToL10nMessagesMapTest.ReturnsNullForUnknownExtensionId (0 ms)
[ RUN      ] GetExtensionToL10nMessagesMapTest.ReturnsMapForKnownExtensionId
[       OK ] GetExtensionToL10nMessagesMapTest.ReturnsMapForKnownExtensionId (0 ms)
[519/836] GetExtensionToL10nMessagesMapTest.ReturnsMapForKnownExtensionId (0 ms)
[ RUN      ] OneShotEventTest.RecordsSignal
[       OK ] OneShotEventTest.RecordsSignal (0 ms)
[520/836] OneShotEventTest.RecordsSignal (0 ms)
[ RUN      ] OneShotEventTest.CallsQueue
[       OK ] OneShotEventTest.CallsQueue (0 ms)
[521/836] OneShotEventTest.CallsQueue (0 ms)
[ RUN      ] OneShotEventTest.CallsAfterSignalDontRunInline
[       OK ] OneShotEventTest.CallsAfterSignalDontRunInline (1 ms)
[522/836] OneShotEventTest.CallsAfterSignalDontRunInline (1 ms)
[ RUN      ] OneShotEventTest.PostDefaultsToCurrentMessageLoop
[       OK ] OneShotEventTest.PostDefaultsToCurrentMessageLoop (0 ms)
[523/836] OneShotEventTest.PostDefaultsToCurrentMessageLoop (0 ms)
[ RUN      ] OneShotEventTest.IsSignaledAndPostsFromCallbackWork
[       OK ] OneShotEventTest.IsSignaledAndPostsFromCallbackWork (0 ms)
[524/836] OneShotEventTest.IsSignaledAndPostsFromCallbackWork (0 ms)
[ RUN      ] APIPermissionSetTest.General
[       OK ] APIPermissionSetTest.General (0 ms)
[525/836] APIPermissionSetTest.General (0 ms)
[ RUN      ] APIPermissionSetTest.CreateUnion
[       OK ] APIPermissionSetTest.CreateUnion (1 ms)
[526/836] APIPermissionSetTest.CreateUnion (1 ms)
[ RUN      ] APIPermissionSetTest.CreateIntersection
[       OK ] APIPermissionSetTest.CreateIntersection (0 ms)
[527/836] APIPermissionSetTest.CreateIntersection (0 ms)
[ RUN      ] APIPermissionSetTest.CreateDifference
[       OK ] APIPermissionSetTest.CreateDifference (1 ms)
[528/836] APIPermissionSetTest.CreateDifference (1 ms)
[ RUN      ] APIPermissionSetTest.IPC
[       OK ] APIPermissionSetTest.IPC (0 ms)
[529/836] APIPermissionSetTest.IPC (0 ms)
[ RUN      ] ManifestPermissionSetTest.General
[       OK ] ManifestPermissionSetTest.General (0 ms)
[530/836] ManifestPermissionSetTest.General (0 ms)
[ RUN      ] SharedModuleManifestTest.ExportsAll
[       OK ] SharedModuleManifestTest.ExportsAll (32 ms)
[531/836] SharedModuleManifestTest.ExportsAll (32 ms)
[ RUN      ] SharedModuleManifestTest.ExportWhitelistAll
[       OK ] SharedModuleManifestTest.ExportWhitelistAll (3 ms)
[532/836] SharedModuleManifestTest.ExportWhitelistAll (3 ms)
[ RUN      ] SharedModuleManifestTest.ExportParseErrors
[       OK ] SharedModuleManifestTest.ExportParseErrors (16 ms)
[533/836] SharedModuleManifestTest.ExportParseErrors (16 ms)
[ RUN      ] SharedModuleManifestTest.SharedModuleStaticFunctions
[       OK ] SharedModuleManifestTest.SharedModuleStaticFunctions (0 ms)
[534/836] SharedModuleManifestTest.SharedModuleStaticFunctions (0 ms)
[ RUN      ] SharedModuleManifestTest.Import
[       OK ] SharedModuleManifestTest.Import (4 ms)
[535/836] SharedModuleManifestTest.Import (4 ms)
[ RUN      ] SharedModuleManifestTest.ImportParseErrors
[       OK ] SharedModuleManifestTest.ImportParseErrors (11 ms)
[536/836] SharedModuleManifestTest.ImportParseErrors (11 ms)
[ RUN      ] MessageBundleTest.ReservedMessagesCount
[       OK ] MessageBundleTest.ReservedMessagesCount (0 ms)
[537/836] MessageBundleTest.ReservedMessagesCount (0 ms)
[ RUN      ] MessageBundleTest.InitEmptyDictionaries
[       OK ] MessageBundleTest.InitEmptyDictionaries (0 ms)
[538/836] MessageBundleTest.InitEmptyDictionaries (0 ms)
[ RUN      ] MessageBundleTest.InitGoodDefaultDict
[       OK ] MessageBundleTest.InitGoodDefaultDict (0 ms)
[539/836] MessageBundleTest.InitGoodDefaultDict (0 ms)
[ RUN      ] MessageBundleTest.InitAppDictConsultedFirst
[       OK ] MessageBundleTest.InitAppDictConsultedFirst (0 ms)
[540/836] MessageBundleTest.InitAppDictConsultedFirst (0 ms)
[ RUN      ] ManifestPermissionSetTest.CreateUnion
[       OK ] ManifestPermissionSetTest.CreateUnion (1 ms)
[541/836] ManifestPermissionSetTest.CreateUnion (1 ms)
[ RUN      ] ManifestPermissionSetTest.CreateIntersection
[       OK ] ManifestPermissionSetTest.CreateIntersection (0 ms)
[542/836] ManifestPermissionSetTest.CreateIntersection (0 ms)
[ RUN      ] ManifestPermissionSetTest.CreateDifference
[       OK ] ManifestPermissionSetTest.CreateDifference (0 ms)
[543/836] ManifestPermissionSetTest.CreateDifference (0 ms)
[ RUN      ] SocketPermissionTest.General
[       OK ] SocketPermissionTest.General (0 ms)
[544/836] SocketPermissionTest.General (0 ms)
[ RUN      ] SocketPermissionTest.Parse
[       OK ] SocketPermissionTest.Parse (2 ms)
[545/836] SocketPermissionTest.Parse (2 ms)
[ RUN      ] SocketPermissionTest.Match
[       OK ] SocketPermissionTest.Match (0 ms)
[546/836] SocketPermissionTest.Match (0 ms)
[ RUN      ] SocketPermissionTest.IPC
[       OK ] SocketPermissionTest.IPC (1 ms)
[547/836] SocketPermissionTest.IPC (1 ms)
[ RUN      ] SocketPermissionTest.Value
[       OK ] SocketPermissionTest.Value (0 ms)
[548/836] SocketPermissionTest.Value (0 ms)
[ RUN      ] USBDevicePermissionTest.PermissionDataOrder
[       OK ] USBDevicePermissionTest.PermissionDataOrder (0 ms)
[549/836] USBDevicePermissionTest.PermissionDataOrder (0 ms)
[ RUN      ] USBDevicePermissionTest.SingleDevicePermissionMessages
[       OK ] USBDevicePermissionTest.SingleDevicePermissionMessages (1 ms)
[550/836] USBDevicePermissionTest.SingleDevicePermissionMessages (1 ms)
[ RUN      ] URLPatternSetTest.CreateIntersection
[       OK ] URLPatternSetTest.CreateIntersection (2 ms)
[551/836] URLPatternSetTest.CreateIntersection (2 ms)
[ RUN      ] URLPatternSetTest.CreateUnion
[       OK ] URLPatternSetTest.CreateUnion (0 ms)
[552/836] URLPatternSetTest.CreateUnion (0 ms)
[ RUN      ] URLPatternSetTest.Contains
[       OK ] URLPatternSetTest.Contains (1 ms)
[553/836] URLPatternSetTest.Contains (1 ms)
[ RUN      ] URLPatternSetTest.Duplicates
[       OK ] URLPatternSetTest.Duplicates (0 ms)
[554/836] URLPatternSetTest.Duplicates (0 ms)
[ RUN      ] URLPatternSetTest.ToValueAndPopulate
[       OK ] URLPatternSetTest.ToValueAndPopulate (1 ms)
[555/836] URLPatternSetTest.ToValueAndPopulate (1 ms)
[ RUN      ] URLPatternSetTest.NwayUnion
[       OK ] URLPatternSetTest.NwayUnion (5 ms)
[556/836] URLPatternSetTest.NwayUnion (5 ms)
[ RUN      ] URLPatternSetTest.AddOrigin
[       OK ] URLPatternSetTest.AddOrigin (0 ms)
[557/836] URLPatternSetTest.AddOrigin (0 ms)
[ RUN      ] ExtensionURLPatternTest.ParseInvalid
[       OK ] ExtensionURLPatternTest.ParseInvalid (0 ms)
[558/836] ExtensionURLPatternTest.ParseInvalid (0 ms)
[ RUN      ] ExtensionURLPatternTest.Ports
[       OK ] ExtensionURLPatternTest.Ports (0 ms)
[559/836] ExtensionURLPatternTest.Ports (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match1
[       OK ] ExtensionURLPatternTest.Match1 (0 ms)
[560/836] ExtensionURLPatternTest.Match1 (0 ms)
[ RUN      ] USBDevicePermissionTest.MultipleDevicePermissionMessage
[       OK ] USBDevicePermissionTest.MultipleDevicePermissionMessage (1 ms)
[561/836] USBDevicePermissionTest.MultipleDevicePermissionMessage (1 ms)
[ RUN      ] StackFrameUnitTest.ParseStackFramesFromText
[       OK ] StackFrameUnitTest.ParseStackFramesFromText (14 ms)
[562/836] StackFrameUnitTest.ParseStackFramesFromText (14 ms)
[ RUN      ] URLPatternSetTest.Empty
[       OK ] URLPatternSetTest.Empty (0 ms)
[563/836] URLPatternSetTest.Empty (0 ms)
[ RUN      ] URLPatternSetTest.One
[       OK ] URLPatternSetTest.One (0 ms)
[564/836] URLPatternSetTest.One (0 ms)
[ RUN      ] URLPatternSetTest.Two
[       OK ] URLPatternSetTest.Two (0 ms)
[565/836] URLPatternSetTest.Two (0 ms)
[ RUN      ] URLPatternSetTest.StreamOperatorEmpty
[       OK ] URLPatternSetTest.StreamOperatorEmpty (0 ms)
[566/836] URLPatternSetTest.StreamOperatorEmpty (0 ms)
[ RUN      ] URLPatternSetTest.StreamOperatorOne
[       OK ] URLPatternSetTest.StreamOperatorOne (0 ms)
[567/836] URLPatternSetTest.StreamOperatorOne (0 ms)
[ RUN      ] URLPatternSetTest.StreamOperatorTwo
[       OK ] URLPatternSetTest.StreamOperatorTwo (0 ms)
[568/836] URLPatternSetTest.StreamOperatorTwo (0 ms)
[ RUN      ] URLPatternSetTest.OverlapsWith
[       OK ] URLPatternSetTest.OverlapsWith (1 ms)
[569/836] URLPatternSetTest.OverlapsWith (1 ms)
[ RUN      ] URLPatternSetTest.CreateDifference
[       OK ] URLPatternSetTest.CreateDifference (0 ms)
[570/836] URLPatternSetTest.CreateDifference (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match2
[       OK ] ExtensionURLPatternTest.Match2 (1 ms)
[571/836] ExtensionURLPatternTest.Match2 (1 ms)
[ RUN      ] ExtensionURLPatternTest.Match5
[       OK ] ExtensionURLPatternTest.Match5 (0 ms)
[572/836] ExtensionURLPatternTest.Match5 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match6
[       OK ] ExtensionURLPatternTest.Match6 (0 ms)
[573/836] ExtensionURLPatternTest.Match6 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match7
[       OK ] ExtensionURLPatternTest.Match7 (0 ms)
[574/836] ExtensionURLPatternTest.Match7 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match8
[       OK ] ExtensionURLPatternTest.Match8 (0 ms)
[575/836] ExtensionURLPatternTest.Match8 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match9
[       OK ] ExtensionURLPatternTest.Match9 (0 ms)
[576/836] ExtensionURLPatternTest.Match9 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match10
[       OK ] ExtensionURLPatternTest.Match10 (0 ms)
[577/836] ExtensionURLPatternTest.Match10 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match11
[       OK ] ExtensionURLPatternTest.Match11 (1 ms)
[578/836] ExtensionURLPatternTest.Match11 (1 ms)
[ RUN      ] ExtensionURLPatternTest.Match12
[       OK ] ExtensionURLPatternTest.Match12 (0 ms)
[579/836] ExtensionURLPatternTest.Match12 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match13
[       OK ] ExtensionURLPatternTest.Match13 (0 ms)
[580/836] ExtensionURLPatternTest.Match13 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match14
[       OK ] ExtensionURLPatternTest.Match14 (1 ms)
[581/836] ExtensionURLPatternTest.Match14 (1 ms)
[ RUN      ] ExtensionURLPatternTest.Match15
[       OK ] ExtensionURLPatternTest.Match15 (0 ms)
[582/836] ExtensionURLPatternTest.Match15 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match16
[       OK ] ExtensionURLPatternTest.Match16 (0 ms)
[583/836] ExtensionURLPatternTest.Match16 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match17
[       OK ] ExtensionURLPatternTest.Match17 (0 ms)
[584/836] ExtensionURLPatternTest.Match17 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match18
[       OK ] ExtensionURLPatternTest.Match18 (0 ms)
[585/836] ExtensionURLPatternTest.Match18 (0 ms)
[ RUN      ] ExtensionURLPatternTest.Match19
[       OK ] ExtensionURLPatternTest.Match19 (0 ms)
[586/836] ExtensionURLPatternTest.Match19 (0 ms)
[ RUN      ] ExtensionURLPatternTest.GetAsString
[       OK ] ExtensionURLPatternTest.GetAsString (1 ms)
[587/836] ExtensionURLPatternTest.GetAsString (1 ms)
[ RUN      ] ExtensionURLPatternTest.Overlaps
[       OK ] ExtensionURLPatternTest.Overlaps (4 ms)
[588/836] ExtensionURLPatternTest.Overlaps (4 ms)
[ RUN      ] ExtensionURLPatternTest.ConvertToExplicitSchemes
[       OK ] ExtensionURLPatternTest.ConvertToExplicitSchemes (0 ms)
[589/836] ExtensionURLPatternTest.ConvertToExplicitSchemes (0 ms)
[ RUN      ] ExtensionURLPatternTest.IgnorePorts
[       OK ] ExtensionURLPatternTest.IgnorePorts (1 ms)
[590/836] ExtensionURLPatternTest.IgnorePorts (1 ms)
[ RUN      ] ExtensionURLPatternTest.IgnoreMissingBackslashes
[       OK ] ExtensionURLPatternTest.IgnoreMissingBackslashes (0 ms)
[591/836] ExtensionURLPatternTest.IgnoreMissingBackslashes (0 ms)
[ RUN      ] ExtensionURLPatternTest.Equals
[       OK ] ExtensionURLPatternTest.Equals (2 ms)
[592/836] ExtensionURLPatternTest.Equals (2 ms)
[ RUN      ] ExtensionURLPatternTest.CanReusePatternWithParse
[       OK ] ExtensionURLPatternTest.CanReusePatternWithParse (0 ms)
[593/836] ExtensionURLPatternTest.CanReusePatternWithParse (0 ms)
[ RUN      ] ExtensionURLPatternTest.Subset
[       OK ] ExtensionURLPatternTest.Subset (7 ms)
[594/836] ExtensionURLPatternTest.Subset (7 ms)
[ RUN      ] ExtensionURLPatternTest.MatchesSingleOrigin
[       OK ] ExtensionURLPatternTest.MatchesSingleOrigin (0 ms)
[595/836] ExtensionURLPatternTest.MatchesSingleOrigin (0 ms)
[ RUN      ] URLPatternTest.Match3
[       OK ] URLPatternTest.Match3 (0 ms)
[596/836] URLPatternTest.Match3 (0 ms)
[ RUN      ] ExtensionUserScriptTest.Glob_HostString
[       OK ] ExtensionUserScriptTest.Glob_HostString (1 ms)
[597/836] ExtensionUserScriptTest.Glob_HostString (1 ms)
[ RUN      ] ExtensionUserScriptTest.Glob_TrailingSlash
[       OK ] ExtensionUserScriptTest.Glob_TrailingSlash (0 ms)
[598/836] ExtensionUserScriptTest.Glob_TrailingSlash (0 ms)
[ RUN      ] ExtensionUserScriptTest.Glob_TrailingSlashStar
[       OK ] ExtensionUserScriptTest.Glob_TrailingSlashStar (1 ms)
[599/836] ExtensionUserScriptTest.Glob_TrailingSlashStar (1 ms)
[ RUN      ] ExtensionUserScriptTest.Glob_Star
[       OK ] ExtensionUserScriptTest.Glob_Star (0 ms)
[600/836] ExtensionUserScriptTest.Glob_Star (0 ms)
[ RUN      ] ExtensionUserScriptTest.Glob_StringAnywhere
[       OK ] ExtensionUserScriptTest.Glob_StringAnywhere (0 ms)
[601/836] ExtensionUserScriptTest.Glob_StringAnywhere (0 ms)
[ RUN      ] ExtensionUserScriptTest.UrlPattern
[       OK ] ExtensionUserScriptTest.UrlPattern (0 ms)
[602/836] ExtensionUserScriptTest.UrlPattern (0 ms)
[ RUN      ] ExtensionUserScriptTest.ExcludeUrlPattern
[       OK ] ExtensionUserScriptTest.ExcludeUrlPattern (0 ms)
[603/836] ExtensionUserScriptTest.ExcludeUrlPattern (0 ms)
[ RUN      ] ExtensionUserScriptTest.UrlPatternAndIncludeGlobs
[       OK ] ExtensionUserScriptTest.UrlPatternAndIncludeGlobs (0 ms)
[604/836] ExtensionUserScriptTest.UrlPatternAndIncludeGlobs (0 ms)
[ RUN      ] ExtensionUserScriptTest.UrlPatternAndExcludeGlobs
[       OK ] ExtensionUserScriptTest.UrlPatternAndExcludeGlobs (0 ms)
[605/836] ExtensionUserScriptTest.UrlPatternAndExcludeGlobs (0 ms)
[ RUN      ] ExtensionUserScriptTest.UrlPatternGlobInteraction
[       OK ] ExtensionUserScriptTest.UrlPatternGlobInteraction (0 ms)
[606/836] ExtensionUserScriptTest.UrlPatternGlobInteraction (0 ms)
[ RUN      ] ExtensionUserScriptTest.Pickle
[       OK ] ExtensionUserScriptTest.Pickle (1 ms)
[607/836] ExtensionUserScriptTest.Pickle (1 ms)
[ RUN      ] ExtensionUserScriptTest.Defaults
[       OK ] ExtensionUserScriptTest.Defaults (0 ms)
[608/836] ExtensionUserScriptTest.Defaults (0 ms)
[ RUN      ] ActivityLogConverterStrategyTest.ConversionTest
[       OK ] ActivityLogConverterStrategyTest.ConversionTest (25 ms)
[609/836] ActivityLogConverterStrategyTest.ConversionTest (25 ms)
[ RUN      ] MojoPrivateApiTest.Define
[26009:26009:0702/225438:7746945309:WARNING:console.cc(108)] Could not log "[SUCCESS] testDefine": no render frame found
[       OK ] MojoPrivateApiTest.Define (845 ms)
[610/836] MojoPrivateApiTest.Define (845 ms)
[ RUN      ] MojoPrivateApiTest.DefineRegistersModule
[26011:26011:0702/225438:7746864335:WARNING:console.cc(108)] Could not log "[SUCCESS] testDefineRegistersModule": no render frame found
[       OK ] MojoPrivateApiTest.DefineRegistersModule (757 ms)
[611/836] MojoPrivateApiTest.DefineRegistersModule (757 ms)
[ RUN      ] MojoPrivateApiTest.DefineModuleDoesNotExist
[26011:26011:0702/225438:7747388994:WARNING:console.cc(108)] Could not log "[SUCCESS] testDefineModuleDoesNotExist": no render frame found
[       OK ] MojoPrivateApiTest.DefineModuleDoesNotExist (526 ms)
[612/836] MojoPrivateApiTest.DefineModuleDoesNotExist (526 ms)
[ RUN      ] MojoPrivateApiTest.RequireAsync
[26011:26011:0702/225439:7747877247:WARNING:console.cc(108)] Could not log "[SUCCESS] testRequireAsync": no render frame found
[       OK ] MojoPrivateApiTest.RequireAsync (495 ms)
[613/836] MojoPrivateApiTest.RequireAsync (495 ms)
[ RUN      ] MojoPrivateApiTest.DefineAndRequire
[26011:26011:0702/225439:7748252238:WARNING:console.cc(108)] Could not log "[SUCCESS] testDefineAndRequire": no render frame found
[       OK ] MojoPrivateApiTest.DefineAndRequire (372 ms)
[614/836] MojoPrivateApiTest.DefineAndRequire (372 ms)
[ RUN      ] DataReceiverTest.Receive
[26011:26011:0702/225440:7749060715:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceive": no render frame found
[       OK ] DataReceiverTest.Receive (825 ms)
[615/836] DataReceiverTest.Receive (825 ms)
[ RUN      ] DataReceiverTest.ReceiveError
[26011:26011:0702/225440:7749748495:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveError": no render frame found
[       OK ] DataReceiverTest.ReceiveError (736 ms)
[616/836] DataReceiverTest.ReceiveError (736 ms)
[ RUN      ] DataReceiverTest.ReceiveDataAndError
[26011:26011:0702/225441:7750296631:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveDataAndError": no render frame found
[       OK ] DataReceiverTest.ReceiveDataAndError (556 ms)
[617/836] DataReceiverTest.ReceiveDataAndError (556 ms)
[ RUN      ] DataReceiverTest.ReceiveErrorThenData
[26011:26011:0702/225442:7750836324:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveErrorThenData": no render frame found
[       OK ] DataReceiverTest.ReceiveErrorThenData (565 ms)
[618/836] DataReceiverTest.ReceiveErrorThenData (565 ms)
[ RUN      ] DataReceiverTest.ReceiveBeforeAndAfterSerialization
[26011:26011:0702/225442:7751408140:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveBeforeAndAfterSerialization": no render frame found
[       OK ] DataReceiverTest.ReceiveBeforeAndAfterSerialization (535 ms)
[619/836] DataReceiverTest.ReceiveBeforeAndAfterSerialization (535 ms)
[ RUN      ] DataReceiverTest.ReceiveErrorSerialization
[26011:26011:0702/225443:7751938603:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveErrorSerialization": no render frame found
[       OK ] DataReceiverTest.ReceiveErrorSerialization (561 ms)
[620/836] DataReceiverTest.ReceiveErrorSerialization (561 ms)
[ RUN      ] DataSenderTest.SendErrorBeforeLargeSend
[26017:26017:0702/225438:7747417271:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendErrorBeforeLargeSend": no render frame found
[       OK ] DataSenderTest.SendErrorBeforeLargeSend (1225 ms)
[621/836] DataSenderTest.SendErrorBeforeLargeSend (1225 ms)
[ RUN      ] DataSenderTest.CancelWithoutSend
[26017:26017:0702/225439:7748271138:WARNING:console.cc(108)] Could not log "[SUCCESS] testCancelWithoutSend": no render frame found
[       OK ] DataSenderTest.CancelWithoutSend (883 ms)
[622/836] DataSenderTest.CancelWithoutSend (883 ms)
[ RUN      ] DataSenderTest.CancelWithoutSend
[26017:26017:0702/225439:7748271138:WARNING:console.cc(108)] Could not log "[SUCCESS] testCancelWithoutSend": no render frame found
[       OK ] DataSenderTest.CancelWithoutSend (883 ms)
[623/836] DataSenderTest.Cancel (663 ms)
[ RUN      ] DataSenderTest.Close
[26017:26017:0702/225440:7749406386:WARNING:console.cc(108)] Could not log "[SUCCESS] testClose": no render frame found
[       OK ] DataSenderTest.Close (525 ms)
[624/836] DataSenderTest.Close (525 ms)
[ RUN      ] DataSenderTest.SendAfterSerialization
[26017:26017:0702/225441:7749985095:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendAfterSerialization": no render frame found
[       OK ] DataSenderTest.SendAfterSerialization (614 ms)
[625/836] DataSenderTest.SendAfterSerialization (614 ms)
[ RUN      ] DataSenderTest.SendErrorAfterSerialization
[26017:26017:0702/225441:7750565174:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendErrorAfterSerialization": no render frame found
[       OK ] DataSenderTest.SendErrorAfterSerialization (545 ms)
[626/836] DataSenderTest.SendErrorAfterSerialization (545 ms)
[ RUN      ] DataSenderTest.CancelAfterSerialization
[26017:26017:0702/225442:7751094993:WARNING:console.cc(108)] Could not log "[SUCCESS] testCancelAfterSerialization": no render frame found
[       OK ] DataSenderTest.CancelAfterSerialization (530 ms)
[627/836] DataSenderTest.CancelAfterSerialization (530 ms)
[ RUN      ] DataSenderTest.SerializeCancelsSendsInProgress
[26017:26017:0702/225442:7751624264:WARNING:console.cc(108)] Could not log "[SUCCESS] testSerializeCancelsSendsInProgress": no render frame found
[       OK ] DataSenderTest.SerializeCancelsSendsInProgress (530 ms)
[628/836] DataSenderTest.SerializeCancelsSendsInProgress (530 ms)
[ RUN      ] DataSenderTest.SerializeWaitsForCancel
[26017:26017:0702/225443:7752164921:WARNING:console.cc(108)] Could not log "[SUCCESS] testSerializeWaitsForCancel": no render frame found
[       OK ] DataSenderTest.SerializeWaitsForCancel (546 ms)
[629/836] DataSenderTest.SerializeWaitsForCancel (546 ms)
[ RUN      ] DataSenderTest.SerializeAfterClose
[26017:26017:0702/225443:7752677036:WARNING:console.cc(108)] Could not log "[SUCCESS] testSerializeAfterClose": no render frame found
[       OK ] DataSenderTest.SerializeAfterClose (478 ms)
[630/836] DataSenderTest.SerializeAfterClose (478 ms)
[ RUN      ] DataReceiverTest.ReceiveDataAndErrorSerialization
[26013:26013:0702/225438:7747322072:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveDataAndErrorSerialization": no render frame found
[       OK ] DataReceiverTest.ReceiveDataAndErrorSerialization (1214 ms)
[631/836] DataReceiverTest.ReceiveDataAndErrorSerialization (1214 ms)
[ RUN      ] DataReceiverTest.SerializeDuringReceive
[26013:26013:0702/225439:7748274752:WARNING:console.cc(108)] Could not log "[SUCCESS] testSerializeDuringReceive": no render frame found
[       OK ] DataReceiverTest.SerializeDuringReceive (1019 ms)
[632/836] DataReceiverTest.SerializeDuringReceive (1018 ms)
[ RUN      ] DataReceiverTest.SerializeAfterClose
[26013:26013:0702/225440:7748808839:WARNING:console.cc(108)] Could not log "[SUCCESS] testSerializeAfterClose": no render frame found
[       OK ] DataReceiverTest.SerializeAfterClose (558 ms)
[633/836] DataReceiverTest.SerializeAfterClose (558 ms)
[ RUN      ] DataSenderTest.Send
[26013:26013:0702/225440:7749429963:WARNING:console.cc(108)] Could not log "[SUCCESS] testSend": no render frame found
[       OK ] DataSenderTest.Send (594 ms)
[634/836] DataSenderTest.Send (594 ms)
[ RUN      ] DataSenderTest.LargeSend
[26013:26013:0702/225441:7749977399:WARNING:console.cc(108)] Could not log "[SUCCESS] testLargeSend": no render frame found
[       OK ] DataSenderTest.LargeSend (591 ms)
[635/836] DataSenderTest.LargeSend (591 ms)
[ RUN      ] DataSenderTest.SendError
[26013:26013:0702/225441:7750544909:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendError": no render frame found
[       OK ] DataSenderTest.SendError (518 ms)
[636/836] DataSenderTest.SendError (518 ms)
[ RUN      ] DataSenderTest.SendErrorPartialSuccess
[26013:26013:0702/225442:7751041234:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendErrorPartialSuccess": no render frame found
[       OK ] DataSenderTest.SendErrorPartialSuccess (556 ms)
[637/836] DataSenderTest.SendErrorPartialSuccess (556 ms)
[ RUN      ] DataSenderTest.SendErrorBetweenPackets
[26013:26013:0702/225442:7751619270:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendErrorBetweenPackets": no render frame found
[       OK ] DataSenderTest.SendErrorBetweenPackets (508 ms)
[638/836] DataSenderTest.SendErrorBetweenPackets (508 ms)
[ RUN      ] DataSenderTest.SendErrorInSecondPacket
[26013:26013:0702/225443:7752141296:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendErrorInSecondPacket": no render frame found
[       OK ] DataSenderTest.SendErrorInSecondPacket (570 ms)
[639/836] DataSenderTest.SendErrorInSecondPacket (570 ms)
[ RUN      ] DataSenderTest.SendErrorInLargeSend
[26013:26013:0702/225443:7752692362:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendErrorInLargeSend": no render frame found
[       OK ] DataSenderTest.SendErrorInLargeSend (527 ms)
[640/836] DataSenderTest.SendErrorInLargeSend (527 ms)
[ RUN      ] ApiTestBaseTest.TestTestBindings
[26049:26049:0702/225444:7753058068:WARNING:console.cc(108)] Could not log "[SUCCESS] testTestBindings": no render frame found
[       OK ] ApiTestBaseTest.TestTestBindings (621 ms)
[641/836] ApiTestBaseTest.TestTestBindings (621 ms)
[ RUN      ] EventUnittest.TestNothing
[       OK ] EventUnittest.TestNothing (122 ms)
[642/836] EventUnittest.TestNothing (122 ms)
[ RUN      ] EventUnittest.AddRemoveTwoListeners
[       OK ] EventUnittest.AddRemoveTwoListeners (225 ms)
[643/836] EventUnittest.AddRemoveTwoListeners (225 ms)
[ RUN      ] EventUnittest.EventsThatSupportRulesMustHaveAName
[       OK ] EventUnittest.EventsThatSupportRulesMustHaveAName (189 ms)
[644/836] EventUnittest.EventsThatSupportRulesMustHaveAName (189 ms)
[ RUN      ] EventUnittest.NamedEventDispatch
[       OK ] EventUnittest.NamedEventDispatch (174 ms)
[645/836] EventUnittest.NamedEventDispatch (174 ms)
[ RUN      ] EventUnittest.AddListenerWithFiltersThrowsErrorByDefault
[       OK ] EventUnittest.AddListenerWithFiltersThrowsErrorByDefault (181 ms)
[646/836] EventUnittest.AddListenerWithFiltersThrowsErrorByDefault (181 ms)
[ RUN      ] EventUnittest.FilteredEventsAttachment
[       OK ] EventUnittest.FilteredEventsAttachment (186 ms)
[647/836] EventUnittest.FilteredEventsAttachment (186 ms)
[ RUN      ] EventUnittest.DetachFilteredEvent
[       OK ] EventUnittest.DetachFilteredEvent (167 ms)
[648/836] EventUnittest.DetachFilteredEvent (167 ms)
[ RUN      ] EventUnittest.AttachAndRemoveSameFilteredEventListener
[       OK ] EventUnittest.AttachAndRemoveSameFilteredEventListener (164 ms)
[649/836] EventUnittest.AttachAndRemoveSameFilteredEventListener (164 ms)
[ RUN      ] EventUnittest.AddingFilterWithUrlFieldNotAListThrowsException
[       OK ] EventUnittest.AddingFilterWithUrlFieldNotAListThrowsException (186 ms)
[650/836] EventUnittest.AddingFilterWithUrlFieldNotAListThrowsException (186 ms)
[ RUN      ] JsonSchemaTest.TestIntegerBounds
[26057:26057:0702/225444:7753541443:INFO:logging_native_handler.cc(56)] Got expected error: Value must fit in a 32-bit signed integer. for path: 
[26057:26057:0702/225444:7753542480:INFO:logging_native_handler.cc(56)] Got expected error: Value must fit in a 32-bit signed integer. for path: 
[26057:26057:0702/225444:7753543011:INFO:logging_native_handler.cc(56)] Got expected error: Value must fit in a 32-bit signed integer. for path: 
[26057:26057:0702/225444:7753543556:INFO:logging_native_handler.cc(56)] Got expected error: Value must fit in a 32-bit signed integer. for path: 
[26057:26057:0702/225444:7753544110:INFO:logging_native_handler.cc(56)] Got expected error: Value must fit in a 32-bit signed integer. for path: 
[26057:26057:0702/225444:7753544664:INFO:logging_native_handler.cc(56)] Got expected error: Value must fit in a 32-bit signed integer. for path: 
[       OK ] JsonSchemaTest.TestIntegerBounds (284 ms)
[651/836] JsonSchemaTest.TestIntegerBounds (284 ms)
[ RUN      ] JsonSchemaTest.TestType
[26057:26057:0702/225445:7753824594:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'object' but got 'array'. for path: 
[26057:26057:0702/225445:7753825605:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'object' but got 'null'. for path: 
[26057:26057:0702/225445:7753826157:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'object' but got 'function'. for path: 
[26057:26057:0702/225445:7753826797:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'array' but got 'integer'. for path: 
[26057:26057:0702/225445:7753827354:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'string' but got 'integer'. for path: 
[26057:26057:0702/225445:7753827910:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'number' but got 'string'. for path: 
[26057:26057:0702/225445:7753829015:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'integer' but got 'number', consider using Math.round(). for path: 
[26057:26057:0702/225445:7753829616:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'boolean' but got 'integer'. for path: 
[26057:26057:0702/225445:7753830185:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'null' but got 'boolean'. for path: 
[26057:26057:0702/225445:7753830817:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'null' but got 'undefined'. for path: 
[26057:26057:0702/225445:7753831516:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'function' but got 'object'. for path: 
[       OK ] JsonSchemaTest.TestType (278 ms)
[652/836] JsonSchemaTest.TestType (278 ms)
[ RUN      ] JsonSchemaTest.TestTypeReference
[26057:26057:0702/225445:7754038438:INFO:logging_native_handler.cc(56)] Got expected error: String must be at least 2 characters long. for path: baz
[26057:26057:0702/225445:7754039396:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be greater than 10. for path: bar
[26057:26057:0702/225445:7754047009:WARNING:logging_native_handler.cc(62)] Trying to reference "MinLengthString" with neither namespace nor default schema.
[26057:26057:0702/225445:7754048387:INFO:logging_native_handler.cc(56)] Got expected error: Unknown schema reference: MinLengthString. for path: baz
[26057:26057:0702/225445:7754049828:WARNING:logging_native_handler.cc(62)] Trying to reference "NegativeInt" with neither namespace nor default schema.
[26057:26057:0702/225445:7754050410:INFO:logging_native_handler.cc(56)] Got expected error: Unknown schema reference: NegativeInt. for path: baz
[       OK ] JsonSchemaTest.TestTypeReference (222 ms)
[653/836] JsonSchemaTest.TestTypeReference (222 ms)
[ RUN      ] JsonSchemaTest.TestGetAllTypesForSchema
[       OK ] JsonSchemaTest.TestGetAllTypesForSchema (171 ms)
[654/836] JsonSchemaTest.TestGetAllTypesForSchema (171 ms)
[ RUN      ] JsonSchemaTest.TestIsValidSchemaType
[       OK ] JsonSchemaTest.TestIsValidSchemaType (172 ms)
[655/836] JsonSchemaTest.TestIsValidSchemaType (172 ms)
[ RUN      ] JsonSchemaTest.TestCheckSchemaOverlap
[       OK ] JsonSchemaTest.TestCheckSchemaOverlap (185 ms)
[656/836] JsonSchemaTest.TestCheckSchemaOverlap (185 ms)
[ RUN      ] JsonSchemaTest.TestInstanceOf
[26057:26057:0702/225446:7754792602:INFO:logging_native_handler.cc(56)] Got expected error: Object must be an instance of Dog. for path: undefined
[26057:26057:0702/225446:7754795107:INFO:logging_native_handler.cc(56)] Got expected error: Object must be an instance of Cat. for path: undefined
[26057:26057:0702/225446:7754796848:INFO:logging_native_handler.cc(56)] Got expected error: Object must be an instance of String. for path: undefined
[26057:26057:0702/225446:7754797520:INFO:logging_native_handler.cc(56)] Got expected error: Object must be an instance of String. for path: undefined
[26057:26057:0702/225446:7754798102:INFO:logging_native_handler.cc(56)] Got expected error: Object must be an instance of Array. for path: undefined
[26057:26057:0702/225446:7754798664:INFO:logging_native_handler.cc(56)] Got expected error: Object must be an instance of String. for path: undefined
[       OK ] JsonSchemaTest.TestInstanceOf (208 ms)
[657/836] JsonSchemaTest.TestInstanceOf (208 ms)
[ RUN      ] MessagingUtilsUnittest.TestNothing
[       OK ] MessagingUtilsUnittest.TestNothing (121 ms)
[658/836] MessagingUtilsUnittest.TestNothing (121 ms)
[ RUN      ] MessagingUtilsUnittest.NoArguments
[       OK ] MessagingUtilsUnittest.NoArguments (119 ms)
[659/836] MessagingUtilsUnittest.NoArguments (119 ms)
[ RUN      ] MessagingUtilsUnittest.ZeroArguments
[       OK ] MessagingUtilsUnittest.ZeroArguments (135 ms)
[660/836] MessagingUtilsUnittest.ZeroArguments (135 ms)
[ RUN      ] EventUnittest.MaxListeners
[       OK ] EventUnittest.MaxListeners (330 ms)
[661/836] EventUnittest.MaxListeners (330 ms)
[ RUN      ] JsonSchemaTest.TestFormatError
[       OK ] JsonSchemaTest.TestFormatError (223 ms)
[662/836] JsonSchemaTest.TestFormatError (223 ms)
[ RUN      ] JsonSchemaTest.TestComplex
[26053:26053:0702/225445:7753865799:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'function' but got 'object'. for path: 1
[26053:26053:0702/225445:7753870193:INFO:logging_native_handler.cc(56)] Got expected error: String must match the pattern: /^https?\:/. for path: 0.url
[26053:26053:0702/225445:7753873393:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be less than 1. for path: 0.id
[       OK ] JsonSchemaTest.TestComplex (248 ms)
[663/836] JsonSchemaTest.TestComplex (248 ms)
[ RUN      ] JsonSchemaTest.TestEnum
[26053:26053:0702/225445:7754062559:INFO:logging_native_handler.cc(56)] Got expected error: Value must be one of: [foo, 42, false]. for path: 
[26053:26053:0702/225445:7754063436:INFO:logging_native_handler.cc(56)] Got expected error: Value must be one of: [foo, 42, false]. for path: 
[       OK ] JsonSchemaTest.TestEnum (190 ms)
[664/836] JsonSchemaTest.TestEnum (190 ms)
[ RUN      ] JsonSchemaTest.TestExtends
[26053:26053:0702/225445:7754241390:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'number' but got 'string'. for path: 
[26053:26053:0702/225445:7754242503:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be less than 43. for path: 
[       OK ] JsonSchemaTest.TestExtends (178 ms)
[665/836] JsonSchemaTest.TestExtends (178 ms)
[ RUN      ] JsonSchemaTest.TestObject
[26053:26053:0702/225445:7754424439:INFO:logging_native_handler.cc(56)] Got expected error: Unexpected property. for path: extra
[26053:26053:0702/225445:7754425093:INFO:logging_native_handler.cc(56)] Got expected error: Property is required. for path: bar
[26053:26053:0702/225445:7754426241:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'integer' but got 'string'. for path: bar
[26053:26053:0702/225445:7754428328:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'boolean' but got 'string'. for path: extra
[26053:26053:0702/225445:7754430594:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'integer' but got 'string'. for path: bar
[       OK ] JsonSchemaTest.TestObject (199 ms)
[666/836] JsonSchemaTest.TestObject (199 ms)
[ RUN      ] JsonSchemaTest.TestArrayTuple
[26053:26053:0702/225445:7754622171:INFO:logging_native_handler.cc(56)] Got expected error: Array must not have more than 2 items. for path: 
[26053:26053:0702/225445:7754622798:INFO:logging_native_handler.cc(56)] Got expected error: Item is required. for path: 1
[26053:26053:0702/225445:7754623847:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'string' but got 'integer'. for path: 0
[26053:26053:0702/225445:7754625168:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'boolean' but got 'string'. for path: 2
[26053:26053:0702/225445:7754627907:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'string' but got 'integer'. for path: 0
[       OK ] JsonSchemaTest.TestArrayTuple (191 ms)
[667/836] JsonSchemaTest.TestArrayTuple (191 ms)
[ RUN      ] JsonSchemaTest.TestArrayNonTuple
[26053:26053:0702/225446:7754810791:INFO:logging_native_handler.cc(56)] Got expected error: Array must have at least 2 items. for path: 
[26053:26053:0702/225446:7754811473:INFO:logging_native_handler.cc(56)] Got expected error: Array must not have more than 3 items. for path: 
[26053:26053:0702/225446:7754812686:INFO:logging_native_handler.cc(56)] Got expected error: Array must have at least 2 items. for path: 
[26053:26053:0702/225446:7754812923:INFO:logging_native_handler.cc(56)] Got expected error: Expected 'string' but got 'integer'. for path: .0
[       OK ] JsonSchemaTest.TestArrayNonTuple (172 ms)
[668/836] JsonSchemaTest.TestArrayNonTuple (172 ms)
[ RUN      ] JsonSchemaTest.TestString
[26053:26053:0702/225446:7754982510:INFO:logging_native_handler.cc(56)] Got expected error: String must match the pattern: /^x/. for path: 
[26053:26053:0702/225446:7754983228:INFO:logging_native_handler.cc(56)] Got expected error: String must not be more than 10 characters long. for path: 
[26053:26053:0702/225446:7754984138:INFO:logging_native_handler.cc(56)] Got expected error: String must be at least 1 characters long. for path: 
[26053:26053:0702/225446:7754984378:INFO:logging_native_handler.cc(56)] Got expected error: String must match the pattern: /^x/. for path: 
[       OK ] JsonSchemaTest.TestString (173 ms)
[669/836] JsonSchemaTest.TestString (173 ms)
[ RUN      ] JsonSchemaTest.TestNumber
[26053:26053:0702/225446:7755161598:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be less than 1. for path: 
[26053:26053:0702/225446:7755162271:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be greater than 100. for path: 
[26053:26053:0702/225446:7755163681:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be greater than 100. for path: 
[26053:26053:0702/225446:7755163927:INFO:logging_native_handler.cc(56)] Got expected error: Value must not have more than 2 decimal places. for path: 
[26053:26053:0702/225446:7755165576:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be NaN. for path: 
[26053:26053:0702/225446:7755166521:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be Infinity. for path: 
[26053:26053:0702/225446:7755166759:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be greater than 100. for path: 
[26053:26053:0702/225446:7755167471:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be -Infinity. for path: 
[26053:26053:0702/225446:7755167706:INFO:logging_native_handler.cc(56)] Got expected error: Value must not be less than 1. for path: 
[       OK ] JsonSchemaTest.TestNumber (220 ms)
[670/836] JsonSchemaTest.TestNumber (220 ms)
[ RUN      ] SerialApiTest.GetDevices
[26018:26018:0702/225439:7747894775:WARNING:console.cc(108)] Could not log "[SUCCESS] testGetDevices": no render frame found
[       OK ] SerialApiTest.GetDevices (1740 ms)
[671/836] SerialApiTest.GetDevices (1740 ms)
[ RUN      ] SerialApiTest.ConnectFail
[26018:26018:0702/225440:7749345784:WARNING:console.cc(108)] Could not log "[SUCCESS] testConnectFail": no render frame found
[       OK ] SerialApiTest.ConnectFail (1549 ms)
[672/836] SerialApiTest.ConnectFail (1549 ms)
[ RUN      ] SerialApiTest.GetInfoFailOnConnect
[26018:26018:0702/225441:7750057383:WARNING:console.cc(108)] Could not log "[SUCCESS] testGetInfoFailOnConnect": no render frame found
[       OK ] SerialApiTest.GetInfoFailOnConnect (693 ms)
[673/836] SerialApiTest.GetInfoFailOnConnect (693 ms)
[ RUN      ] SerialApiTest.ConnectFail
[26018:26018:0702/225440:7749345784:WARNING:console.cc(108)] Could not log "[SUCCESS] testConnectFail": no render frame found
[       OK ] SerialApiTest.ConnectFail (1549 ms)
[674/836] SerialApiTest.Connect (912 ms)
[ RUN      ] SerialApiTest.ConnectDefaultOptions
[26018:26018:0702/225442:7751719769:WARNING:console.cc(108)] Could not log "[SUCCESS] testConnectDefaultOptions": no render frame found
[       OK ] SerialApiTest.ConnectDefaultOptions (764 ms)
[675/836] SerialApiTest.ConnectDefaultOptions (764 ms)
[ RUN      ] SerialApiTest.ConnectInvalidBitrate
[26018:26018:0702/225443:7752430929:WARNING:console.cc(108)] Could not log "[SUCCESS] testConnectInvalidBitrate": no render frame found
[       OK ] SerialApiTest.ConnectInvalidBitrate (709 ms)
[676/836] SerialApiTest.ConnectInvalidBitrate (709 ms)
[ RUN      ] SerialApiTest.GetInfoFailOnConnect
[26018:26018:0702/225441:7750057383:WARNING:console.cc(108)] Could not log "[SUCCESS] testGetInfoFailOnConnect": no render frame found
[       OK ] SerialApiTest.GetInfoFailOnConnect (693 ms)
[677/836] SerialApiTest.GetInfo (895 ms)
[ RUN      ] SerialApiTest.GetInfoAfterSerialization
[26018:26018:0702/225445:7754115069:WARNING:console.cc(108)] Could not log "[SUCCESS] testGetInfoAfterSerialization": no render frame found
[       OK ] SerialApiTest.GetInfoAfterSerialization (809 ms)
[678/836] SerialApiTest.GetInfoAfterSerialization (809 ms)
[ RUN      ] SerialApiTest.GetInfoFailToGetPortInfo
[26018:26018:0702/225446:7754901580:WARNING:console.cc(108)] Could not log "[SUCCESS] testGetInfoFailToGetPortInfo": no render frame found
[       OK ] SerialApiTest.GetInfoFailToGetPortInfo (752 ms)
[679/836] SerialApiTest.GetInfoFailToGetPortInfo (752 ms)
[ RUN      ] SerialApiTest.GetConnections
[26018:26018:0702/225446:7755659633:WARNING:console.cc(108)] Could not log "[SUCCESS] testGetConnections": no render frame found
[       OK ] SerialApiTest.GetConnections (786 ms)
[680/836] SerialApiTest.GetConnections (786 ms)
[ RUN      ] SerialApiTest.ReceiveErrorDisconnected
[26025:26025:0702/225439:7748274096:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveErrorDisconnected": no render frame found
[       OK ] SerialApiTest.ReceiveErrorDisconnected (1947 ms)
[681/836] SerialApiTest.ReceiveErrorDisconnected (1947 ms)
[ RUN      ] SerialApiTest.ReceiveErrorDeviceLost
[26025:26025:0702/225441:7749822600:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveErrorDeviceLost": no render frame found
[       OK ] SerialApiTest.ReceiveErrorDeviceLost (1645 ms)
[682/836] SerialApiTest.ReceiveErrorDeviceLost (1645 ms)
[ RUN      ] SerialApiTest.ReceiveErrorSystemError
[26025:26025:0702/225441:7750590968:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveErrorSystemError": no render frame found
[       OK ] SerialApiTest.ReceiveErrorSystemError (850 ms)
[683/836] SerialApiTest.ReceiveErrorSystemError (850 ms)
[ RUN      ] SerialApiTest.SendErrorDisconnected
[26025:26025:0702/225442:7751465750:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendErrorDisconnected": no render frame found
[       OK ] SerialApiTest.SendErrorDisconnected (867 ms)
[684/836] SerialApiTest.SendErrorDisconnected (867 ms)
[ RUN      ] SerialApiTest.SendErrorSystemError
[26025:26025:0702/225443:7752287169:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendErrorSystemError": no render frame found
[       OK ] SerialApiTest.SendErrorSystemError (752 ms)
[685/836] SerialApiTest.SendErrorSystemError (752 ms)
[ RUN      ] SerialApiTest.DisconnectUnknownConnectionId
[26025:26025:0702/225444:7752981739:WARNING:console.cc(108)] Could not log "[SUCCESS] testDisconnectUnknownConnectionId": no render frame found
[       OK ] SerialApiTest.DisconnectUnknownConnectionId (657 ms)
[686/836] SerialApiTest.DisconnectUnknownConnectionId (657 ms)
[ RUN      ] SerialApiTest.GetInfoUnknownConnectionId
[26025:26025:0702/225444:7753632105:WARNING:console.cc(108)] Could not log "[SUCCESS] testGetInfoUnknownConnectionId": no render frame found
[       OK ] SerialApiTest.GetInfoUnknownConnectionId (737 ms)
[687/836] SerialApiTest.GetInfoUnknownConnectionId (737 ms)
[ RUN      ] SerialApiTest.UpdateUnknownConnectionId
[26025:26025:0702/225445:7754404232:WARNING:console.cc(108)] Could not log "[SUCCESS] testUpdateUnknownConnectionId": no render frame found
[       OK ] SerialApiTest.UpdateUnknownConnectionId (762 ms)
[688/836] SerialApiTest.UpdateUnknownConnectionId (762 ms)
[ RUN      ] SerialApiTest.SetControlSignalsUnknownConnectionId
[26025:26025:0702/225446:7755154000:WARNING:console.cc(108)] Could not log "[SUCCESS] testSetControlSignalsUnknownConnectionId": no render frame found
[       OK ] SerialApiTest.SetControlSignalsUnknownConnectionId (707 ms)
[689/836] SerialApiTest.SetControlSignalsUnknownConnectionId (707 ms)
[ RUN      ] SerialApiTest.GetControlSignalsUnknownConnectionId
[26025:26025:0702/225447:7755836587:WARNING:console.cc(108)] Could not log "[SUCCESS] testGetControlSignalsUnknownConnectionId": no render frame found
[       OK ] SerialApiTest.GetControlSignalsUnknownConnectionId (713 ms)
[690/836] SerialApiTest.GetControlSignalsUnknownConnectionId (713 ms)
[ RUN      ] MessagingUtilsUnittest.TooManyArgumentsNoOptions
[       OK ] MessagingUtilsUnittest.TooManyArgumentsNoOptions (159 ms)
[691/836] MessagingUtilsUnittest.TooManyArgumentsNoOptions (159 ms)
[ RUN      ] MessagingUtilsUnittest.TooManyArgumentsWithOptions
[       OK ] MessagingUtilsUnittest.TooManyArgumentsWithOptions (70 ms)
[692/836] MessagingUtilsUnittest.TooManyArgumentsWithOptions (70 ms)
[ RUN      ] MessagingUtilsUnittest.FinalArgumentIsNotAFunctionNoOptions
[       OK ] MessagingUtilsUnittest.FinalArgumentIsNotAFunctionNoOptions (65 ms)
[693/836] MessagingUtilsUnittest.FinalArgumentIsNotAFunctionNoOptions (65 ms)
[ RUN      ] MessagingUtilsUnittest.FinalArgumentIsNotAFunctionWithOptions
[       OK ] MessagingUtilsUnittest.FinalArgumentIsNotAFunctionWithOptions (79 ms)
[694/836] MessagingUtilsUnittest.FinalArgumentIsNotAFunctionWithOptions (79 ms)
[ RUN      ] MessagingUtilsUnittest.OneStringArgument
[       OK ] MessagingUtilsUnittest.OneStringArgument (120 ms)
[695/836] MessagingUtilsUnittest.OneStringArgument (120 ms)
[ RUN      ] MessagingUtilsUnittest.OneStringAndOneNullArgument
[       OK ] MessagingUtilsUnittest.OneStringAndOneNullArgument (124 ms)
[696/836] MessagingUtilsUnittest.OneStringAndOneNullArgument (124 ms)
[ RUN      ] MessagingUtilsUnittest.OneNullAndOneStringArgument
[       OK ] MessagingUtilsUnittest.OneNullAndOneStringArgument (126 ms)
[697/836] MessagingUtilsUnittest.OneNullAndOneStringArgument (126 ms)
[ RUN      ] MessagingUtilsUnittest.OneStringAndOneFunctionArgument
[       OK ] MessagingUtilsUnittest.OneStringAndOneFunctionArgument (111 ms)
[698/836] MessagingUtilsUnittest.OneStringAndOneFunctionArgument (111 ms)
[ RUN      ] MessagingUtilsUnittest.OneStringAndOneObjectArgument
[       OK ] MessagingUtilsUnittest.OneStringAndOneObjectArgument (118 ms)
[699/836] MessagingUtilsUnittest.OneStringAndOneObjectArgument (118 ms)
[ RUN      ] MessagingUtilsUnittest.TwoObjectArguments
[       OK ] MessagingUtilsUnittest.TwoObjectArguments (120 ms)
[700/836] MessagingUtilsUnittest.TwoObjectArguments (120 ms)
[ RUN      ] SerialApiTest.SendAfterSuccessfulSend
[26023:26023:0702/225439:7748230723:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendAfterSuccessfulSend": no render frame found
[       OK ] SerialApiTest.SendAfterSuccessfulSend (1960 ms)
[701/836] SerialApiTest.SendAfterSuccessfulSend (1960 ms)
[ RUN      ] SerialApiTest.SendPartialSuccessWithError
[26023:26023:0702/225441:7749793402:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendPartialSuccessWithError": no render frame found
[       OK ] SerialApiTest.SendPartialSuccessWithError (1669 ms)
[702/836] SerialApiTest.SendPartialSuccessWithError (1669 ms)
[ RUN      ] SerialApiTest.SendTimeout
[26023:26023:0702/225441:7750643919:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendTimeout": no render frame found
[       OK ] SerialApiTest.SendTimeout (870 ms)
[703/836] SerialApiTest.SendTimeout (870 ms)
[ RUN      ] SerialApiTest.SendTimeoutAfterSerialization
[26023:26023:0702/225442:7751502604:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendTimeoutAfterSerialization": no render frame found
[       OK ] SerialApiTest.SendTimeoutAfterSerialization (907 ms)
[704/836] SerialApiTest.SendTimeoutAfterSerialization (907 ms)
[ RUN      ] SerialApiTest.DisableSendTimeout
[26023:26023:0702/225443:7752352668:WARNING:console.cc(108)] Could not log "[SUCCESS] testDisableSendTimeout": no render frame found
[       OK ] SerialApiTest.DisableSendTimeout (780 ms)
[705/836] SerialApiTest.DisableSendTimeout (780 ms)
[ RUN      ] SerialApiTest.PausedReceive
[26023:26023:0702/225444:7753157037:WARNING:console.cc(108)] Could not log "[SUCCESS] testPausedReceive": no render frame found
[       OK ] SerialApiTest.PausedReceive (793 ms)
[706/836] SerialApiTest.PausedReceive (793 ms)
[ RUN      ] SerialApiTest.PausedReceiveError
[26023:26023:0702/225445:7753922965:WARNING:console.cc(108)] Could not log "[SUCCESS] testPausedReceiveError": no render frame found
[       OK ] SerialApiTest.PausedReceiveError (802 ms)
[707/836] SerialApiTest.PausedReceiveError (802 ms)
[ RUN      ] SerialApiTest.ReceiveTimeout
[26023:26023:0702/225445:7754731865:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveTimeout": no render frame found
[       OK ] SerialApiTest.ReceiveTimeout (795 ms)
[708/836] SerialApiTest.ReceiveTimeout (795 ms)
[ RUN      ] SerialApiTest.ReceiveTimeoutAfterSerialization
[26023:26023:0702/225446:7755485993:WARNING:console.cc(108)] Could not log "[SUCCESS] testReceiveTimeoutAfterSerialization": no render frame found
[       OK ] SerialApiTest.ReceiveTimeoutAfterSerialization (706 ms)
[709/836] SerialApiTest.ReceiveTimeoutAfterSerialization (706 ms)
[ RUN      ] SerialApiTest.DisableReceiveTimeout
[26023:26023:0702/225447:7756175180:WARNING:console.cc(108)] Could not log "[SUCCESS] testDisableReceiveTimeout": no render frame found
[       OK ] SerialApiTest.DisableReceiveTimeout (676 ms)
[710/836] SerialApiTest.DisableReceiveTimeout (676 ms)
[ RUN      ] UnpackerTest.InvalidDefaultLocale
[       OK ] UnpackerTest.InvalidDefaultLocale (34 ms)
[711/836] UnpackerTest.InvalidDefaultLocale (34 ms)
[ RUN      ] UnpackerTest.InvalidMessagesFile
[       OK ] UnpackerTest.InvalidMessagesFile (39 ms)
[712/836] UnpackerTest.InvalidMessagesFile (39 ms)
[ RUN      ] UnpackerTest.MissingDefaultData
[       OK ] UnpackerTest.MissingDefaultData (8 ms)
[713/836] UnpackerTest.MissingDefaultData (8 ms)
[ RUN      ] UnpackerTest.MissingDefaultLocaleHasLocalesFolder
[       OK ] UnpackerTest.MissingDefaultLocaleHasLocalesFolder (6 ms)
[714/836] UnpackerTest.MissingDefaultLocaleHasLocalesFolder (6 ms)
[ RUN      ] UnpackerTest.MissingMessagesFile
[       OK ] UnpackerTest.MissingMessagesFile (8 ms)
[715/836] UnpackerTest.MissingMessagesFile (8 ms)
[ RUN      ] UnpackerTest.NoLocaleData
[       OK ] UnpackerTest.NoLocaleData (7 ms)
[716/836] UnpackerTest.NoLocaleData (7 ms)
[ RUN      ] UnpackerTest.GoodL10n
[       OK ] UnpackerTest.GoodL10n (15 ms)
[717/836] UnpackerTest.GoodL10n (15 ms)
[ RUN      ] UnpackerTest.NoL10n
[       OK ] UnpackerTest.NoL10n (7 ms)
[718/836] UnpackerTest.NoL10n (7 ms)
[ RUN      ] UnpackerTest.BadPathError
[       OK ] UnpackerTest.BadPathError (20 ms)
[719/836] UnpackerTest.BadPathError (20 ms)
[ RUN      ] UnpackerTest.ImageDecodingError
[       OK ] UnpackerTest.ImageDecodingError (10 ms)
[720/836] UnpackerTest.ImageDecodingError (10 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/0
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/0 (0 ms)
[721/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/0 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/1
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/1 (0 ms)
[722/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/1 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/2
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/2 (0 ms)
[723/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/2 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/3
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/3 (0 ms)
[724/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/3 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/4
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/4 (0 ms)
[725/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/4 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/5
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/5 (0 ms)
[726/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/5 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/6
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/6 (0 ms)
[727/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/6 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/7
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/7 (0 ms)
[728/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/7 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/8
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/8 (1 ms)
[729/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/8 (1 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/9
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/9 (0 ms)
[730/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/9 (0 ms)
[ RUN      ] ModuleSystemTest.TestExceptionHandling
[       OK ] ModuleSystemTest.TestExceptionHandling (177 ms)
[731/836] ModuleSystemTest.TestExceptionHandling (177 ms)
[ RUN      ] ModuleSystemTest.TestRequire
[       OK ] ModuleSystemTest.TestRequire (130 ms)
[732/836] ModuleSystemTest.TestRequire (130 ms)
[ RUN      ] ModuleSystemTest.TestNestedRequire
[       OK ] ModuleSystemTest.TestNestedRequire (113 ms)
[733/836] ModuleSystemTest.TestNestedRequire (113 ms)
[ RUN      ] ModuleSystemTest.TestModuleInsulation
[       OK ] ModuleSystemTest.TestModuleInsulation (130 ms)
[734/836] ModuleSystemTest.TestModuleInsulation (130 ms)
[ RUN      ] ModuleSystemTest.TestNativesAreDisabledOutsideANativesEnabledScope
[       OK ] ModuleSystemTest.TestNativesAreDisabledOutsideANativesEnabledScope (118 ms)
[735/836] ModuleSystemTest.TestNativesAreDisabledOutsideANativesEnabledScope (118 ms)
[ RUN      ] ModuleSystemTest.TestNativesAreEnabledWithinANativesEnabledScope
[       OK ] ModuleSystemTest.TestNativesAreEnabledWithinANativesEnabledScope (78 ms)
[736/836] ModuleSystemTest.TestNativesAreEnabledWithinANativesEnabledScope (78 ms)
[ RUN      ] ModuleSystemTest.TestLazyField
[       OK ] ModuleSystemTest.TestLazyField (100 ms)
[737/836] ModuleSystemTest.TestLazyField (100 ms)
[ RUN      ] ModuleSystemTest.TestLazyFieldYieldingObject
[       OK ] ModuleSystemTest.TestLazyFieldYieldingObject (136 ms)
[738/836] ModuleSystemTest.TestLazyFieldYieldingObject (136 ms)
[ RUN      ] ModuleSystemTest.TestLazyFieldIsOnlyEvaledOnce
[       OK ] ModuleSystemTest.TestLazyFieldIsOnlyEvaledOnce (111 ms)
[739/836] ModuleSystemTest.TestLazyFieldIsOnlyEvaledOnce (111 ms)
[ RUN      ] ModuleSystemTest.TestRequireNativesAfterLazyEvaluation
[       OK ] ModuleSystemTest.TestRequireNativesAfterLazyEvaluation (121 ms)
[740/836] ModuleSystemTest.TestRequireNativesAfterLazyEvaluation (121 ms)
[ RUN      ] ModuleSystemTest.TestTransitiveRequire
[       OK ] ModuleSystemTest.TestTransitiveRequire (160 ms)
[741/836] ModuleSystemTest.TestTransitiveRequire (160 ms)
[ RUN      ] ModuleSystemTest.TestModulesOnlyGetEvaledOnce
[       OK ] ModuleSystemTest.TestModulesOnlyGetEvaledOnce (119 ms)
[742/836] ModuleSystemTest.TestModulesOnlyGetEvaledOnce (119 ms)
[ RUN      ] ModuleSystemTest.TestOverrideNativeHandler
[       OK ] ModuleSystemTest.TestOverrideNativeHandler (113 ms)
[743/836] ModuleSystemTest.TestOverrideNativeHandler (113 ms)
[ RUN      ] ModuleSystemTest.TestOverrideNonExistentNativeHandler
[       OK ] ModuleSystemTest.TestOverrideNonExistentNativeHandler (118 ms)
[744/836] ModuleSystemTest.TestOverrideNonExistentNativeHandler (118 ms)
[ RUN      ] ModuleSystemTest.TestRequireAsync
[       OK ] ModuleSystemTest.TestRequireAsync (148 ms)
[745/836] ModuleSystemTest.TestRequireAsync (148 ms)
[ RUN      ] ModuleSystemTest.TestRequireAsyncInParallel
[       OK ] ModuleSystemTest.TestRequireAsyncInParallel (135 ms)
[746/836] ModuleSystemTest.TestRequireAsyncInParallel (135 ms)
[ RUN      ] ModuleSystemTest.TestNestedRequireAsyncs
[       OK ] ModuleSystemTest.TestNestedRequireAsyncs (126 ms)
[747/836] ModuleSystemTest.TestNestedRequireAsyncs (126 ms)
[ RUN      ] ModuleSystemTest.TestRequireFromAMDModule
[       OK ] ModuleSystemTest.TestRequireFromAMDModule (129 ms)
[748/836] ModuleSystemTest.TestRequireFromAMDModule (129 ms)
[ RUN      ] ModuleSystemTest.TestRequireAsyncFromAMDModule
[       OK ] ModuleSystemTest.TestRequireAsyncFromAMDModule (109 ms)
[749/836] ModuleSystemTest.TestRequireAsyncFromAMDModule (109 ms)
[ RUN      ] ModuleSystemTest.TestRequireAsyncFromAnotherContext
[       OK ] ModuleSystemTest.TestRequireAsyncFromAnotherContext (98 ms)
[750/836] ModuleSystemTest.TestRequireAsyncFromAnotherContext (98 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/20
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/20 (0 ms)
[751/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/20 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/21
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/21 (1 ms)
[752/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/21 (1 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/22
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/22 (0 ms)
[753/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/22 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/23
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/23 (0 ms)
[754/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/23 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/24
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/24 (0 ms)
[755/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/24 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/25
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/25 (0 ms)
[756/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/25 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/26
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/26 (1 ms)
[757/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/26 (1 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/27
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/27 (0 ms)
[758/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/27 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/28
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/28 (0 ms)
[759/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/28 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/29
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/29 (0 ms)
[760/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/29 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/10
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/10 (0 ms)
[761/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/10 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/11
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/11 (1 ms)
[762/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/11 (1 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/12
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/12 (0 ms)
[763/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/12 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/13
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/13 (0 ms)
[764/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/13 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/14
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/14 (0 ms)
[765/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/14 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/15
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/15 (0 ms)
[766/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/15 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/16
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/16 (0 ms)
[767/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/16 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/17
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/17 (0 ms)
[768/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/17 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/18
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/18 (0 ms)
[769/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/18 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/19
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/19 (0 ms)
[770/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/19 (0 ms)
[ RUN      ] SerialApiTest.GetControlSignals
[26020:26020:0702/225439:7748269729:WARNING:console.cc(108)] Could not log "[SUCCESS] testGetControlSignals": no render frame found
[       OK ] SerialApiTest.GetControlSignals (2008 ms)
[771/836] SerialApiTest.GetControlSignals (2008 ms)
[ RUN      ] SerialApiTest.SetControlSignals
[26020:26020:0702/225441:7749893726:WARNING:console.cc(108)] Could not log "[SUCCESS] testSetControlSignals": no render frame found
[       OK ] SerialApiTest.SetControlSignals (1733 ms)
[772/836] SerialApiTest.SetControlSignals (1733 ms)
[ RUN      ] SerialApiTest.Update
[26020:26020:0702/225442:7751088437:WARNING:console.cc(108)] Could not log "[SUCCESS] testUpdate": no render frame found
[       OK ] SerialApiTest.Update (1213 ms)
[773/836] SerialApiTest.Update (1213 ms)
[ RUN      ] SerialApiTest.UpdateAcrossSerialization
[26020:26020:0702/225443:7752445044:WARNING:console.cc(108)] Could not log "[SUCCESS] testUpdateAcrossSerialization": no render frame found
[       OK ] SerialApiTest.UpdateAcrossSerialization (1420 ms)
[774/836] SerialApiTest.UpdateAcrossSerialization (1420 ms)
[ RUN      ] SerialApiTest.UpdateInvalidBitrate
[26020:26020:0702/225444:7753276168:WARNING:console.cc(108)] Could not log "[SUCCESS] testUpdateInvalidBitrate": no render frame found
[       OK ] SerialApiTest.UpdateInvalidBitrate (788 ms)
[775/836] SerialApiTest.UpdateInvalidBitrate (788 ms)
[ RUN      ] SerialApiTest.Flush
[26020:26020:0702/225445:7754078387:WARNING:console.cc(108)] Could not log "[SUCCESS] testFlush": no render frame found
[       OK ] SerialApiTest.Flush (786 ms)
[776/836] SerialApiTest.Flush (786 ms)
[ RUN      ] SerialApiTest.SetPaused
[26020:26020:0702/225446:7754875869:WARNING:console.cc(108)] Could not log "[SUCCESS] testSetPaused": no render frame found
[       OK ] SerialApiTest.SetPaused (787 ms)
[777/836] SerialApiTest.SetPaused (787 ms)
[ RUN      ] SerialApiTest.Echo
[26020:26020:0702/225446:7755709884:WARNING:console.cc(108)] Could not log "[SUCCESS] testEcho": no render frame found
[       OK ] SerialApiTest.Echo (831 ms)
[778/836] SerialApiTest.Echo (831 ms)
[ RUN      ] SerialApiTest.EchoAfterSerialization
[26020:26020:0702/225447:7756462252:WARNING:console.cc(108)] Could not log "[SUCCESS] testEchoAfterSerialization": no render frame found
[       OK ] SerialApiTest.EchoAfterSerialization (639 ms)
[779/836] SerialApiTest.EchoAfterSerialization (639 ms)
[ RUN      ] SerialApiTest.SendDuringExistingSend
[26020:26020:0702/225448:7757092708:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendDuringExistingSend": no render frame found
[       OK ] SerialApiTest.SendDuringExistingSend (745 ms)
[780/836] SerialApiTest.SendDuringExistingSend (745 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/30
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/30 (0 ms)
[781/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/30 (0 ms)
[ RUN      ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/31
[       OK ] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/31 (0 ms)
[782/836] ExtensionPrefValueMapTestIncognitoTestsInstance/ExtensionPrefValueMapTestIncognitoTests.OverrideIncognito/31 (0 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.GetWhenEmpty/0
[       OK ] LeveldbValueStore/ValueStoreTest.GetWhenEmpty/0 (11 ms)
[783/836] LeveldbValueStore/ValueStoreTest.GetWhenEmpty/0 (11 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.GetWithSingleValue/0
[       OK ] LeveldbValueStore/ValueStoreTest.GetWithSingleValue/0 (8 ms)
[784/836] LeveldbValueStore/ValueStoreTest.GetWithSingleValue/0 (8 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.GetWithMultipleValues/0
[       OK ] LeveldbValueStore/ValueStoreTest.GetWithMultipleValues/0 (7 ms)
[785/836] LeveldbValueStore/ValueStoreTest.GetWithMultipleValues/0 (7 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.RemoveWhenEmpty/0
[       OK ] LeveldbValueStore/ValueStoreTest.RemoveWhenEmpty/0 (8 ms)
[786/836] LeveldbValueStore/ValueStoreTest.RemoveWhenEmpty/0 (8 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.RemoveWithSingleValue/0
[       OK ] LeveldbValueStore/ValueStoreTest.RemoveWithSingleValue/0 (8 ms)
[787/836] LeveldbValueStore/ValueStoreTest.RemoveWithSingleValue/0 (8 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.RemoveWithMultipleValues/0
[       OK ] LeveldbValueStore/ValueStoreTest.RemoveWithMultipleValues/0 (8 ms)
[788/836] LeveldbValueStore/ValueStoreTest.RemoveWithMultipleValues/0 (8 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.SetWhenOverwriting/0
[       OK ] LeveldbValueStore/ValueStoreTest.SetWhenOverwriting/0 (8 ms)
[789/836] LeveldbValueStore/ValueStoreTest.SetWhenOverwriting/0 (8 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.ClearWhenEmpty/0
[       OK ] LeveldbValueStore/ValueStoreTest.ClearWhenEmpty/0 (14 ms)
[790/836] LeveldbValueStore/ValueStoreTest.ClearWhenEmpty/0 (14 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.ClearWhenNotEmpty/0
[       OK ] LeveldbValueStore/ValueStoreTest.ClearWhenNotEmpty/0 (11 ms)
[791/836] LeveldbValueStore/ValueStoreTest.ClearWhenNotEmpty/0 (11 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.DotsInKeyNames/0
[       OK ] LeveldbValueStore/ValueStoreTest.DotsInKeyNames/0 (6 ms)
[792/836] LeveldbValueStore/ValueStoreTest.DotsInKeyNames/0 (6 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.DotsInKeyNamesWithDicts/0
[       OK ] LeveldbValueStore/ValueStoreTest.DotsInKeyNamesWithDicts/0 (6 ms)
[793/836] LeveldbValueStore/ValueStoreTest.DotsInKeyNamesWithDicts/0 (6 ms)
[ RUN      ] LeveldbValueStore/ValueStoreTest.ComplexChangedKeysScenarios/0
[       OK ] LeveldbValueStore/ValueStoreTest.ComplexChangedKeysScenarios/0 (24 ms)
[794/836] LeveldbValueStore/ValueStoreTest.ComplexChangedKeysScenarios/0 (24 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.GetWhenEmpty/0
[       OK ] TestingValueStore/ValueStoreTest.GetWhenEmpty/0 (0 ms)
[795/836] TestingValueStore/ValueStoreTest.GetWhenEmpty/0 (0 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.GetWithSingleValue/0
[       OK ] TestingValueStore/ValueStoreTest.GetWithSingleValue/0 (1 ms)
[796/836] TestingValueStore/ValueStoreTest.GetWithSingleValue/0 (1 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.GetWithMultipleValues/0
[       OK ] TestingValueStore/ValueStoreTest.GetWithMultipleValues/0 (0 ms)
[797/836] TestingValueStore/ValueStoreTest.GetWithMultipleValues/0 (0 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.RemoveWhenEmpty/0
[       OK ] TestingValueStore/ValueStoreTest.RemoveWhenEmpty/0 (0 ms)
[798/836] TestingValueStore/ValueStoreTest.RemoveWhenEmpty/0 (0 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.RemoveWithSingleValue/0
[       OK ] TestingValueStore/ValueStoreTest.RemoveWithSingleValue/0 (0 ms)
[799/836] TestingValueStore/ValueStoreTest.RemoveWithSingleValue/0 (0 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.RemoveWithMultipleValues/0
[       OK ] TestingValueStore/ValueStoreTest.RemoveWithMultipleValues/0 (1 ms)
[800/836] TestingValueStore/ValueStoreTest.RemoveWithMultipleValues/0 (1 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.SetWhenOverwriting/0
[       OK ] TestingValueStore/ValueStoreTest.SetWhenOverwriting/0 (0 ms)
[801/836] TestingValueStore/ValueStoreTest.SetWhenOverwriting/0 (0 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.ClearWhenEmpty/0
[       OK ] TestingValueStore/ValueStoreTest.ClearWhenEmpty/0 (1 ms)
[802/836] TestingValueStore/ValueStoreTest.ClearWhenEmpty/0 (1 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.ClearWhenNotEmpty/0
[       OK ] TestingValueStore/ValueStoreTest.ClearWhenNotEmpty/0 (0 ms)
[803/836] TestingValueStore/ValueStoreTest.ClearWhenNotEmpty/0 (0 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.DotsInKeyNames/0
[       OK ] TestingValueStore/ValueStoreTest.DotsInKeyNames/0 (1 ms)
[804/836] TestingValueStore/ValueStoreTest.DotsInKeyNames/0 (1 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.DotsInKeyNamesWithDicts/0
[       OK ] TestingValueStore/ValueStoreTest.DotsInKeyNamesWithDicts/0 (0 ms)
[805/836] TestingValueStore/ValueStoreTest.DotsInKeyNamesWithDicts/0 (0 ms)
[ RUN      ] TestingValueStore/ValueStoreTest.ComplexChangedKeysScenarios/0
[       OK ] TestingValueStore/ValueStoreTest.ComplexChangedKeysScenarios/0 (0 ms)
[806/836] TestingValueStore/ValueStoreTest.ComplexChangedKeysScenarios/0 (0 ms)
[ RUN      ] ScriptContextSetTest.Lifecycle
[       OK ] ScriptContextSetTest.Lifecycle (37 ms)
[807/836] ScriptContextSetTest.Lifecycle (37 ms)
[ RUN      ] ScriptContextTest.GinRunnerLifetime
[       OK ] ScriptContextTest.GinRunnerLifetime (141 ms)
[808/836] ScriptContextTest.GinRunnerLifetime (141 ms)
[ RUN      ] UtilsUnittest.TestNothing
[       OK ] UtilsUnittest.TestNothing (109 ms)
[809/836] UtilsUnittest.TestNothing (109 ms)
[ RUN      ] UtilsUnittest.SuperClass
[       OK ] UtilsUnittest.SuperClass (198 ms)
[810/836] UtilsUnittest.SuperClass (198 ms)
[ RUN      ] UtilsUnittest.PromiseNoResult
[       OK ] UtilsUnittest.PromiseNoResult (171 ms)
[811/836] UtilsUnittest.PromiseNoResult (171 ms)
[ RUN      ] UtilsUnittest.PromiseOneResult
[       OK ] UtilsUnittest.PromiseOneResult (117 ms)
[812/836] UtilsUnittest.PromiseOneResult (117 ms)
[ RUN      ] UtilsUnittest.PromiseTwoResults
[       OK ] UtilsUnittest.PromiseTwoResults (123 ms)
[813/836] UtilsUnittest.PromiseTwoResults (123 ms)
[ RUN      ] UtilsUnittest.PromiseError
[       OK ] UtilsUnittest.PromiseError (107 ms)
[814/836] UtilsUnittest.PromiseError (107 ms)
[ RUN      ] UnpackerTest.EmptyDefaultLocale
[       OK ] UnpackerTest.EmptyDefaultLocale (20 ms)
[815/836] UnpackerTest.EmptyDefaultLocale (20 ms)
[ RUN      ] UnpackerTest.HasDefaultLocaleMissingLocalesFolder
[       OK ] UnpackerTest.HasDefaultLocaleMissingLocalesFolder (5 ms)
[816/836] UnpackerTest.HasDefaultLocaleMissingLocalesFolder (5 ms)
[ RUN      ] SerialApiTest.FlushUnknownConnectionId
[26031:26031:0702/225440:7749158183:WARNING:console.cc(108)] Could not log "[SUCCESS] testFlushUnknownConnectionId": no render frame found
[       OK ] SerialApiTest.FlushUnknownConnectionId (1771 ms)
[817/836] SerialApiTest.FlushUnknownConnectionId (1771 ms)
[ RUN      ] SerialApiTest.SetPausedUnknownConnectionId
[26031:26031:0702/225441:7750578509:WARNING:console.cc(108)] Could not log "[SUCCESS] testSetPausedUnknownConnectionId": no render frame found
[       OK ] SerialApiTest.SetPausedUnknownConnectionId (1494 ms)
[818/836] SerialApiTest.SetPausedUnknownConnectionId (1494 ms)
[ RUN      ] SerialApiTest.SendUnknownConnectionId
[26031:26031:0702/225442:7751277896:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendUnknownConnectionId": no render frame found
[       OK ] SerialApiTest.SendUnknownConnectionId (703 ms)
[819/836] SerialApiTest.SendUnknownConnectionId (703 ms)
[ RUN      ] SerialApiTest.StashAndRestoreDuringEcho
[26031:26031:0702/225443:7752196143:WARNING:console.cc(108)] Could not log "[SUCCESS] testSendAndStash": no render frame found
[26031:26031:0702/225444:7752896381:WARNING:console.cc(108)] Could not log "[SUCCESS] testRestoreAndReceive": no render frame found
[       OK ] SerialApiTest.StashAndRestoreDuringEcho (1723 ms)
[820/836] SerialApiTest.StashAndRestoreDuringEcho (1723 ms)
[ RUN      ] SerialApiTest.StashAndRestoreDuringEchoError
[26031:26031:0702/225444:7753704666:WARNING:console.cc(108)] Could not log "[SUCCESS] testRestoreAndReceiveErrorSetUp": no render frame found
[26031:26031:0702/225445:7754215941:WARNING:console.cc(108)] Could not log "[SUCCESS] testRestoreAndReceiveError": no render frame found
[       OK ] SerialApiTest.StashAndRestoreDuringEchoError (1289 ms)
[821/836] SerialApiTest.StashAndRestoreDuringEchoError (1289 ms)
[ RUN      ] SerialApiTest.StashAndRestoreNoConnections
[26031:26031:0702/225446:7754990846:WARNING:console.cc(108)] Could not log "[SUCCESS] testStashNoConnections": no render frame found
[26031:26031:0702/225446:7755479119:WARNING:console.cc(108)] Could not log "[SUCCESS] testRestoreNoConnections": no render frame found
[       OK ] SerialApiTest.StashAndRestoreNoConnections (1294 ms)
[822/836] SerialApiTest.StashAndRestoreNoConnections (1294 ms)
[ RUN      ] ApiTestBaseTest.TestEnvironment
[26031:26031:0702/225447:7756049999:WARNING:console.cc(108)] Could not log "[SUCCESS] testEnvironment": no render frame found
[       OK ] ApiTestBaseTest.TestEnvironment (427 ms)
[823/836] ApiTestBaseTest.TestEnvironment (427 ms)
[ RUN      ] ApiTestBaseTest.TestPromisesRun
[26031:26031:0702/225447:7756475615:WARNING:console.cc(108)] Could not log "[SUCCESS] testPromisesRun": no render frame found
[       OK ] ApiTestBaseTest.TestPromisesRun (364 ms)
[824/836] ApiTestBaseTest.TestPromisesRun (364 ms)
[ RUN      ] ApiTestBaseTest.TestCommonModulesAreAvailable
[26031:26031:0702/225448:7756840704:WARNING:console.cc(108)] Could not log "[SUCCESS] testCommonModulesAreAvailable": no render frame found
[       OK ] ApiTestBaseTest.TestCommonModulesAreAvailable (366 ms)
[825/836] ApiTestBaseTest.TestCommonModulesAreAvailable (366 ms)
[ RUN      ] ApiTestBaseTest.TestMojoModulesAreAvailable
[26031:26031:0702/225448:7757357640:WARNING:console.cc(108)] Could not log "[SUCCESS] testMojoModulesAreAvailable": no render frame found
[       OK ] ApiTestBaseTest.TestMojoModulesAreAvailable (505 ms)
[826/836] ApiTestBaseTest.TestMojoModulesAreAvailable (505 ms)
[ RUN      ] ModuleSystemTest.TestRequireAsyncBetweenContexts
[       OK ] ModuleSystemTest.TestRequireAsyncBetweenContexts (212 ms)
[827/836] ModuleSystemTest.TestRequireAsyncBetweenContexts (212 ms)
[ RUN      ] ModuleSystemTest.TestRequireAsyncFromContextWithNoModuleRegistry
[26072:26072:0702/225447:7756588396:WARNING:console.cc(108)] Could not log "Extension view no longer exists": no render frame found
[       OK ] ModuleSystemTest.TestRequireAsyncFromContextWithNoModuleRegistry (154 ms)
[828/836] ModuleSystemTest.TestRequireAsyncFromContextWithNoModuleRegistry (154 ms)
[ RUN      ] ModuleSystemTest.TestRequireAsyncFromContextWithNoModuleSystem
[26072:26072:0702/225447:7756752533:WARNING:console.cc(108)] Could not log "Extension view no longer exists": no render frame found
[       OK ] ModuleSystemTest.TestRequireAsyncFromContextWithNoModuleSystem (137 ms)
[829/836] ModuleSystemTest.TestRequireAsyncFromContextWithNoModuleSystem (137 ms)
[ RUN      ] KeepAliveClientTest.KeepAliveWithSuccessfulCall
[26072:26072:0702/225448:7757550754:WARNING:console.cc(108)] Could not log "[SUCCESS] testKeepAliveWithSuccessfulCall": no render frame found
[       OK ] KeepAliveClientTest.KeepAliveWithSuccessfulCall (789 ms)
[830/836] KeepAliveClientTest.KeepAliveWithSuccessfulCall (789 ms)
[ RUN      ] KeepAliveClientTest.KeepAliveWithError
[26072:26072:0702/225449:7758009886:WARNING:console.cc(108)] Could not log "[SUCCESS] testKeepAliveWithError": no render frame found
[       OK ] KeepAliveClientTest.KeepAliveWithError (482 ms)
[831/836] KeepAliveClientTest.KeepAliveWithError (482 ms)
[ RUN      ] StashClientTest.StashAndRestore
[26072:26072:0702/225449:7758337917:WARNING:console.cc(108)] Could not log "[SUCCESS] testStash": no render frame found
[26072:26072:0702/225449:7758649075:WARNING:console.cc(108)] Could not log "[SUCCESS] testRetrieve": no render frame found
[       OK ] StashClientTest.StashAndRestore (692 ms)
[832/836] StashClientTest.StashAndRestore (692 ms)
[ RUN      ] SafeBuiltinsUnittest.TestNotOriginalObject
[       OK ] SafeBuiltinsUnittest.TestNotOriginalObject (71 ms)
[833/836] SafeBuiltinsUnittest.TestNotOriginalObject (71 ms)
[ RUN      ] SafeBuiltinsUnittest.TestSelf
[       OK ] SafeBuiltinsUnittest.TestSelf (69 ms)
[834/836] SafeBuiltinsUnittest.TestSelf (69 ms)
[ RUN      ] SafeBuiltinsUnittest.TestStaticFunction
[       OK ] SafeBuiltinsUnittest.TestStaticFunction (71 ms)
[835/836] SafeBuiltinsUnittest.TestStaticFunction (71 ms)
[ RUN      ] SafeBuiltinsUnittest.TestInstanceMethod
[       OK ] SafeBuiltinsUnittest.TestInstanceMethod (68 ms)
[836/836] SafeBuiltinsUnittest.TestInstanceMethod (68 ms)
SUCCESS: all tests passed.
Tests took 17 seconds.
[run_isolated_out_hack]{"hash":"f801248b3d6040d157db1d5e967f4d6fec0000e5","namespace":"default-gzip","storage":"https://isolateserver.appspot.com"}[/run_isolated_out_hack]
+---------------------------------------------------------------------------+
| End of shard 0  Pending: 0.0s  Duration: 23.5s  Bot: swarm220-c4  Exit: 0 |
+---------------------------------------------------------------------------+
Total duration: 23.5s
exit code (as seen by runtest.py): 0
@@@STEP_TEXT@@@@
@@@STEP_TEXT@1 disabled@@@

@@@STEP_CURSOR extensions_unittests@@@

@@@STEP_CURSOR extensions_unittests@@@



--------------------------------------------------------------------------------
started: Thu Jul  2 23:05:57 2015
ended: Thu Jul  2 23:06:02 2015
duration: 5 secs
status: SUCCESS
status reason: