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

Side by Side Diff: sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc

Issue 10635006: Seccomp BPF: initial structure for unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Have a global sandbox_linux_unittests that always builds Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/base/native_theme/native_theme_win.h" 5 #include "sandbox/linux/seccomp-bpf/sandbox_bpf.h"
6 6 #include "sandbox/linux/seccomp-bpf/verifier.h"
7 #include "testing/gtest/include/gtest/gtest.h" 7 #include "testing/gtest/include/gtest/gtest.h"
8 8
9 namespace ui { 9 TEST(SandboxBpf, CallSupports) {
10 10 playground2::Sandbox::supportsSeccompSandbox(-1);
Markus (顧孟勤) 2012/06/21 21:01:07 Maybe add a comment that we are not actually check
11 TEST(NativeThemeTest, Init) {
12 ASSERT_TRUE(NativeThemeWin::instance() != NULL);
13 } 11 }
14
15 } // namespace ui
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | sandbox/linux/tests/unit_tests.cc » ('j') | sandbox/sandbox_linux.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698