Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert of Moving gRPC support interfaces out of cronet and into a new…
… component. (patchset #67 id:1300001 of https://codereview.chromium.org/2273403003/ ) Reason for revert: Causes failures on "Mac10.9 Tests" builder: https://uberchromegw.corp.google.com/i/chromium.mac/builders/Mac10.9%20Tests/builds/30817 An example failure: [ RUN ] BidirectionalStreamDelayRequestHeadersUntilFlush/BidirectionalStreamTest.StartExampleBidiStream/1 [12832:13571:1027/123821:4064068458447:ERROR:quic_simple_server.cc(97)] Listen() failed: net::ERR_ADDRESS_IN_USE [12832:13571:1027/123821:4064068534048:FATAL:quic_test_server.cc(87)] Check failed: rv >= 0 (-147 vs. 0)Quic server fails to start 0 components_unittests 0x00000001095d79c3 _ZN4base5debug10StackTraceC1Ev + 19 1 components_unittests 0x00000001095ee9d7 _ZN7logging10LogMessageD2Ev + 71 2 components_unittests 0x0000000109461920 _ZN12grpc_support29StartQuicServerOnServerThreadERKN4base8FilePathEPNS0_13WaitableEventE + 608 3 components_unittests 0x00000001095d7f49 _ZN4base5debug13TaskAnnotator7RunTaskEPKcPNS_11PendingTaskE + 217 4 components_unittests 0x00000001095f8236 _ZN4base11MessageLoop7RunTaskEPNS_11PendingTaskE + 390 5 components_unittests 0x00000001095f850c _ZN4base11MessageLoop21DeferOrRunPendingTaskENS_11PendingTaskE + 44 6 components_unittests 0x00000001095f8853 _ZN4base11MessageLoop6DoWorkEv + 371 7 components_unittests 0x00000001095fa223 _ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE + 83 8 components_unittests 0x00000001095f7f9e _ZN4base11MessageLoop10RunHandlerEv + 94 9 components_unittests 0x00000001096103f3 _ZN4base7RunLoop3RunEv + 115 10 components_unittests 0x0000000109630f92 _ZN4base6Thread10ThreadMainEv + 386 11 components_unittests 0x000000010962c6d7 _ZN4base12_GLOBAL__N_110ThreadFuncEPv + 87 12 libsystem_pthread.dylib 0x00007fff8e718899 _pthread_body + 138 13 libsystem_pthread.dylib 0x00007fff8e71872a _pthread_struct_init + 0 14 libsystem_pthread.dylib 0x00007fff8e71cfc9 thread_start + 13 Original issue's description: > Moving gRPC support interfaces out of cronet and into a new component. > > BUG=650462 > > Committed: https://crrev.com/ef2a6d130430d93b29b4258c814ea94a3cbbfb31 > Cr-Commit-Position: refs/heads/master@{#428099} TBR=mef@chromium.org,blundell@chromium.org,gcasto@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=650462 Review-Url: https://codereview.chromium.org/2454183002 Cr-Commit-Position: refs/heads/master@{#428122}
- Loading branch information