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

Unified Diff: sandbox/linux/seccomp-bpf/trap_unittest.cc

Issue 1128733002: Update from https://crrev.com/328418 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sandbox/linux/seccomp-bpf/trap.cc ('k') | sandbox/linux/services/syscall_wrappers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/seccomp-bpf/trap_unittest.cc
diff --git a/sandbox/linux/seccomp-bpf/trap_unittest.cc b/sandbox/linux/seccomp-bpf/trap_unittest.cc
index 3d95e3463ba75d85fff28f142c0666a2271471c9..99f94bfb3a499e603b1b5dbd3db845261886cf92 100644
--- a/sandbox/linux/seccomp-bpf/trap_unittest.cc
+++ b/sandbox/linux/seccomp-bpf/trap_unittest.cc
@@ -12,7 +12,6 @@
namespace sandbox {
namespace {
-#if !defined(THREAD_SANITIZER)
SANDBOX_TEST_ALLOW_NOISE(Trap, SigSysAction) {
// This creates a global Trap instance, and registers the signal handler
// (Trap::SigSysAction).
@@ -24,7 +23,6 @@ SANDBOX_TEST_ALLOW_NOISE(Trap, SigSysAction) {
// "Unexpected SIGSYS received." so it is necessary to allow the noise.
raise(SIGSYS);
}
-#endif
} // namespace
} // namespace sandbox
« no previous file with comments | « sandbox/linux/seccomp-bpf/trap.cc ('k') | sandbox/linux/services/syscall_wrappers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698