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

Issue 348853006: Linux sandbox: add test to ensure that pread64 can be forwarded. (Closed)

Created:
6 years, 6 months ago by jln (very slow on Chromium)
Modified:
6 years, 5 months ago
Reviewers:
mdempsky
CC:
chromium-reviews, agl, jln+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Linux sandbox: add test to ensure that pread64 can be forwarded. Make sure that the pread64() system call can be forwarded from seccomp-bpf trap handlers. BUG=388978 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=280262

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Patch Set 3 : Exclude Android from new test. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+253 lines, -44 lines) Patch
M sandbox/linux/BUILD.gn View 1 chunk +5 lines, -2 lines 0 comments Download
M sandbox/linux/sandbox_linux_test_sources.gypi View 1 chunk +5 lines, -2 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc View 1 2 4 chunks +98 lines, -7 lines 2 comments Download
M sandbox/linux/seccomp-bpf/syscall_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M sandbox/linux/services/broker_process_unittest.cc View 2 chunks +1 line, -32 lines 0 comments Download
A sandbox/linux/tests/scoped_temporary_file.h View 1 1 chunk +30 lines, -0 lines 0 comments Download
A sandbox/linux/tests/scoped_temporary_file.cc View 1 chunk +35 lines, -0 lines 0 comments Download
A sandbox/linux/tests/scoped_temporary_file_unittest.cc View 1 1 chunk +76 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jln (very slow on Chromium)
Matthew: PTAL! https://chromiumcodereview.appspot.com/348853006/diff/1/sandbox/linux/tests/scoped_temporary_file.cc File sandbox/linux/tests/scoped_temporary_file.cc (right): https://chromiumcodereview.appspot.com/348853006/diff/1/sandbox/linux/tests/scoped_temporary_file.cc#newcode17 sandbox/linux/tests/scoped_temporary_file.cc:17: ScopedTemporaryFile::ScopedTemporaryFile() : fd_(-1) { Just moving old ...
6 years, 6 months ago (2014-06-26 02:21:21 UTC) #1
mdempsky
lgtm https://codereview.chromium.org/348853006/diff/60001/sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc File sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc (right): https://codereview.chromium.org/348853006/diff/60001/sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc#newcode2137 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc:2137: const uint64_t kLargeOffset = (static_cast<uint64_t>(1) << 32) | ...
6 years, 6 months ago (2014-06-27 00:37:24 UTC) #2
jln (very slow on Chromium)
https://codereview.chromium.org/348853006/diff/60001/sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc File sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc (right): https://codereview.chromium.org/348853006/diff/60001/sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc#newcode2137 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc:2137: const uint64_t kLargeOffset = (static_cast<uint64_t>(1) << 32) | 0xBEEF; ...
6 years, 6 months ago (2014-06-27 01:25:14 UTC) #3
jln (very slow on Chromium)
The CQ bit was checked by jln@chromium.org
6 years, 6 months ago (2014-06-27 01:25:20 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/348853006/60001
6 years, 6 months ago (2014-06-27 01:29:03 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 5 months ago (2014-06-27 05:36:24 UTC) #6
jln (very slow on Chromium)
The CQ bit was unchecked by jln@chromium.org
6 years, 5 months ago (2014-06-27 06:50:52 UTC) #7
jln (very slow on Chromium)
The CQ bit was checked by jln@chromium.org
6 years, 5 months ago (2014-06-27 06:50:57 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/348853006/60001
6 years, 5 months ago (2014-06-27 06:51:31 UTC) #9
commit-bot: I haz the power
6 years, 5 months ago (2014-06-27 07:51:41 UTC) #10
Message was sent while issue was closed.
Change committed as 280262

Powered by Google App Engine
This is Rietveld 408576698