Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Issue 16599008: Move CreateFIFO() and RedirectStream() from testing/android/ to base/android/. (Closed)

Created:
7 years, 6 months ago by scherkus (not reviewing)
Modified:
7 years, 6 months ago
CC:
chromium-reviews, craigdh+watch_chromium.org, bulach+watch_chromium.org, yfriedman+watch_chromium.org, ilevy-cc_chromium.org, klundberg+watch_chromium.org, erikwright+watch_chromium.org, frankf+watch_chromium.org
Visibility:
Public.

Description

Move CreateFIFO() and RedirectStream() from testing/android/ to base/android/. They will be used by content_shell to create the necessary fifos when running layout tests. BUG=232044 TBR=darin,yfriedman Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207060

Patch Set 1 : #

Total comments: 9

Patch Set 2 : fixes 'n rebase #

Total comments: 4

Patch Set 3 : nits #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -56 lines) Patch
A base/android/fifo_utils.h View 1 chunk +32 lines, -0 lines 0 comments Download
A base/android/fifo_utils.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M base/base.gypi View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/android/browsertests_apk/content_browser_tests_android.cc View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M testing/android/native_test_launcher.cc View 1 2 5 chunks +46 lines, -12 lines 0 comments Download
M testing/android/native_test_util.h View 1 chunk +0 lines, -4 lines 0 comments Download
M testing/android/native_test_util.cc View 1 3 chunks +0 lines, -36 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
scherkus (not reviewing)
nileshagrawal, peter: please take a look at everything https://codereview.chromium.org/16599008/diff/7001/base/android/fifo_utils.h File base/android/fifo_utils.h (right): https://codereview.chromium.org/16599008/diff/7001/base/android/fifo_utils.h#newcode21 base/android/fifo_utils.h:21: BASE_EXPORT ...
7 years, 6 months ago (2013-06-07 21:30:57 UTC) #1
nilesh
Marcus do you know if it is safe to use LOG here? https://codereview.chromium.org/16599008/diff/7001/testing/android/native_test_launcher.cc File testing/android/native_test_launcher.cc ...
7 years, 6 months ago (2013-06-08 02:11:03 UTC) #2
bulach
thanks both! some clarifications inline. bots are complaining about content_browsertests, please make them happy ;) ...
7 years, 6 months ago (2013-06-10 13:18:40 UTC) #3
scherkus (not reviewing)
PTAL https://codereview.chromium.org/16599008/diff/7001/testing/android/native_test_launcher.cc File testing/android/native_test_launcher.cc (right): https://codereview.chromium.org/16599008/diff/7001/testing/android/native_test_launcher.cc#newcode81 testing/android/native_test_launcher.cc:81: void AndroidLog(int priority, const char* format, ...) { ...
7 years, 6 months ago (2013-06-14 23:19:33 UTC) #4
bulach
lgtm, although I'd have a minor preference of "unlink" rather than relying on base and ...
7 years, 6 months ago (2013-06-17 16:34:50 UTC) #5
nilesh
https://codereview.chromium.org/16599008/diff/25001/content/shell/android/browsertests_apk/content_browser_tests_android.cc File content/shell/android/browsertests_apk/content_browser_tests_android.cc (right): https://codereview.chromium.org/16599008/diff/25001/content/shell/android/browsertests_apk/content_browser_tests_android.cc#newcode51 content/shell/android/browsertests_apk/content_browser_tests_android.cc:51: static void RunTests(JNIEnv* env, On 2013/06/17 16:34:50, bulach wrote: ...
7 years, 6 months ago (2013-06-17 17:04:39 UTC) #6
nilesh
On 2013/06/17 17:04:39, nilesh wrote: > https://codereview.chromium.org/16599008/diff/25001/content/shell/android/browsertests_apk/content_browser_tests_android.cc > File content/shell/android/browsertests_apk/content_browser_tests_android.cc > (right): > > https://codereview.chromium.org/16599008/diff/25001/content/shell/android/browsertests_apk/content_browser_tests_android.cc#newcode51 ...
7 years, 6 months ago (2013-06-17 22:36:08 UTC) #7
scherkus (not reviewing)
On 2013/06/17 16:34:50, bulach wrote: > lgtm, although I'd have a minor preference of "unlink" ...
7 years, 6 months ago (2013-06-17 22:44:04 UTC) #8
scherkus (not reviewing)
https://codereview.chromium.org/16599008/diff/25001/content/shell/android/browsertests_apk/content_browser_tests_android.cc File content/shell/android/browsertests_apk/content_browser_tests_android.cc (right): https://codereview.chromium.org/16599008/diff/25001/content/shell/android/browsertests_apk/content_browser_tests_android.cc#newcode51 content/shell/android/browsertests_apk/content_browser_tests_android.cc:51: static void RunTests(JNIEnv* env, On 2013/06/17 17:04:39, nilesh wrote: ...
7 years, 6 months ago (2013-06-17 22:44:10 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/16599008/45001
7 years, 6 months ago (2013-06-17 22:49:10 UTC) #10
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=9632
7 years, 6 months ago (2013-06-17 23:04:13 UTC) #11
scherkus (not reviewing)
darin: OWNERS for base/base.gypi yfriedman: OWNERS for content/shell/android/
7 years, 6 months ago (2013-06-17 23:08:15 UTC) #12
scherkus (not reviewing)
ping darin/yfriedman on OWNERS
7 years, 6 months ago (2013-06-18 17:21:35 UTC) #13
scherkus (not reviewing)
TBR'ing!
7 years, 6 months ago (2013-06-18 17:24:46 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/scherkus@chromium.org/16599008/45001
7 years, 6 months ago (2013-06-18 17:26:26 UTC) #15
commit-bot: I haz the power
7 years, 6 months ago (2013-06-18 19:34:36 UTC) #16
Message was sent while issue was closed.
Change committed as 207060

Powered by Google App Engine
This is Rietveld 408576698