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

Issue 285283003: Remove flag --test-sandbox (Closed)

Created:
6 years, 7 months ago by luken
Modified:
6 years, 6 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, creis+watch_chromium.org, cpu_(ooo_6.6-7.5), inferno
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove flag --test-sandbox And associated code. BUG=352392 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=274846

Patch Set 1 #

Patch Set 2 : trying to fix mac build #

Patch Set 3 : fix plugin_browsertest #

Patch Set 4 : removed directory, gyp and isolate refs #

Total comments: 4

Patch Set 5 : changes requested by jln #

Total comments: 2

Patch Set 6 : change requested by resek, thanks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -628 lines) Patch
M chrome/browser_tests.isolate View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 4 chunks +0 lines, -46 lines 0 comments Download
D chrome/test/security_tests/ipc_security_tests.h View 1 2 3 1 chunk +0 lines, -14 lines 0 comments Download
D chrome/test/security_tests/ipc_security_tests.cc View 1 2 3 1 chunk +0 lines, -192 lines 0 comments Download
D chrome/test/security_tests/renderer_sandbox_tests_mac.mm View 1 2 3 1 chunk +0 lines, -85 lines 0 comments Download
D chrome/test/security_tests/sandbox_browsertest_linux.cc View 1 2 3 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/test/security_tests/sandbox_browsertest_win.cc View 1 chunk +0 lines, -25 lines 0 comments Download
D chrome/test/security_tests/sandbox_tests_mac-Info.plist View 1 2 3 1 chunk +0 lines, -22 lines 0 comments Download
D chrome/test/security_tests/security_tests.cc View 1 2 3 1 chunk +0 lines, -64 lines 0 comments Download
D chrome/test/security_tests/security_tests.gyp View 1 2 3 1 chunk +0 lines, -22 lines 0 comments Download
M content/browser/plugin_browsertest.cc View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
M content/browser/plugin_process_host.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M content/renderer/renderer_main.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M content/renderer/renderer_main_platform_delegate.h View 1 chunk +0 lines, -7 lines 0 comments Download
M content/renderer/renderer_main_platform_delegate_android.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M content/renderer/renderer_main_platform_delegate_linux.cc View 1 2 3 4 2 chunks +2 lines, -19 lines 0 comments Download
M content/renderer/renderer_main_platform_delegate_mac.mm View 1 2 3 4 5 3 chunks +0 lines, -41 lines 0 comments Download
M content/renderer/renderer_main_platform_delegate_win.cc View 2 chunks +0 lines, -37 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
luken
6 years, 7 months ago (2014-05-15 17:38:36 UTC) #1
jam
can you add mac/linux sandbox owners (off the top of my head, rsesek and jln) ...
6 years, 7 months ago (2014-05-15 19:54:28 UTC) #2
jam
+rsesek,jln
6 years, 7 months ago (2014-05-15 19:54:58 UTC) #3
Robert Sesek
There's more code for the Mac part of this removal, but you should check with ...
6 years, 7 months ago (2014-05-15 20:00:26 UTC) #4
jeremy
I'm fine removing these, since the real Mac sandbox tests are in content/common/sandbox_mac_unittest_helper.mm and friends. ...
6 years, 7 months ago (2014-05-18 11:26:53 UTC) #5
luken
removed security_tests directory, removed references in .gyp and .isolate files. PTAL, thanks.
6 years, 7 months ago (2014-05-19 17:29:59 UTC) #6
jln (very slow on Chromium)
https://codereview.chromium.org/285283003/diff/60001/content/renderer/renderer_main_platform_delegate_linux.cc File content/renderer/renderer_main_platform_delegate_linux.cc (left): https://codereview.chromium.org/285283003/diff/60001/content/renderer/renderer_main_platform_delegate_linux.cc#oldcode57 content/renderer/renderer_main_platform_delegate_linux.cc:57: void RendererMainPlatformDelegate::RunSandboxTests(bool no_sandbox) { I really would like to ...
6 years, 7 months ago (2014-05-20 02:29:10 UTC) #7
jln (very slow on Chromium)
Ohh and I had missed that you were deleting chrome/test/security_tests/sandbox_browsertest_linux.cc Let's keep this around please. ...
6 years, 7 months ago (2014-05-22 21:04:54 UTC) #8
luken
https://codereview.chromium.org/285283003/diff/60001/chrome/test/security_tests/sandbox_browsertest_linux.cc File chrome/test/security_tests/sandbox_browsertest_linux.cc (left): https://codereview.chromium.org/285283003/diff/60001/chrome/test/security_tests/sandbox_browsertest_linux.cc#oldcode21 chrome/test/security_tests/sandbox_browsertest_linux.cc:21: IN_PROC_BROWSER_TEST_F(SandboxLinuxTest, MAYBE_SandboxStatus) { On 2014/05/22 21:04:54, jln wrote: > ...
6 years, 6 months ago (2014-05-28 19:19:39 UTC) #9
luken
Ping, PTAL, thanks!
6 years, 6 months ago (2014-05-30 17:30:46 UTC) #10
Robert Sesek
LGTM https://codereview.chromium.org/285283003/diff/80001/content/renderer/renderer_main_platform_delegate_mac.mm File content/renderer/renderer_main_platform_delegate_mac.mm (right): https://codereview.chromium.org/285283003/diff/80001/content/renderer/renderer_main_platform_delegate_mac.mm#newcode18 content/renderer/renderer_main_platform_delegate_mac.mm:18: #import "content/public/common/injection_test_mac.h" Remove.
6 years, 6 months ago (2014-05-30 17:36:47 UTC) #11
luken
jln, can you PTAL too? Thanks! https://codereview.chromium.org/285283003/diff/80001/content/renderer/renderer_main_platform_delegate_mac.mm File content/renderer/renderer_main_platform_delegate_mac.mm (right): https://codereview.chromium.org/285283003/diff/80001/content/renderer/renderer_main_platform_delegate_mac.mm#newcode18 content/renderer/renderer_main_platform_delegate_mac.mm:18: #import "content/public/common/injection_test_mac.h" On ...
6 years, 6 months ago (2014-05-30 17:43:21 UTC) #12
jam
lgtm
6 years, 6 months ago (2014-06-02 06:45:21 UTC) #13
jln (very slow on Chromium)
As I mentioned before, I'm sad to see chrome/test/security_tests/sandbox_browsertest_linux.cc go, as we wanted to add ...
6 years, 6 months ago (2014-06-04 00:09:18 UTC) #14
luken
The CQ bit was checked by luken@chromium.org
6 years, 6 months ago (2014-06-04 03:47:47 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/luken@chromium.org/285283003/100001
6 years, 6 months ago (2014-06-04 03:48:22 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: ios_rel_device on tryserver.chromium ...
6 years, 6 months ago (2014-06-04 04:42:29 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-04 04:44:31 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu_triggered_tests on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu_triggered_tests/builds/20595)
6 years, 6 months ago (2014-06-04 04:44:32 UTC) #19
luken
The CQ bit was checked by luken@chromium.org
6 years, 6 months ago (2014-06-04 16:38:26 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/luken@chromium.org/285283003/100001
6 years, 6 months ago (2014-06-04 16:39:53 UTC) #21
commit-bot: I haz the power
6 years, 6 months ago (2014-06-04 16:42:06 UTC) #22
Message was sent while issue was closed.
Change committed as 274846

Powered by Google App Engine
This is Rietveld 408576698